first commit
This commit is contained in:
213
衣莎项目/源码/YiShaXiYi/user/couponExchange/couponExchange.wxss
Normal file
213
衣莎项目/源码/YiShaXiYi/user/couponExchange/couponExchange.wxss
Normal file
@@ -0,0 +1,213 @@
|
||||
/* user/couponExchange/couponExchange.wxss */
|
||||
|
||||
.couponExchange {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.coup_bac {
|
||||
width: 100%;
|
||||
height: 275rpx;
|
||||
background-color: #343434;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.coup_record {
|
||||
height: 184rpx;
|
||||
padding: 0 24rpx;
|
||||
}
|
||||
|
||||
.icon_jf {
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.coup_record_p1 {
|
||||
font-family: PingFang-SC-Medium;
|
||||
font-size: 32rpx;
|
||||
font-weight: 400;
|
||||
font-stretch: normal;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.coup_record_p2 {
|
||||
font-family: PingFang-SC-Bold;
|
||||
font-size: 45rpx;
|
||||
font-weight: 600;
|
||||
font-stretch: normal;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.coup_record_p3 {
|
||||
text-align: right;
|
||||
font-family: PingFang-SC-Medium;
|
||||
font-size: 28rpx;
|
||||
font-weight: 400;
|
||||
font-stretch: normal;
|
||||
color: #fdaf44;
|
||||
height: 100%;
|
||||
}
|
||||
/* 列表样式 */
|
||||
|
||||
.coup_List {
|
||||
width: 100%;
|
||||
padding: 0 24rpx;
|
||||
}
|
||||
|
||||
.coup_row {
|
||||
background-color: #fff;
|
||||
border-radius: 30rpx;
|
||||
padding: 38rpx 25rpx;
|
||||
}
|
||||
|
||||
.coup_tit {
|
||||
font-family: PingFang-SC-Bold;
|
||||
font-size: 36rpx;
|
||||
font-weight: 500;
|
||||
font-stretch: normal;
|
||||
letter-spacing: 0px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.coup_list_row {
|
||||
position: relative;
|
||||
height: 183rpx;
|
||||
}
|
||||
|
||||
.coup_list_row image {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.coup_list_row_a {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.coup_list_row_mon {
|
||||
font-family: PingFang-SC-Medium;
|
||||
font-size: 18rpx;
|
||||
font-weight: 400;
|
||||
font-stretch: normal;
|
||||
color: #fff;
|
||||
width: 180rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.mon_span {
|
||||
font-size: 25rpx;
|
||||
}
|
||||
|
||||
.mon_span span {
|
||||
font-size: 35rpx;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.cuop_p1 {
|
||||
font-family: PingFang-SC-Bold;
|
||||
font-size: 30rpx;
|
||||
font-weight: 500;
|
||||
font-stretch: normal;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.cuop_p2 {
|
||||
font-family: PingFang-SC-Medium;
|
||||
font-size: 20rpx;
|
||||
font-weight: 400;
|
||||
font-stretch: normal;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.cuop_btn {
|
||||
width: 160rpx;
|
||||
height: 65rpx;
|
||||
line-height: 65rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 33rpx;
|
||||
margin-right: 20rpx;
|
||||
text-align: center;
|
||||
font-family: PingFang-SC-Medium;
|
||||
font-size: 26rpx;
|
||||
font-weight: 400;
|
||||
font-stretch: normal;
|
||||
color: #1dbf69;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* 弹出层 */
|
||||
|
||||
.tips {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.tips_cen {
|
||||
width: 600rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 10rpx;
|
||||
padding-top: 58rpx;
|
||||
padding-bottom: 50rpx;
|
||||
}
|
||||
|
||||
.tips_cen_tit {
|
||||
text-align: center;
|
||||
font-family: PingFang-SC-Bold;
|
||||
font-size: 36rpx;
|
||||
font-weight: 600;
|
||||
font-stretch: normal;
|
||||
letter-spacing: 0px;
|
||||
color: #000000;
|
||||
}
|
||||
.tips_cen_tit span {
|
||||
color: #fdaf44;
|
||||
}
|
||||
.tips_cen_tit1 {
|
||||
text-align: center;
|
||||
font-family: PingFang-SC-Medium;
|
||||
font-size: 30rpx;
|
||||
font-weight: 400;
|
||||
font-stretch: normal;
|
||||
letter-spacing: 0px;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.tips_cen_sub {
|
||||
margin: 45rpx auto 0;
|
||||
width: 550rpx;
|
||||
height: 80rpx;
|
||||
line-height: 80rpx;
|
||||
text-align: center;
|
||||
background-color: #36d96c;
|
||||
border-radius: 40rpx;
|
||||
font-family: PingFang-SC-Medium;
|
||||
font-size: 32rpx;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.tips_img {
|
||||
margin-top: 50rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.tips_img image {
|
||||
width: 69rpx;
|
||||
height: 69rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user