From 230fb359b66f850baf8efccf731dcd962c29bf0d Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Tue, 15 Dec 2020 16:59:34 +0800 Subject: [PATCH] 个人中心知识库 --- hive-app/pages/member/detail.vue | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) diff --git a/hive-app/pages/member/detail.vue b/hive-app/pages/member/detail.vue index 76eeab0..f7d6610 100644 --- a/hive-app/pages/member/detail.vue +++ b/hive-app/pages/member/detail.vue @@ -68,6 +68,10 @@ </view> </view> </view> + <view class="flex content-btn justify-around"> + <button class="white-btn btn">开单</button> + <button class="blue-btn btn">预约</button> + </view> </view> </template> @@ -112,12 +116,16 @@ .detail-item{ width: 25%; } - .detail-icon-box{ - width: 32px; - height: 32px; - } .detail-icon{ - width: 32px; - height: 32px; + width: 28px; + height: 28px; + } + .content-btn{ + position: absolute; + bottom: 15px; + width: 100%; + } + .btn{ + width: 45%; } </style> -- Gitblit v1.9.1