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 { .shop-info {
padding: 20rpx 16rpx; padding: 20rpx 16rpx;
border-bottom: 2rpx solid #DADADA; border-bottom: 2rpx solid #eee;
.name { .name {
margin-left: 6rpx; margin-left: 6rpx;
@@ -427,8 +427,7 @@ page {
.item-info { .item-info {
margin: 0 30rpx; margin: 0 30rpx;
padding: 22rpx 0 0; padding: 0 0 0 0;
border-top: 1rpx solid #eee;
} }
.totalPrice { .totalPrice {
@@ -436,7 +435,7 @@ page {
} }
.bottom { .bottom {
border-top: 2rpx solid #DADADA; border-top: 2rpx solid #eee;
.bnt { .bnt {
display: flex; display: flex;
+1 -1
View File
@@ -214,7 +214,7 @@ export default {
.rule-btn { .rule-btn {
position: fixed; position: fixed;
right: 0; right: 0;
top: 245rpx; top: 255rpx;
z-index: 9; z-index: 9;
height: 24rpx; height: 24rpx;
padding: 20rpx 30rpx 20rpx 40rpx; padding: 20rpx 30rpx 20rpx 40rpx;