174 lines
2.7 KiB
Plaintext
174 lines
2.7 KiB
Plaintext
page {
|
|
height: 100%;
|
|
}
|
|
|
|
.fui-content {
|
|
background: -webkit-linear-gradient(#ff426a,#ff4343);
|
|
height: auto;
|
|
}
|
|
|
|
.coin {
|
|
width: 100%;
|
|
height: 210rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.contentbj {
|
|
position: absolute;
|
|
top: 240rpx;
|
|
left: 50%;
|
|
margin-left: -335rpx;
|
|
width: 670rpx;
|
|
height: 720rpx;
|
|
z-index: 1;
|
|
}
|
|
|
|
.content {
|
|
position: absolute;
|
|
top: 240rpx;
|
|
left: 50%;
|
|
margin-left: -335rpx;
|
|
width: 670rpx;
|
|
height: 720rpx;
|
|
z-index: 2;
|
|
}
|
|
|
|
.content .title {
|
|
text-align: center;
|
|
margin-top: 48rpx;
|
|
margin-bottom: 24rpx;
|
|
font-size: 36rpx;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.coupon-list {
|
|
width: 604rpx;
|
|
margin: 0 auto;
|
|
height: 540rpx;
|
|
}
|
|
|
|
.coupon-list .item {
|
|
width: 510rpx;
|
|
height: 180rpx;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
}
|
|
|
|
.coupon-list .item .itembj {
|
|
width: 510rpx;
|
|
height: 180rpx;
|
|
position: absolute;
|
|
z-index: 3;
|
|
}
|
|
|
|
.coupon-list .item .item-con {
|
|
width: 416rpx;
|
|
height: 120rpx;
|
|
position: absolute;
|
|
z-index: 4;
|
|
padding: 28rpx 50rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.item-inner {
|
|
font-size: 70rpx;
|
|
color: #d0a762;
|
|
}
|
|
|
|
.item-remark {
|
|
text-align: center;
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
position: relative;
|
|
}
|
|
|
|
.item-remark:after {
|
|
content: "";
|
|
border-left: 1rpx dashed #d0d0d0;
|
|
position: absolute;
|
|
height: 95rpx;
|
|
width: 40rpx;
|
|
top: -10rpx;
|
|
left: -30rpx;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.btnlook {
|
|
text-align: center;
|
|
margin-top: 20rpx;
|
|
height: 114rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.btnlook .lookbj {
|
|
width: 564rpx;
|
|
height: 114rpx;
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -282rpx;
|
|
z-index: 5;
|
|
}
|
|
|
|
.btnlook .look-con {
|
|
text-align: center;
|
|
z-index: 6;
|
|
color: #fe4d4e;
|
|
position: absolute;
|
|
width: 100%;
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
line-height: 80rpx;
|
|
}
|
|
|
|
.record {
|
|
margin-top: 800rpx;
|
|
}
|
|
|
|
.record .title {
|
|
width: 100%;
|
|
text-align: center;
|
|
vertical-align: center;
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.record .title image {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
margin-top: -6rpx;
|
|
}
|
|
|
|
.record-list .item {
|
|
height: 170rpx;
|
|
border-bottom: 1px solid #ff8a8a;
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.firend_contents_logo {
|
|
width: 94rpx;
|
|
height: 90rpx;
|
|
border-radius: 47rpx;
|
|
float: left;
|
|
margin-top: 40rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.firend_contents_info {
|
|
width: 70%;
|
|
height: 136rpx;
|
|
float: left;
|
|
margin-top: 20rpx;
|
|
margin-left: 24rpx;
|
|
}
|
|
|
|
.firend_contents_price {
|
|
float: right;
|
|
padding-top: 19.2rpx;
|
|
color: #FCE3E4;
|
|
line-height: 80rpx;
|
|
text-align: right;
|
|
font-size: 34rpx;
|
|
} |