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.
67 lines
1.0 KiB
67 lines
1.0 KiB
/* pages/list/theatre/index.wxss */
|
|
page{
|
|
background: white;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.my-header-search{
|
|
width: 100%;
|
|
}
|
|
.my-header-search .heaimg{
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
|
|
.content{
|
|
margin-top: -15rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
padding: 32rpx;
|
|
}
|
|
|
|
|
|
|
|
|
|
.item {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 36rpx;
|
|
}
|
|
.item image {
|
|
width: 208rpx;
|
|
height: 198rpx;
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
margin-right: 24rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
|
|
.info {
|
|
flex: 1;
|
|
width: 1rpx;
|
|
height: 198rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
.info .title {
|
|
font-weight: 500;
|
|
font-size: 31rpx;
|
|
color: #000;
|
|
margin-bottom: 9rpx;
|
|
}
|
|
.info .subtitle {
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
margin-bottom: 9rpx;
|
|
}
|
|
.letter-user{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #000000;
|
|
align-items: center;
|
|
}
|
|
|