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.

62 lines
967 B

11 months ago
/* 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;
11 months ago
font-size: 28rpx;
color: #000000;
padding-bottom: 20rpx;
border-bottom: 1rpx solid rgba(0,0,0,0.05);
11 months ago
}
11 months ago
.video-image{
width: 100%;
height: 372rpx;
position: relative;
11 months ago
}
11 months ago
.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{
11 months ago
font-weight: 400;
11 months ago
font-size: 28rpx;
color: #000000;
margin: 24rpx 0 20rpx;
11 months ago
}