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.
|
|
|
|
/* 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%;
|
|
|
|
|
margin-bottom: 36rpx;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #000000;
|
|
|
|
|
padding-bottom: 20rpx;
|
|
|
|
|
border-bottom: 1rpx solid rgba(0,0,0,0.05);
|
|
|
|
|
}
|
|
|
|
|
.video-image{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 372rpx;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.video-image image {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 372rpx;
|
|
|
|
|
background: rgba(0,0,0,0.2);
|
|
|
|
|
border-radius: 32rpx 32rpx 32rpx 32rpx;
|
|
|
|
|
}
|
|
|
|
|
.video-image .play{
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
margin: auto;
|
|
|
|
|
width: 90rpx;
|
|
|
|
|
height: 90rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title{
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #000000;
|
|
|
|
|
margin: 24rpx 0 20rpx;
|
|
|
|
|
}
|