公寓小程序端前端代码
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.
 

137 lines
1.9 KiB

/* subpages/index/checkOutConfirm/index/index.wxss */
.content {
background: #f8f8f8;
}
.content-title {
position: relative;
}
.content-title scroll-view {
height: calc(100vh + 80vh);
}
.navigation {
display: flex;
align-items: center;
color: #333333;
font-size: 32rpx;
z-index: 100;
position: fixed;
left: 50%;
transform: translateX(-60rpx);
}
.back {
width: 30rpx;
height: 30rpx;
margin-left: 20rpx;
margin-top: 20rpx;
border-radius: 0rpx;
z-index: 101;
position: fixed;
}
.info {
background: #ffffff;
border-radius: 20rpx;
padding: 32rpx;
position: relative;
top: -30rpx;
z-index: 1;
}
.title {
color: #000000;
font-size: 32rpx;
font-weight: bold;
}
.des {
font-size: 28rpx;
line-height: 60rpx;
}
.item-des {
color: #A9AFBA;
font-size: 30rpx;
}
.name {
color: #000;
margin-left: 38rpx;
}
.tit {
line-height: 50rpx;
}
.checkstatus {
color: #101010;
font-size: 28rpx;
margin-left: 20rpx;
}
.media-item {
width: calc((100% / 3) - 20rpx);
margin-left: 20rpx;
margin-bottom: 20rpx;
}
.media-item video{
height: 160rpx;
width: 236rpx;
}
.media-item:nth-child(3n) {
}
.bottom {
background: #ffffff;
}
.fixed-bottom {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: white;
z-index: 100;
margin: 0 30rpx;
}
.sign {
margin: 34rpx;
}
.sign-title {
color: rgba(0, 0, 0, 1);
font-size: 32rpx;
margin-bottom: 30rpx;
}
.sign-ara {
width: 630rpx;
height: 200rpx;
}
.sign-img{
width: 100%;
height: 100%;
}
.sign-txt {
color: rgba(187, 187, 187, 1);
font-size: 32rpx;
text-align: center;
background-color: rgba(232, 233, 234, 1);
}
.btn {
max-width: 440rpx;
width: calc(100% - 10rpx);
height: 80rpx;
margin: auto;
margin-top: 60rpx;
}