Files
venue_wx/pages/confirmOrder/index.wxss
2020-06-21 16:27:58 +08:00

186 lines
2.8 KiB
Plaintext

/* pages/confirmOrder/index.wxss */
.container {
padding-right: 30rpx;
padding-left: 30rpx;
padding-bottom: 130rpx;
min-height: calc(100vh - 260rpx);
}
.title {
height: 100rpx;
padding: 0 20rpx;
line-height: 100rpx;
color: #fff;
font-size: 26rpx;
}
.box {
background: #1a191e;
border-radius: 12rpx;
}
.box .cell {
display: flex;
justify-content: space-between;
align-items: center;
height: 90rpx;
padding: 0 20rpx;
border-bottom: 2rpx solid #212025;
}
.box .cell.unline {
border: none;
}
.box .cell .title {
flex: 1;
height: 90rpx;
padding: 0;
line-height: 90rpx;
}
.box .cell>image {
width: 34rpx;
height: 34rpx;
margin-right: 26rpx;
}
.box .cell .right-img {
width: 12rpx;
height: 22rpx;
margin-right: 0;
}
.box .cell .change-quantities {
display: flex;
align-items: center;
height: 100%;
}
.box .cell .change-quantities .operator {
display: flex;
align-items: center;
width: 40rpx;
height: 40rpx;
}
.box .cell .change-quantities .operator>image {
width: 100%;
height: 100%;
}
.box .cell .change-quantities .number {
font-size: 22rpx;
color: #fff;
margin: 0 16rpx;
}
.box .cell>text {
flex: 1;
font-size: 24rpx;
color: rgba(255, 255, 255, 0.6);
}
.box .rich-box {
display: flex;
padding: 20rpx;
color: rgba(255, 255, 255, 0.6);
font-size: 24rpx;
line-height: 36rpx;
}
.box .box-footer {
height: 90rpx;
padding: 0 20rpx;
text-align: right;
line-height: 90rpx;
color: #fff;
font-size: 24rpx;
}
.footer-btn {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 100rpx;
background: #ffda2e;
color: #1a191e;
font-size: 32rpx;
text-align: center;
line-height: 100rpx;
}
.unclick-mask {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0);
}
.card-box {
position: fixed;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
}
.card-box .body-box {
background: #252330;
width: 100%;
min-height: 400rpx;
}
.card-box .cencal-btn {
background: #ffda2e;
height: 80rpx;
width: 100%;
color: #252330;
line-height: 80rpx;
text-align: center;
font-size: 32rpx;
}
.card-box .body-box .cell {
display: flex;
justify-content: space-between;
align-items: center;
height: 90rpx;
padding: 0 20rpx;
}
.card-box .body-box .cell .tip {
height: 30rpx;
padding: 0 4rpx;
margin-right: 22rpx;
font-size: 20rpx;
line-height: 30rpx;
border: 2rpx solid #ffda2e;
color: #ffda2e;
border-radius: 6rpx;
}
.card-box .body-box .cell .indate {
flex: 1;
font-size: 20rpx;
color: rgba(255, 255, 255, 0.6);
}
.card-box .body-box .cell .buy-btn {
font-size: 26rpx;
color: #ffda2e;
}
.card-box .body-box .cell>image {
width: 30rpx;
height: 30rpx;
}