Style:界面细节调整

This commit is contained in:
lifizer
2024-04-25 16:03:03 +08:00
parent 887c350a93
commit ec6575c09e
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -403,7 +403,7 @@ page {
.shop-info {
padding: 20rpx 16rpx;
border-bottom: 2rpx solid #DADADA;
border-bottom: 2rpx solid #eee;
.name {
margin-left: 6rpx;
@@ -427,8 +427,7 @@ page {
.item-info {
margin: 0 30rpx;
padding: 22rpx 0 0;
border-top: 1rpx solid #eee;
padding: 0 0 0 0;
}
.totalPrice {
@@ -436,7 +435,7 @@ page {
}
.bottom {
border-top: 2rpx solid #DADADA;
border-top: 2rpx solid #eee;
.bnt {
display: flex;
+1 -1
View File
@@ -214,7 +214,7 @@ export default {
.rule-btn {
position: fixed;
right: 0;
top: 245rpx;
top: 255rpx;
z-index: 9;
height: 24rpx;
padding: 20rpx 30rpx 20rpx 40rpx;