121 lines
1.8 KiB
Plaintext
121 lines
1.8 KiB
Plaintext
/* pages/coupon/coupon.wxss */
|
|
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.top {
|
|
width: 750rpx;
|
|
height: 100rpx;
|
|
background-color: #fff;
|
|
line-height: 100rpx;
|
|
font-size: 32rpx;
|
|
color: #999;
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 111;
|
|
border-bottom: 20rpx solid #f9f9f9;
|
|
}
|
|
|
|
.heights {
|
|
width: 750rpx;
|
|
height: 110rpx;
|
|
}
|
|
|
|
.tui-active {
|
|
font-size: 32rpx;
|
|
color: #ee7b1e;
|
|
}
|
|
|
|
.tui-active::after {
|
|
content: "";
|
|
width: 92rpx;
|
|
height: 6rpx;
|
|
background-color: #ee7b1e;
|
|
border-radius: 3rpx;
|
|
display: block;
|
|
margin: -6rpx auto 0rpx auto;
|
|
}
|
|
|
|
.block-title {
|
|
font-size: 32rpx;
|
|
color: #3f4967;
|
|
text-align: center;
|
|
margin-top: 50rpx;
|
|
}
|
|
|
|
.line {
|
|
width: 617rpx;
|
|
height: 2rpx;
|
|
border-bottom: dashed 5rpx #a0a0a0;
|
|
margin: 20rpx 67rpx 90rpx 67rpx;
|
|
}
|
|
|
|
.block-main {
|
|
width: 682rpx;
|
|
margin: 0rpx auto;
|
|
}
|
|
|
|
.block-main-mk {
|
|
width: 682rpx;
|
|
height: 202rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.block-main-left {
|
|
margin: 30rpx 0rpx 0rpx 48rpx;
|
|
color: #fff;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.block-main-leftbtn {
|
|
width: 140rpx;
|
|
height: 40rpx;
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
color: #f41439;
|
|
margin: 25rpx 0rpx 0rpx -8rpx;
|
|
}
|
|
|
|
.block-main-right {
|
|
width: 360rpx;
|
|
font-size: 28rpx;
|
|
color: #fff;
|
|
margin: 48rpx 0rpx;
|
|
}
|
|
|
|
.block-main-no {
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.block-main-no image {
|
|
width: 292rpx;
|
|
height: 259rpx;
|
|
margin: 130rpx 0rpx 50rpx 0rpx;
|
|
}
|
|
|
|
.block-main-rightbtn {
|
|
width: 140rpx;
|
|
height: 40rpx;
|
|
background-color: #d2d2d2;
|
|
border-radius: 20rpx;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
margin: 25rpx 0rpx 0rpx -8rpx;
|
|
}
|
|
|
|
.ysy {
|
|
width: 131rpx;
|
|
height: 131rpx;
|
|
position: absolute;
|
|
left: 532rpx;
|
|
top:11rpx;
|
|
}
|