From 709a315403ed1d17be7b56cc76bf07f9bbf2c673 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Mon, 6 Jul 2020 10:25:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E5=87=BA=E6=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageB/components/sdetails/tloos.vue | 142 +++++++++++++++++++++++++--- 1 file changed, 129 insertions(+), 13 deletions(-) diff --git a/pageB/components/sdetails/tloos.vue b/pageB/components/sdetails/tloos.vue index 8c4cd7e..67208ae 100644 --- a/pageB/components/sdetails/tloos.vue +++ b/pageB/components/sdetails/tloos.vue @@ -1,24 +1,61 @@ @@ -42,6 +85,7 @@ export default { width: 100%; bottom:0; border-top: 1rpx solid #ececec; + z-index: 1000000; .navs{ display: flex; flex-direction: column; @@ -67,5 +111,77 @@ export default { color: #fff; } + } + .popup{ + padding: 30rpx; + padding-bottom: 180rpx; + .head{ + display: flex; + margin-bottom: 30rpx; + .image{ + width: 195rpx; + height: 195rpx; + border-radius: 10rpx; + flex-shrink: 0; + } + .info{ + display: flex; + padding: 21rpx 0; + justify-content: space-between; + margin-left: 27rpx; + flex-direction: column; + >text:first-child{ + font-size: 28rpx; + color: #333; + } + >text:last-child{ + font-size: 30rpx; + color: #ff3131; + } + } + } + .guige{ + margin-top: 30rpx; + padding-bottom: 30rpx; + border-bottom: #ececec solid 2rpx; + .title{ + font-size: 28rpx; + color: #333; + margin-bottom: 29rpx; + + } + .item{ + display: flex; + flex-wrap: wrap; + >text{ + min-width: 120rpx; + height: 60rpx; + background-color: #ececec; + color: #999; + text-align: center; + line-height: 60rpx; + box-sizing: border-box; + border-radius: 6rpx; + margin-right: 26rpx; + } + .xuanzhong{ + border: #ff780f 1rpx solid; + color: #FF780F; + background-color: #FFF1E6; + } + } + } + .num{ + height: 84rpx; + display: flex; + border-bottom: #ececec solid 2rpx; + justify-content: space-between; + align-items: center; + >text{ + font-size: 26rpx; + color: #666; + } + } + } \ No newline at end of file