This commit is contained in:
kbing1981 2024-07-04 11:23:22 +08:00
parent ea82ab7915
commit 1d057585ac
4 changed files with 15 additions and 16 deletions

View File

@ -1980,15 +1980,17 @@
}
.pay_btn {
width: 90%;
margin: 0 auto;
text-align: center;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
height:80rpx;
border-radius: 80rpx;
color: #ffffff;
line-height: 80rpx;
font-size: 32rpx;
width: 96%;
margin-left: 2%;
text-align: center;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
height: 40px;
border-radius: 40px;
color: #ffffff;
line-height: 40px;
font-size: 16px;
position: fixed;
justify-content: center;
}
.serverAddress {

View File

@ -39,7 +39,6 @@
<view class="item-view-bottom-qian">
<span></span>
<span>{{item.price}}</span>
<span>/元套</span>
<span></span>
<span>{{item.oldPrice}}</span>
</view>
@ -200,7 +199,6 @@
font-size: 24rpx;
color: #848484;
text-decoration-line: line-through;
margin-left: 5px;
}
.item-view-bottom-qian span:nth-child(5){
font-size: 24rpx;
@ -220,7 +218,7 @@
.item-view-bottom-qian span:nth-child(3){
font-weight: 400;
font-size: 23rpx;
color: #F95900;
color: #848484;
}
.item-view-bottom{
width: 100%;
@ -287,7 +285,6 @@
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.item-view{
width: 55%;

View File

@ -1252,10 +1252,11 @@
display: flex;
flex-direction: row;
align-items: center;
background: linear-gradient(90deg, #fe912e, #ff996a, #35C495);
background: linear-gradient(90deg, #fee9ca, #fde4c6);
border: 1px #decbae solid;
border-radius: 30rpx 30rpx 30rpx 2rpx;
padding: 3rpx 15rpx;
color:#fff;
color:#8d500f;
font-size: 22rpx;
margin-left: 15rpx;
}

View File

@ -1467,7 +1467,6 @@ import permision from "@/components/permission.js";
/* padding: 10px; */
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: baseline;
}
.list-view{