/* pages/index/scanResult/index.wxss */
|
.content {
|
width: 100vw;
|
height: calc(100vh - env(safe-area-inset-bottom));
|
overflow: auto;
|
}
|
|
.empyt {
|
width: 100vw;
|
height: calc(100vh - env(safe-area-inset-bottom));
|
display: flex;
|
justify-content: center;
|
align-items: flex-start;
|
padding-top: 200rpx;
|
margin: auto;
|
box-sizing: border-box;
|
}
|
|
.text {
|
padding: 10rpx 20rpx;
|
box-sizing: border-box;
|
font-size: 28rpx;
|
line-height: 50rpx;
|
}
|
|
.button-example {
|
width: 100%;
|
padding: 20rpx;
|
box-sizing: border-box;
|
}
|
|
.button-example:not(:last-child) {
|
margin-bottom: 32rpx;
|
}
|
|
|
|
.coupon {
|
width: 650rpx;
|
height: 180rpx;
|
margin: auto;
|
display: flex;
|
justify-content: flex-start;
|
align-items: center;
|
background-color: #f0434304;
|
margin-bottom: 20px;
|
position: relative;
|
}
|
|
.couponIcon {
|
position: absolute;
|
left: 0;
|
top: 0;
|
width: 650rpx;
|
height: 180rpx;
|
}
|
|
.price {
|
width: 40%;
|
height: 100%;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
font-size: 36rpx;
|
color: #f04343;
|
border-right: 1px dashed #e95c5cc7;
|
padding-left: 20rpx;
|
box-sizing: border-box;
|
}
|
|
.timer {
|
font-size: 26rpx;
|
}
|
|
.couponInfo {
|
width: 60%;
|
height: 80%;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-around;
|
align-items: flex-start;
|
padding-left: 20rpx;
|
box-sizing: border-box;
|
font-size: 30rpx;
|
color: #f04343;
|
}
|
|
.couponIcon {
|
max-width: 100%;
|
height: 100%;
|
}
|
|
.productWall,
|
.couponWall {
|
max-height: 600rpx;
|
overflow-y: auto;
|
padding: 0 12rpx;
|
box-sizing: border-box;
|
}
|
|
.productWall {
|
height: 400rpx;
|
}
|
|
.selectCard {
|
border-top: 1rpx solid #eee;
|
border-bottom: 1rpx solid #eee;
|
}
|
|
.product {
|
display: flex;
|
justify-content: flex-start;
|
align-items: center;
|
padding: 20rpx;
|
box-sizing: border-box;
|
}
|
|
.icon {
|
width: 250rpx;
|
height: 200rpx;
|
border: 1rpx solid #eee;
|
}
|
|
.productInfo {
|
min-height: 200rpx;
|
display: flex;
|
flex-direction: column;
|
justify-content: flex-start;
|
align-items: flex-start;
|
margin-left: 20rpx;
|
}
|
|
.publicCss {
|
font-size: 28rpx;
|
padding: 10rpx 0;
|
}
|
|
.type-box {
|
font-size: 24rpx;
|
color: #FF6C00;
|
background: rgba(255, 108, 0, 0.24);
|
padding: 6rpx 12rpx;
|
border-radius: 9rpx;
|
}
|
|
.explain {
|
font-size: 28rpx;
|
line-height: 44rpx;
|
padding: 40rpx;
|
}
|
|
.center {
|
margin-top: 10rpx;
|
}
|