Style:界面细节调整
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user