|
|
@@ -1889,15 +1889,12 @@ page {
|
|
|
/* 结算 */
|
|
|
.settlement {
|
|
|
width: 94%;
|
|
|
- background-color: rgba(129, 189, 179, 0.4);
|
|
|
line-height: 3.4;
|
|
|
- border-radius: 49rpx;
|
|
|
position: fixed;
|
|
|
bottom: 10rpx;
|
|
|
left: 3%;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- border: 2rpx solid #568d84;
|
|
|
}
|
|
|
|
|
|
.settlement1 {
|
|
|
@@ -1917,10 +1914,12 @@ page {
|
|
|
}
|
|
|
|
|
|
.settlement_le {
|
|
|
- width: 48%;
|
|
|
+ width: 552rpx;
|
|
|
padding-left: 18%;
|
|
|
color: #000;
|
|
|
font-size: 30rpx;
|
|
|
+ background-image: url(@/static/images/index/1.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.settlement_le text {
|
|
|
@@ -1928,25 +1927,25 @@ page {
|
|
|
}
|
|
|
|
|
|
.settlement_ri {
|
|
|
- width: 35%;
|
|
|
- background-color: #75a599;
|
|
|
+ margin-left: -8rpx;
|
|
|
+ width: 180rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 800;
|
|
|
color: #333333;
|
|
|
text-align: center;
|
|
|
- border-top-right-radius: 49rpx;
|
|
|
- border-bottom-right-radius: 49rpx;
|
|
|
+ background-image: url(@/static/images/index/2.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.settlement_ri1 {
|
|
|
- width: 35%;
|
|
|
- background-color: #75a599;
|
|
|
+ margin-left: -8rpx;
|
|
|
+ width: 180rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 800;
|
|
|
color: #333333;
|
|
|
text-align: center;
|
|
|
- border-top-right-radius: 49rpx;
|
|
|
- border-bottom-right-radius: 49rpx;
|
|
|
+ background-image: url(@/static/images/index/2.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.settlement_img {
|