diff --git a/pages/sangdai/sangdai.vue b/pages/sangdai/sangdai.vue index f1a1b70..50d868e 100644 --- a/pages/sangdai/sangdai.vue +++ b/pages/sangdai/sangdai.vue @@ -100,6 +100,7 @@ + @@ -113,9 +114,7 @@ {{ a.prize_num }} - 已发货 + 已发货 @@ -304,7 +303,7 @@ 取消 - + 确定 @@ -953,7 +952,7 @@ &.act { font-weight: 400; - font-size: 36rpx; + font-size: 28rpx; color: #333333; &::after { @@ -970,7 +969,7 @@ &.unact { font-weight: 400; - font-size: 32rpx; + font-size: 28rpx; color: #CCCCCC; } } @@ -1098,19 +1097,20 @@ left: 50%; bottom: 12rpx; transform: translateX(-50%); - width: 50rpx; + min-width: 50rpx; height: 38rpx; + padding: 0 10rpx; border-radius: 18rpx; display: flex; justify-content: center; align-items: center; - background: rgba(0, 0, 0, 0.2); + background: rgba(0, 0, 0, 0.5); font-size: 24rpx; - font-family: Source Han Sans CN; font-weight: 400; - color: #333333; + color: #ffffff; } + .yu-tag { position: absolute; right: 10rpx; @@ -1234,6 +1234,22 @@ color: #ffffff; border-radius: 20rpx; } + + .num2 { + position: absolute; + z-index: 1; + right: 10rpx; + top: 10rpx; + width: 80rpx; + // transform: translateX(-50%); + box-sizing: border-box; + padding: 0 10rpx; + background: rgba(0, 0, 0, 0.5); + font-size: 16rpx; + font-weight: 400; + color: #E6F791; + border-radius: 20rpx; + } } .title { @@ -1261,23 +1277,21 @@ .btn { width: 160rpx; height: 60rpx; - background: #3B3941; - border-radius: 30rpx; - border: 2rpx solid #D3AFFF; + background: #FFFFFF; + border-radius: 16rpx; font-weight: 400; - font-size: 26rpx; - color: #D3AFFF; + font-size: 24rpx; + color: #333333; } .btn2 { width: 160rpx; height: 60rpx; - border: 2rpx solid #FFFFFF; - background: #894DD3; - border-radius: 30rpx; + background: #E6F791; + border-radius: 16rpx; font-weight: 400; - font-size: 26rpx; - color: #FFFFFF; + font-size: 24rpx; + color: #333333; } } } @@ -1781,12 +1795,13 @@ color: #333333; } } + .model-ft { width: 100%; padding: 50rpx 0; display: flex; justify-content: space-between; - + .model-btn { width: 220rpx; height: 72rpx; @@ -1796,12 +1811,12 @@ justify-content: center; align-items: center; background-color: #F5F5F5; - + font-size: 24rpx; font-family: Source Han Sans CN; font-weight: 400; color: #A5A5A5; - + &.act { background: #D8FD24; color: #333333; diff --git a/pages/user/wuliu_detail.vue b/pages/user/wuliu_detail.vue index fb34114..121e086 100644 --- a/pages/user/wuliu_detail.vue +++ b/pages/user/wuliu_detail.vue @@ -1,261 +1,255 @@ + .wuliu { + width: 100vw; + background: #F7F7F7; + min-height: 100vh; + padding-top: 2rpx; + padding-bottom: 100rpx; + box-sizing: border-box; + position: relative; + background-attachment: fixed; + background-size: 100vw 100vh; + } + \ No newline at end of file