Files
CompanyProject/衣莎项目/源码/YiShaXiYi/user/payment/payment.wxss
2024-09-27 01:32:49 +08:00

74 lines
1.3 KiB
Plaintext

/* user/payment/payment.wxss */
.you{
font-size: 32rpx !important;
color: #ff4838 !important;
margin-left: 28rpx;
}
.wux-cell__text{
font-size: 32rpx !important;
color: #333333 !important;
}
.text_right_cell{
font-size: 32rpx !important;
color: #333333 !important;
}
.text_right_cell1{
font-size: 36rpx !important;
color: #ff5410 !important;
}
.text_right_cell2{
font-size: 36rpx !important;
color: #ff5410 !important;
text-align: right;
}
.pay{
position: fixed;
bottom: 0;
left: 0;
right: 0;
display: block;
height: 110rpx;
background-color: #ffffff;
padding: 0 30rpx;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-align-items: center;
align-items: center;
}
.pay view{
display: inline-block;
float: right;
}
.pay_button{
width: 212rpx;
height: 80rpx;
line-height: 80rpx;
text-align: center;
background-image: linear-gradient(
#1dbf53,
#1dbf53),
linear-gradient(
#2fd152,
#2fd152);
background-blend-mode: normal,
normal;
border-radius: 40rpx;
font-size: 30rpx;
color: #ffffff;
}
.pay_moy{
font-size: 36rpx;
color: #000000;
font-weight: 400;
}
.pay_p{
font-size: 26rpx;
color: #999999;
}
.pay_span{
font-size: 26rpx;
color: #333333;
}