first commit
This commit is contained in:
118
衣莎项目/源码/YiShaXiYi/pages/newPeople/newPeople.wxss
Normal file
118
衣莎项目/源码/YiShaXiYi/pages/newPeople/newPeople.wxss
Normal file
@@ -0,0 +1,118 @@
|
||||
/* pages/newPeople/newPeople.wxss */
|
||||
page{
|
||||
height: 100%;
|
||||
background-color: #d23728 !important;
|
||||
}
|
||||
.newPeo-img{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
}
|
||||
.newPeo-img image{
|
||||
flex: 1;
|
||||
}
|
||||
.newPeo{
|
||||
padding:0 38rpx;
|
||||
margin-bottom: 50rpx;
|
||||
}
|
||||
.newPeo-cen{
|
||||
background-color: #ce0f17;
|
||||
padding: 20rpx 26rpx 40rpx;
|
||||
border-radius: 48rpx;
|
||||
}
|
||||
|
||||
/* 优惠券样式 */
|
||||
|
||||
.coupon_list_row{
|
||||
height: 150rpx;
|
||||
}
|
||||
.coupon_row_l,
|
||||
.coupon_row_r{
|
||||
position: relative;
|
||||
}
|
||||
.coupon_row_l{
|
||||
height: 150rpx;
|
||||
width: 148rpx;
|
||||
}
|
||||
.coupon_row_l image{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: 150rpx;
|
||||
width: 148rpx;
|
||||
vertical-align: middle;
|
||||
margin: 0;
|
||||
}
|
||||
.coupon_row_r image{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
.row_l1{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.row_l1_p1{
|
||||
font-family: PingFang-SC-Bold;
|
||||
font-size: 25rpx;
|
||||
color: #f92929;
|
||||
}
|
||||
.row_l1_p1 span{
|
||||
font-size: 40rpx;
|
||||
font-weight: 600;
|
||||
}
|
||||
.row_l1_p2{
|
||||
font-family: PingFang-SC-Medium;
|
||||
font-size: 18rpx;
|
||||
color: #333333;
|
||||
}
|
||||
.row_r1_p1{
|
||||
font-family: PingFang-SC-Medium;
|
||||
font-size: 28rpx;
|
||||
color: #333333;
|
||||
}
|
||||
.row_r1_p2{
|
||||
font-family: PingFang-SC-Medium;
|
||||
font-size: 22rpx;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.receive{
|
||||
padding: 22rpx 187rpx;
|
||||
background-color: #f6b900;
|
||||
border-radius: 45rpx;
|
||||
font-family: PingFang-SC-Bold;
|
||||
font-size: 32rpx;
|
||||
color: #ffffff;
|
||||
}
|
||||
.use-coupon{
|
||||
width: 110rpx;
|
||||
height: 51rpx;
|
||||
line-height: 51rpx;
|
||||
text-align: center;
|
||||
background-color: #fdc43b !important;
|
||||
border-radius: 51rpx;
|
||||
font-family: PingFang-SC-Bold;
|
||||
font-size: 24rpx;
|
||||
font-weight: 400;
|
||||
color: #fefefe !important;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.use-coupon::after{
|
||||
width: 0;
|
||||
height: 0;
|
||||
border: 0;
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user