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.
 

77 lines
1.4 KiB

/* pages/list/movieticket/list/info/index.wxss */
.top-info {
display: flex;
padding: 35rpx 40rpx;
background: #f6f6f6;
justify-content: space-between;
padding-bottom: 55rpx;
}
.top-info image {
flex-shrink: 0;
width: 173rpx;
height: 229rpx;
border-radius: 11rpx;
margin-right: 46rpx;
}
.info-box {
flex: 1;
width: 450rpx;
color: #666666;
font-size: 25rpx;
line-height: 47rpx;
}
.info-box .title {
font-size: 37rpx;
color: #000;
font-weight: 500;
margin-bottom: 20rpx;
}
.content {
background: white;
margin-top: -20rpx;
position: relative;
z-index: 1;
box-shadow: 0px 0px 20rpx 0px rgba(0, 0, 0, 0.06);
border-radius: 27rpx 27rpx 0px 0px;
padding: 0 40rpx;
padding-bottom: 60rpx;
}
.content .title {
font-size: 33rpx;
font-weight: 500;
color: 000;
padding: 35rpx 0;
}
.content .subtitle {
font-size: 28rpx;
color: #333;
line-height: 48rpx;
}
.line {
height: 1rpx;
background: #ccc;
margin-top: 40rpx;
}
.fixed-bottom {
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 104rpx;
z-index: 1;
background: #FFFFFF;
box-shadow: -1rpx 1rpx 16rpx 0px rgba(6, 0, 1, 0.1);
display: flex;
align-items: center;
justify-content: center;
}
.order-btn {
width: 390rpx;
line-height: 74rpx;
background: #D62828;
border-radius: 37rpx;
text-align: center;
color: #fff;
font-size: 31rpx;
font-weight: 500;
}