diff --git a/pages/order/index.vue b/pages/order/index.vue index 260fbb9..2b7c8c0 100644 --- a/pages/order/index.vue +++ b/pages/order/index.vue @@ -853,7 +853,7 @@ .gengduoBtn{ height:70rpx; line-height: 70rpx; - border-bottom: 1px solid #f7f7f7; + border-bottom: 1px solid #f2f2f2; padding: 0 20rpx; color: #666666; text-align: center; @@ -988,18 +988,20 @@ background: #fff !important; // border: 1px solid #d7d7d7 !important; color: #d7d7d7 !important; - width: 145rpx !important; + width: 164rpx !important; height: 47rpx !important; line-height: 47px !important; border-radius: 23rpx !important; + font-size: 30rpx!important; } /deep/.btns{ background: #fff !important; // border: 1px solid #019C88 !important; - color: #019C88 !important; + color: #019c88 !important; width: 164rpx !important; border-radius: 23rpx !important; - } + font-size: 30rpx!important; + } .text-green span:nth-child(1){ font-weight: 400; font-size: 25rpx; @@ -1026,7 +1028,9 @@ top: var(--window-top); flex-wrap: wrap; align-content: flex-start; - background-color: #fff; + background:url('../../static/background-img4.png') bottom; + background-repeat: no-repeat; + background-size: 100% 100%; } .sticky-tabs-list image{ width: 52.08rpx; @@ -1087,8 +1091,9 @@ background-color: #FFFFFF; } .margin-left-xs{ - font-size: 31rpx; + font-size: 32rpx; font-weight: bold; + color: #111111; } .status-button{ font-weight: bold; diff --git a/static/background-img4.png b/static/background-img4.png index a8aa1af..7a06e2c 100644 Binary files a/static/background-img4.png and b/static/background-img4.png differ diff --git a/static/my-liaocheng3.png b/static/my-liaocheng3.png new file mode 100644 index 0000000..b94e170 Binary files /dev/null and b/static/my-liaocheng3.png differ