From 31eec8bc86e9400d88bf0115901148dddf129820 Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Mon, 21 Dec 2020 15:55:31 +0800 Subject: [PATCH] 服务单修改样式 --- hive-app/pages/workbench/selectService.vue | 30 +++++++++++++++++++++--------- 1 files changed, 21 insertions(+), 9 deletions(-) diff --git a/hive-app/pages/workbench/selectService.vue b/hive-app/pages/workbench/selectService.vue index da35450..1f426f7 100644 --- a/hive-app/pages/workbench/selectService.vue +++ b/hive-app/pages/workbench/selectService.vue @@ -30,7 +30,7 @@ <text>套餐</text> </view> <view class="flex flex-v content-box-row" v-for="item in 2"> - <view class="font-12 flex align-center justify-between"> + <view class="font-14 flex align-center justify-between"> <text>时尚补水套餐</text> <text class="red">即将过期</text> </view> @@ -42,9 +42,10 @@ <text class="font-10 gray mt-5">有效期至: 2021-01-02</text> <view class="mt-5 flex align-center justify-between"> <text class="font-12 blue">剩余次数: 2次</text> - <view> - <text class="iconfont iconjian blue-outline-btn-circle mr-20"></text> - <text class="iconfont iconjia blue-btn-circle"></text> + <view class="flex align-center justify-end mt-10"> + <text class="iconfont iconjian blue-outline-btn-circle mr-10"></text> + <text>1</text> + <text class="iconfont iconjia blue-btn-circle ml-10"></text> </view> </view> </view> @@ -57,9 +58,10 @@ <text class="font-10 gray mt-5">有效期至: 2021-01-02</text> <view class="mt-5 flex align-center justify-between"> <text class="font-12 blue">剩余次数: 2次</text> - <view> - <text class="iconfont iconjian blue-outline-btn-circle mr-20"></text> - <text class="iconfont iconjia blue-btn-circle"></text> + <view class="flex align-center justify-end mt-10"> + <text class="iconfont iconjian blue-outline-btn-circle mr-10"></text> + <text>1</text> + <text class="iconfont iconjia blue-btn-circle ml-10"></text> </view> </view> </view> @@ -79,7 +81,7 @@ </view> <text class="font-14 blue ml-10">¥110.00</text> </view> - <navigator url="./confirmService" hover-class="none"> + <navigator url="../confirmOrder"> <button class="blue-btn btn mr-0">提交订单</button> </navigator> </view> @@ -123,7 +125,7 @@ padding-bottom: 5px; } .content{ - padding: 10px; + padding: 10px 10px 65px; } .content-box{ background: #FFFFFF; @@ -152,6 +154,10 @@ .shopping{ background: #FFFFFF; padding: 10px 10px; + position: fixed; + bottom: 0; + left: 0; + right: 0; } .shopping-icon{ font-size: 28px; @@ -167,4 +173,10 @@ right: -10px; top: -10px; } + .btn{ + border-radius: 20px; + line-height: 34px; + padding: 0 24px; + font-size: 14px; + } </style> -- Gitblit v1.9.1