2 files added
9 files modified
| | |
| | | /*每个页面公共css */ |
| | | @import url("./common/styles/index"); |
| | | @import url("./static/iconfont/iconfont.css"); |
| | | @import url("//at.alicdn.com/t/font_2263696_m22p50f3dmd.css"); |
| | | @import url("//at.alicdn.com/t/font_2263696_3utca10eqri.css"); |
| | | </style> |
| | |
| | | color: #FFFFFF; |
| | | } |
| | | .gray{ |
| | | color: #8c9fad; |
| | | color: #a5abaf; |
| | | } |
| | | .light-gray{ |
| | | color: #a7a7a7; |
| | |
| | | } |
| | | /* 蓝色圆形加减按钮 */ |
| | | .blue-btn-circle{ |
| | | width: 30px; |
| | | height: 30px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | height: 26px; |
| | | width: 26px; |
| | | line-height: 26px; |
| | | box-sizing: border-box; |
| | | font-size: 14px!important; |
| | | border-radius: 50%; |
| | | background: #518EFF; |
| | | color: #FFFFFF; |
| | | } |
| | | .blue-outline-btn-circle{ |
| | | height: 26px; |
| | | width: 26px; |
| | | line-height: 24px; |
| | | box-sizing: border-box; |
| | | font-size: 12px!important; |
| | | border-radius: 50%; |
| | | border: 2px solid #518EFF; |
| | | color: #518EFF; |
| | | } |
| | | |
| | | /* 固定底部 */ |
| | | .sticky-footer{ |
| | |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/member/skinDetection", |
| | | "style": { |
| | | "navigationBarTitleText": "皮肤检测", |
| | | "navigationBarBackgroundColor":"#518EFF", |
| | | "navigationBarTextStyle":"white", |
| | | "app-plus":{ |
| | | "scrollIndicator": "none" |
| | | } |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/member/skinDetectionDetail", |
| | | "style": { |
| | | "navigationBarTitleText": "皮肤检测详情", |
| | | "navigationBarBackgroundColor":"#FFFFFF", |
| | | "navigationBarTextStyle":"black", |
| | | "app-plus":{ |
| | | "scrollIndicator": "none" |
| | | } |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/mine/index", |
| | | "style": { |
| | | "transparentTitle": "always", |
| | |
| | | </navigator> |
| | | </view> |
| | | <view class="detail-item"> |
| | | <navigator url="./skinDetection" hover-class="none" > |
| | | <image class="detail-icon" mode="aspectFit" src="../../static/images/member-detail4.png"></image> |
| | | <text class="font-14 mt-5">皮肤监测</text> |
| | | <text class="font-14 mt-5">皮肤检测</text> |
| | | </navigator> |
| | | </view> |
| | | <view class="detail-item"> |
| | | <image class="detail-icon" mode="aspectFit" src="../../static/images/member-detail5.png"></image> |
| | |
| | | <image class="detail-icon" mode="aspectFit" src="../../static/images/member-detail7.png"></image> |
| | | <text class="font-14 mt-5">跟进记录</text> |
| | | </view> |
| | | <view class="detail-item"> |
| | | <navigator url="./membershipCard" hover-class="none" > |
| | | <image class="detail-icon" mode="aspectFit" src="../../static/images/member-detail3.png"></image> |
| | | <text class="font-14 mt-5">会员档案</text> |
| | | </navigator> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="sticky-footer flex justify-between"> |
| | |
| | | </view> |
| | | <view class="quick-entry"> |
| | | <navigator url="./editMember" hover-class="navigator-hover"> |
| | | <text class="iconfont iconjiahao"></text> |
| | | <text class="iconfont iconjia"></text> |
| | | </navigator> |
| | | </view> |
| | | </view> |
| | |
| | | <template> |
| | | <view class="container"> |
| | | <view class="card-item"> |
| | | <view class="card-header"> |
| | | <view class="list-item"> |
| | | <view class="list-header"> |
| | | <text class="name">会员卡</text> |
| | | <text>NO 23564</text> |
| | | </view> |
| | | <view class="card-content"> |
| | | <view class="list-content"> |
| | | <text> |
| | | ¥ 5656789 |
| | | ¥<text class="ml-10">565,6789</text> |
| | | </text> |
| | | </view> |
| | | <view class="card-footer"> |
| | | <view class="list-footer"> |
| | | <text>赠送金额 ¥ 5656</text> |
| | | <text>有效期:2025-10-20</text> |
| | | </view> |
| | | </view> |
| | | <view class="list-item"> |
| | | <view class="list-header"> |
| | | <text class="name">会员卡</text> |
| | | <text>NO 23564</text> |
| | | </view> |
| | | <view class="list-content"> |
| | | <text> |
| | | ¥<text class="ml-10">565,6789</text> |
| | | </text> |
| | | </view> |
| | | <view class="list-footer"> |
| | | <text>赠送金额 ¥ 5656</text> |
| | | <text>有效期:2025-10-20</text> |
| | | </view> |
| | |
| | | .container{ |
| | | padding: 10px 10px; |
| | | } |
| | | .card-item{ |
| | | .list-item{ |
| | | background: #F0AD4E; |
| | | color: #FFFFFF; |
| | | font-size: 14px; |
| | | padding: 12px 15px; |
| | | border-radius: 4px; |
| | | margin-bottom: 10px; |
| | | } |
| | | .card-header{ |
| | | .list-header{ |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | } |
| | | .card-header .name{ |
| | | font-size: 22px; |
| | | .list-header .name{ |
| | | font-size: 18px; |
| | | font-weight: bold; |
| | | } |
| | | .card-content{ |
| | | |
| | | .list-content{ |
| | | padding: 20px 0; |
| | | font-size: 30px; |
| | | } |
| | | .card-footer{ |
| | | |
| | | .list-footer{ |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | } |
| | | </style> |
New file |
| | |
| | | <template> |
| | | <view class="container"> |
| | | <view class="list-item"> |
| | | <navigator url="./skinDetectionDetail?title=皮肤色斑检测分析" hover-class=""> |
| | | <view class="list-header"> |
| | | <text class="name">皮肤色斑检测分析</text> |
| | | <text class="gray">2020-12-08 10:12:48</text> |
| | | </view> |
| | | <view class="list-content"> |
| | | <view class="flex justify-between"> |
| | | <text>检测师</text> |
| | | <text class="gray">李广</text> |
| | | </view> |
| | | <view class="flex justify-between"> |
| | | <text>检测门店</text> |
| | | <text class="gray">梅溪湖店</text> |
| | | </view> |
| | | </view> |
| | | </navigator> |
| | | </view> |
| | | <view class="list-item"> |
| | | <navigator url="./skinDetectionDetail?title=皮肤色斑检测分析" hover-class=""> |
| | | <view class="list-header"> |
| | | <text class="name">皮肤色斑检测分析</text> |
| | | <text class="gray">2020-12-08 10:12:48</text> |
| | | </view> |
| | | <view class="list-content"> |
| | | <view class="flex justify-between"> |
| | | <text>检测师</text> |
| | | <text class="gray">李广</text> |
| | | </view> |
| | | <view class="flex justify-between"> |
| | | <text>检测门店</text> |
| | | <text class="gray">梅溪湖店</text> |
| | | </view> |
| | | </view> |
| | | </navigator> |
| | | </view> |
| | | </view> |
| | | </template> |
| | | |
| | | <script> |
| | | export default{ |
| | | components:{ |
| | | |
| | | }, |
| | | data(){ |
| | | return { |
| | | |
| | | } |
| | | }, |
| | | methods:{ |
| | | |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | page{ |
| | | background: #F2f2f2; |
| | | } |
| | | .container{ |
| | | padding: 15px 10px; |
| | | } |
| | | .list-item{ |
| | | background: #FFFFFF; |
| | | color: #3a3f3f; |
| | | font-size: 14px; |
| | | padding: 12px 15px; |
| | | border-radius: 4px; |
| | | margin-bottom: 10px; |
| | | } |
| | | .list-header{ |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | } |
| | | .list-header .name{ |
| | | font-size: 15px; |
| | | font-weight: bold; |
| | | } |
| | | .list-content{ |
| | | padding-top: 10px; |
| | | line-height: 26px; |
| | | } |
| | | </style> |
New file |
| | |
| | | <template> |
| | | </template> |
| | | |
| | | <script> |
| | | export default{ |
| | | onLoad(options) { |
| | | uni.setNavigationBarTitle({ |
| | | title: options.title |
| | | }); |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | </style> |
| | |
| | | <text class="font-18 dark-gray">HIVE</text> |
| | | <view> |
| | | <text class="icon gray iconfont iconsousuo mr-15"></text> |
| | | <text class="icon gray iconfont iconjiahao" @click.stop="isShow=!isShow"></text> |
| | | <text class="icon gray iconfont iconjia" @click.stop="isShow=!isShow"></text> |
| | | </view> |
| | | </view> |
| | | <popover class="popup-content" v-show="isShow"> |
| | | <view class="popup-item flex align-center"> |
| | | <text class="icon white iconfont iconjiahao mr-5"></text> |
| | | <text class="icon white iconfont iconjia mr-5"></text> |
| | | <text class="white font-14 popup-content-text">新增会员</text> |
| | | </view> |
| | | <view class="popup-item flex align-center"> |
| | |
| | | color: '#abb1cc', |
| | | activeColor: '#518EFF', |
| | | underLineColor: '#518EFF', |
| | | underLineHeight: 8, |
| | | underLineHeight: 4, |
| | | fontSize: '30', |
| | | itemWidth: 100, |
| | | underLineWidth: 60, |
| | | }" |
| | | /> |
| | |
| | | <text class="flex justify-start font-14">肽妍氨基酸平衡基础洁面乳</text> |
| | | <text class="flex justify-start font-14 red mt-10">¥400.00</text> |
| | | <view class="flex align-center justify-end mt-10"> |
| | | <button class="blue-btn-circle mr-10">-</button> |
| | | <text class="iconfont iconjian blue-outline-btn-circle mr-10"></text> |
| | | <text>1</text> |
| | | <button class="blue-btn-circle ml-10 mr-0">+</button> |
| | | <text class="iconfont iconjia blue-btn-circle ml-10"></text> |
| | | </view> |
| | | </view> |
| | | <view class="flex flex-v list-right-row"> |
| | | <text class="flex justify-start font-14">肽妍氨基酸平衡基础洁面乳</text> |
| | | <text class="flex justify-start font-14 red mt-10">¥400.00</text> |
| | | <view class="flex align-center justify-end mt-10"> |
| | | <button class="blue-btn-circle mr-10">-</button> |
| | | <text class="iconfont iconjian blue-outline-btn-circle mr-10"></text> |
| | | <text>1</text> |
| | | <button class="blue-btn-circle ml-10 mr-0">+</button> |
| | | <text class="iconfont iconjia blue-btn-circle ml-10"></text> |
| | | </view> |
| | | </view> |
| | | </scroll-view> |