You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
1.9 KiB
117 lines
1.9 KiB
/* pages/list/theatre/index.wxss */
|
|
page{
|
|
background: white;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.my-header-search{
|
|
background: white;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
.my-header-search .bg-box .title-header{
|
|
color: #999;
|
|
}
|
|
.my-header-search .title-header .icon-fanhui1{
|
|
color: #333 !important;
|
|
}
|
|
.my-header-search .heaimg{
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
|
|
.sale-types {
|
|
display: flex;
|
|
align-items: center;
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
padding:36rpx 27rpx 44rpx;
|
|
}
|
|
.sale-type {
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
font-size: 29rpx;
|
|
color: #111111;
|
|
padding: 9rpx 18rpx;
|
|
flex-shrink: 0;
|
|
margin-right: 7rpx;
|
|
}
|
|
.sale-type.active {
|
|
border-radius: 30rpx;
|
|
border: 1px solid #0B898E;
|
|
color: #0B898E;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
.item {
|
|
margin: 0rpx 27rpx 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.item image {
|
|
width: 227rpx;
|
|
height: 200rpx;
|
|
background: #D1D7CB;
|
|
border-radius: 13rpx;
|
|
margin-right: 30rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.tags {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 6rpx;
|
|
}
|
|
.tag {
|
|
color: #0B898E;
|
|
font-size: 20rpx;
|
|
line-height: 30rpx;
|
|
border-radius: 15rpx;
|
|
padding: 0 15rpx;
|
|
margin-right: 15rpx;
|
|
border: 1rpx solid;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.price {
|
|
font-weight: bold;
|
|
font-size: 21rpx;
|
|
color: #E52910;
|
|
text-align: left;
|
|
flex: 1;
|
|
}
|
|
.price text:nth-child(1){
|
|
font-size: 24rpx;
|
|
}
|
|
.price text:nth-child(2){
|
|
font-weight: 500;
|
|
font-size: 33rpx;
|
|
}
|
|
.price text:nth-child(3){
|
|
color: #8D8D8D;
|
|
margin-left: 4rpx;
|
|
font-weight: 500;
|
|
}
|
|
.info {
|
|
flex: 1;
|
|
width: 1rpx;
|
|
}
|
|
.info .title {
|
|
font-weight: 500;
|
|
font-size: 31rpx;
|
|
color: #000;
|
|
margin-bottom: 9rpx;
|
|
}
|
|
.info .subtitle {
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
margin-bottom: 9rpx;
|
|
}
|
|
|
|
|
|
|
|
|
|
|