作者 xuqiang

提交

  1 +<template>
  2 + <view class="imgTxtTitle">
  3 + <image :src="imgUrl" mode=""></image>
  4 + {{txtInfo}}
  5 + </view>
  6 +</template>
  7 +
  8 +<script>
  9 + export default{
  10 + props:{
  11 + imgUrl:{
  12 + type:String
  13 + },
  14 + txtInfo:{
  15 + type:String
  16 + }
  17 + }
  18 + }
  19 +</script>
  20 +
  21 +<style lang="scss" scoped>
  22 + .imgTxtTitle{
  23 + height: 108rpx;
  24 + display: flex;
  25 + align-items: center;
  26 + image{width: $uni-img-size-44;height: $uni-img-size-44;margin-right: 16rpx;}
  27 + font-size: $uni-font-size-40;
  28 + }
  29 +</style>
@@ -9,6 +9,26 @@ App.mpType = 'app' @@ -9,6 +9,26 @@ App.mpType = 'app'
9 import uView from 'uview-ui'; 9 import uView from 'uview-ui';
10 Vue.use(uView); 10 Vue.use(uView);
11 11
  12 +Vue.prototype.$href=function(data,type=1){
  13 + // if(uni.getStorageSync("token")){
  14 + if(type==1){
  15 + uni.navigateTo({
  16 + url:data
  17 + })
  18 + }
  19 + if(type==2){
  20 + uni.switchTab({
  21 + url:data
  22 + })
  23 + }
  24 +
  25 + /* }else{
  26 + uni.navigateTo({
  27 + url:"/pages/login/login?backurl="+data
  28 + })
  29 + } */
  30 +}
  31 +
12 const app = new Vue({ 32 const app = new Vue({
13 ...App 33 ...App
14 }) 34 })
@@ -10,12 +10,26 @@ @@ -10,12 +10,26 @@
10 "navigationBarBackgroundColor":"#2e7ff9", 10 "navigationBarBackgroundColor":"#2e7ff9",
11 "navigationBarTextStyle":"white" 11 "navigationBarTextStyle":"white"
12 } 12 }
  13 + },
  14 + {
  15 + "path": "pages/index/replyDesc",
  16 + "style": {
  17 + "navigationBarTitleText": "市场监管",
  18 + "navigationBarBackgroundColor":"#2e7ff9",
  19 + "navigationBarTextStyle":"white"
  20 + }
  21 + },
  22 + {
  23 + "path": "pages/index/infoKnow",
  24 + "style": {
  25 + "navigationBarTitleText": "资料须知"
  26 + }
13 } 27 }
14 ], 28 ],
15 "globalStyle": { 29 "globalStyle": {
16 "navigationBarTextStyle": "black", 30 "navigationBarTextStyle": "black",
17 "navigationBarTitleText": "uni-app", 31 "navigationBarTitleText": "uni-app",
18 - "navigationBarBackgroundColor": "#F8F8F8", 32 + "navigationBarBackgroundColor": "#fff",
19 "backgroundColor": "#F8F8F8" 33 "backgroundColor": "#F8F8F8"
20 } 34 }
21 } 35 }
1 <template> 1 <template>
2 - <view class="content"> 2 + <view>
3 <!-- 轮播图区域 --> 3 <!-- 轮播图区域 -->
4 <view class="swiperBgWrap"> 4 <view class="swiperBgWrap">
5 - <u-swiper @change="change" :height="250" :list="list" :title="title" :effect3d="effect3d" 5 + <u-swiper @change="change" :height="326" :list="list" :title="title" :effect3d="effect3d"
6 :indicator-pos="indicatorPos" :mode="mode" :interval="3000" @click="click"></u-swiper> 6 :indicator-pos="indicatorPos" :mode="mode" :interval="3000" @click="click"></u-swiper>
7 </view> 7 </view>
8 <!-- 单位简介区域 --> 8 <!-- 单位简介区域 -->
  9 + <view class="unitDescWrap">
  10 + <img-txt-title :imgUrl="'../static/image/index/ic_87@2x.png'" :txtInfo="'单位简介'"></img-txt-title>
  11 + <view class="unitDesc">
  12 + 中国冶金地质总局成立于1952年,隶属国务院国有资产监督管理委员会,是中央管理的地质勘查单位,肩负着提高资源保障能力的公益性央企,主要从事固体矿产地质勘查、研究、开发、服务,超硬材料生产及机械装备制造。资产总额230多亿元。 中国冶金地质下属11个局院(中心)、6个控股公司,队伍驻地分布在全国20个省、自治区和直辖市。   宗旨和业务范围:为国家冶金地质工作提供管理保障;固体矿产地质勘查、研究、开发、服务;超硬材料生产及机械设备研制;冶金地质勘查发展规划和规章制度制定;冶金地质行业标准研究;冶金地质勘查业务管理;相关地质勘查组织实施;所属地质单位队伍管理;国外重要地质矿产勘查;找矿理论和勘查技术等相关研究,提供技术服务
  13 + </view>
  14 + <view class="companyVideo">
  15 + <video
  16 + id="myVideo"
  17 + src="https://img.cdn.aliyun.dcloud.net.cn/guide/uniapp/%E7%AC%AC1%E8%AE%B2%EF%BC%88uni-app%E4%BA%A7%E5%93%81%E4%BB%8B%E7%BB%8D%EF%BC%89-%20DCloud%E5%AE%98%E6%96%B9%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B@20200317.mp4"
  18 + controls
  19 + ></video>
  20 + </view>
  21 + </view>
9 <!-- 单位案例区域 --> 22 <!-- 单位案例区域 -->
  23 + <view class="unitCaseWrap">
  24 + <img-txt-title :imgUrl="'../static/image/index/ic_88@2x.png'" :txtInfo="'单位案例'"></img-txt-title>
  25 + <view class="unitCase">
  26 + <view class="caseItem">
  27 + <image src="../../static/image/del/ic_90@2x.png" mode="aspectFill"></image>
  28 + <view class="companyName">
  29 + 杭州传媒有限公司
  30 + </view>
  31 + </view>
  32 + <view class="caseItem">
  33 + <image src="../../static/image/del/ic_90@2x.png" mode="aspectFill"></image>
  34 + <view class="companyName">
  35 + 杭州传媒有限公司杭州传媒有限公司
  36 + </view>
  37 + </view>
  38 + <view class="caseItem">
  39 + <image src="../../static/image/del/ic_90@2x.png" mode="aspectFill"></image>
  40 + <view class="companyName">
  41 + 杭州传媒有限公司
  42 + </view>
  43 + </view>
  44 + <view class="caseItem">
  45 + <image src="../../static/image/del/ic_90@2x.png" mode="aspectFill"></image>
  46 + <view class="companyName">
  47 + 杭州传媒有限公司
  48 + </view>
  49 + </view>
  50 + </view>
  51 + </view>
10 <!-- 底部按钮区域 --> 52 <!-- 底部按钮区域 -->
  53 + <view class="bottomBtnWrap">
  54 + <view class="companyReplyBtn" @click="$href('replyDesc')">
  55 + 企业入驻
  56 + </view>
  57 + <view class="loginBtnList">
  58 + <view class="loginBtnItem company">
  59 + <image src="../../static/image/index/ic_91@2x.png" mode=""></image>
  60 + 企业登录
  61 + </view>
  62 + <view class="loginBtnItem complat">
  63 + <image src="../../static/image/index/ic_92@2x.png" mode=""></image>
  64 + 平台员工登录
  65 + </view>
  66 + </view>
  67 + </view>
  68 + </view>
  69 +
11 </view> 70 </view>
12 </template> 71 </template>
13 72
14 <script> 73 <script>
  74 + import imgTxtTitle from '@/components/imgTxtTitle.vue'
15 export default { 75 export default {
16 data() { 76 data() {
17 return { 77 return {
@@ -34,11 +94,16 @@ @@ -34,11 +94,16 @@
34 effect3d: false, 94 effect3d: false,
35 } 95 }
36 }, 96 },
  97 + components:{
  98 + imgTxtTitle
  99 + },
37 onLoad() { 100 onLoad() {
38 101
39 }, 102 },
40 methods: { 103 methods: {
41 - 104 + change(index) {
  105 + // console.log(index);
  106 + }
42 } 107 }
43 } 108 }
44 </script> 109 </script>
@@ -46,10 +111,90 @@ @@ -46,10 +111,90 @@
46 <style lang="scss" scoped> 111 <style lang="scss" scoped>
47 // 轮播图背景区域 112 // 轮播图背景区域
48 .swiperBgWrap{ 113 .swiperBgWrap{
49 - height: 220rpx;  
50 - background: linear-gradient(180deg,$uni-bg-main-color, $uni-bg-bai-color); 114 + height: 352rpx;
  115 + background: linear-gradient(180deg,$uni-bg-main-color, $uni-bg-bai-color, $uni-bg-bai-color);
  116 + padding: 20rpx 32rpx 0 32rpx;
51 } 117 }
52 // 单位简介区域 118 // 单位简介区域
  119 + .unitDescWrap{
  120 + margin: 20rpx 32rpx 0 32rpx;
  121 + background: #ffffff;
  122 + border-radius: 20rpx;
  123 + box-shadow: 0rpx 2rpx 16rpx 0rpx rgba(97,97,97,0.05);
  124 + .unitDesc{
  125 + padding: 0 24rpx;
  126 + font-size: $uni-font-size-28;
  127 + color: $uni-text-color-hui;
  128 + line-height: $uni-font-lh-40;
  129 + }
  130 + .companyVideo{
  131 + padding: 32rpx;
  132 + video{
  133 + width: 100%;
  134 + border-radius: $uni-border-radius-20;
  135 + height: 300rpx;
  136 + }
  137 + }
  138 + }
53 // 单位案例区域 139 // 单位案例区域
  140 + .unitCaseWrap{
  141 + padding: 20rpx 30rpx 0 30rpx;
  142 + .unitCase{
  143 + display: flex;
  144 + flex-wrap: wrap;
  145 + .caseItem{
  146 + margin-right: 20rpx;
  147 + margin-top: 10rpx;
  148 + image{width: 216rpx;height: 136rpx;}
  149 + .companyName{
  150 + width: 216rpx;
  151 + font-size: $uni-font-size-24;
  152 + font-weight: 600;
  153 + line-height: $uni-font-lh-40;
  154 + text-align: center;
  155 + overflow: hidden;
  156 + text-overflow: ellipsis;
  157 + display: -webkit-box;
  158 + -webkit-line-clamp:1;
  159 + -webkit-box-orient:vertical;
  160 + }
  161 + }
  162 + .caseItem:nth-of-type(3n){margin-right: 0;}
  163 + }
  164 + }
54 // 底部按钮区域 165 // 底部按钮区域
  166 + .bottomBtnWrap{
  167 + padding: 100rpx 60rpx 66rpx 60rpx;
  168 + .companyReplyBtn{
  169 + height: 80rpx;
  170 + border: 2rpx solid #969799;
  171 + border-radius: 82rpx;
  172 + line-height: 40rpx;
  173 + font-size: $uni-font-size-32;
  174 + line-height: 80rpx;
  175 + text-align: center;
  176 + }
  177 + .loginBtnList{
  178 + padding-top: 44rpx;
  179 + display: flex;
  180 + .loginBtnItem{
  181 + height: 80rpx;
  182 + flex: 1;
  183 + display: flex;
  184 + justify-content: center;
  185 + align-items: center;
  186 + image{width: $uni-img-size-32;height: $uni-img-size-32;margin-right: 12rpx;}
  187 + color: $uni-text-color-bai;
  188 + font-size: $uni-font-size-32;
  189 + }
  190 + .loginBtnItem.company{
  191 + background: $uni-bg-main-color;
  192 + border-radius: $uni-border-radius-80 0rpx 0rpx $uni-border-radius-80;
  193 + }
  194 + .loginBtnItem.complat{
  195 + background: $uni-bg-color-lv;
  196 + border-radius: 0rpx $uni-border-radius-80 $uni-border-radius-80 0;
  197 + }
  198 + }
  199 + }
55 </style> 200 </style>
  1 +<template>
  2 + <view>
  3 + <view class="infoKnow">
  4 + 第一章 入驻 1.1 平台开放平台暂未授权任何机构进行代理招商服务,入驻申请流程及相关的收费说明均以平台开放平台官方招商页面为准。 1.2 平台开放平台有权根据包括但不限于品牌需求、公司经营状况、服务水平等其他因素退回卖家申请。 1.3 平台开放平台有权在申请入驻及后续经营阶段要求卖家提供其他资质。 1.4 平台开放平台将结合各行业发展动态、国家相关规定及消费者购买需求,不定期更新招商标准。 1.5 卖家必须如实提供资料和信息: 1.5.1 请务必确保申请入驻及后续经营阶段提供的相关资质和信息的真实性、完整性、有效性(若卖家提供的相关资质为第三方提供,包括但不限于商标注册证、授权书 等,请务必先行核实文件的真实有效完整性),一旦发现虚假资质或信息的,平台开放平台将不再与卖家进行合作并有权根据平台开放平台规则及与卖家签署的相关 协议之约定进行处理。
  5 + </view>
  6 + </view>
  7 +</template>
  8 +
  9 +<script>
  10 +</script>
  11 +
  12 +<style lang="scss" scoped>
  13 + .infoKnow{
  14 + border-top: 1rpx solid #f2f2f2;
  15 + padding: 32rpx;
  16 + font-size: $uni-font-size-30;
  17 + line-height: $uni-font-lh-48;
  18 + color: $uni-text-color-hui;
  19 + }
  20 +</style>
  1 +<template>
  2 + <view>
  3 + <view class="bgWrap">
  4 + <view class="replyDesc">
  5 + <view class="title">
  6 + 企业入驻
  7 + </view>
  8 + <view class="subTitle">
  9 + 入驻简介
  10 + </view>
  11 + <view class="replySmDesc">
  12 + 目前,飞凡积分联盟很有规模了,跟金融、航空、通讯、互联网、商旅领域中排名前列的多家知名企业建立了战略合作关系,已有6900多家商户签约联盟。 单单是现阶段,这个联盟所覆盖的会员数量已经达到亿级,联盟合作伙伴整体积分存量达到百亿级园区第二届纳米专项科技领军人才黄克宙创业(成长型)项目,注册资金5108万元,拥有独特的“电化学纳米高纯铝粉制备工艺”和“纳米材料分散体系”技术。 专业从事高纯纳米氧化铝材料的研发和中试,产品可作为高端蓝宝石衬底专用原料用于LED等领域。 在苏州纳米城定建8000平方米的研发、中试和总部大楼。
  13 + </view>
  14 + <view class="stageList">
  15 + <u-time-line>
  16 + <u-time-line-item>
  17 + <template v-slot:content>
  18 + <view>
  19 + <view class="stageName">阶段一:入驻前准备</view>
  20 + <view class="stageDesc">
  21 + (1)点击查询入驻所需资质和费用。 (2)准备的资料请加盖开店公司公章(鲜章)。 (3)如申请材料缺少,会退回给您重新提交,建议您事先准备齐全资料,一次性通过审核。
  22 + </view>
  23 + </view>
  24 + </template>
  25 + </u-time-line-item>
  26 + <u-time-line-item>
  27 + <template v-slot:content>
  28 + <view>
  29 + <view class="stageName">阶段二:入驻申请</view>
  30 + <view class="stageDesc">
  31 + (1)确认入驻协议、查看入驻须知。 (2)录入开店联系人的信息,便于在入驻过程中遇到任何问题,我 可以第一时间联系到您。 (3)填写公司信息,包含营业执照、组织机构代码和经营信息。
  32 + </view>
  33 + </view>
  34 + </template>
  35 + </u-time-line-item>
  36 + <u-time-line-item>
  37 + <template v-slot:content>
  38 + <view>
  39 + <view class="stageName">阶段三:申请</view>
  40 + <view class="stageDesc">
  41 + (1)资质真实有效。 (2)规模达到入驻要求。 (3)授权有效,链路完整。 (4)生产、经营范围、产品安全性 资质完整 符合国家行政法 规许可要求。 (5)审核周期:7个工作日。
  42 + </view>
  43 + </view>
  44 + </template>
  45 + </u-time-line-item>
  46 + <u-time-line-item>
  47 + <template v-slot:content>
  48 + <view>
  49 + <view class="stageName">阶段四:申请完成</view>
  50 + <view class="stageDesc">
  51 + (1)资质真实有效。 (2)规模达到入驻要求。 (3)授权有效,链路完整。 (4)生产、经营范围、产品安全性 资质完整 符合国家行政法 规许可要求。 (5)审核周期:7个工作日。
  52 + </view>
  53 + </view>
  54 + </template>
  55 + </u-time-line-item>
  56 + </u-time-line>
  57 + </view>
  58 + <view class="infoKnowWrap">
  59 + <view @click="$href('infoKnow')" class="infoKnowBtn">
  60 + 资料须知
  61 + </view>
  62 + </view>
  63 + <view class="subTitle">
  64 + 入驻说明
  65 + </view>
  66 + <view class="replyIllusWrap">
  67 + <view class="replyIllus">
  68 + 1. 资金要求:公司注册资金30万及30万以上人民币,且注册时间壹年以上。 2. 缴纳费用:平台使用费暂定1200元/年,首年免;保证金暂定20000元,首年2000元。 3. 授权资质:需要确保授权链条的完整,即申请入驻企业拿到的授权能够逐级逆推回品牌商。 4. 提供发票:所有入驻的企业必须给消费者提供正规发票,发票盖章的公司名称必须与商家与定吧合作的公司名称一致。 5. 申请类型:定吧商城暂不接受未取得国家商标总局颁发的商标注册证或商标受理通知书的境外品牌的开店申请。
  69 + </view>
  70 + <view class="replyBtnWrap">
  71 + <view class="replyBtn" @click="showFailReason = true">
  72 + <!-- 条件判断显示:审核中、重新注册 -->
  73 + 入驻申请
  74 + </view>
  75 + </view>
  76 + </view>
  77 + </view>
  78 + </view>
  79 + <!-- 条件判断显示弹框 -->
  80 + <view class="alertWrap" v-if="showFailReason">
  81 + <view class="alert">
  82 + <view class="closeBtn">
  83 + <image @click="showFailReason = false" src="../../static/image/ic_94@2x.png" mode=""></image>
  84 + </view>
  85 + <view class="alertTitle">
  86 + 失败原因
  87 + </view>
  88 + <view class="alertContent">
  89 + 带着这些问题,我们来审视一下失败。 我们不得不面对一个非常尴尬的事实,那就是, 问题的关键究竟为何?
  90 + </view>
  91 + <view class="bottomBtnWrap">
  92 + <view class="bottomBtn">
  93 + 确定
  94 + </view>
  95 + </view>
  96 + </view>
  97 + </view>
  98 + </view>
  99 +</template>
  100 +
  101 +<script>
  102 + export default{
  103 + data(){
  104 + return{
  105 + showFailReason:false
  106 + }
  107 + }
  108 + }
  109 +</script>
  110 +
  111 +<style lang="scss">
  112 + page{
  113 + background-color: $uni-bg-color-hui;
  114 + }
  115 + .bgWrap{
  116 + height: 174rpx;
  117 + background: $uni-bg-main-color;
  118 + padding: 30rpx 32rpx 0 30rpx;
  119 + .replyDesc{
  120 + background: #ffffff;
  121 + border-radius: 24rpx;
  122 + padding: 0 32rpx 40rpx 32rpx;
  123 + margin-bottom: 50rpx;
  124 + .title{
  125 + height: 120rpx;
  126 + border-bottom: 1rpx solid #ebedf0;
  127 + font-size: $uni-font-size-40;
  128 + font-weight: 600;
  129 + line-height: 120rpx;
  130 + color: $uni-bg-main-color;
  131 + }
  132 + .subTitle{
  133 + height: 99rpx;
  134 + font-size: $uni-font-size-36;
  135 + line-height: 99rpx;
  136 + }
  137 + .replySmDesc{
  138 + font-size: $uni-font-size-26;
  139 + line-height: $uni-font-lh-40;
  140 + color: $uni-text-color-hui;
  141 + }
  142 + .stageList{
  143 + padding-top: 28rpx;
  144 + .stageName{
  145 + font-size: $uni-font-size-30;
  146 + }
  147 + .stageDesc{
  148 + font-size: $uni-font-size-24;
  149 + color: $uni-text-color-hui;
  150 + line-height: $uni-font-lh-32;
  151 + margin-top: 24rpx;
  152 + padding: 24rpx;
  153 + background: #f7f8fa;
  154 + border-radius: 26rpx;
  155 + }
  156 + }
  157 + .infoKnowWrap{
  158 + display: flex;
  159 + justify-content: flex-end;
  160 + .infoKnowBtn{
  161 + width: 150rpx;
  162 + height: 40rpx;
  163 + background: #2e7ff9;
  164 + border-radius: 70rpx;
  165 + font-size: $uni-font-size-26;
  166 + line-height: $uni-font-lh-40;
  167 + text-align: center;
  168 + color: $uni-text-color-bai;
  169 + }
  170 + }
  171 + .replyIllusWrap{
  172 + background: #f7f8fa;
  173 + border-radius: 24rpx;
  174 + padding: 24rpx;
  175 + .replyIllus{
  176 + font-size: $uni-font-size-24;
  177 + color: $uni-text-color-hui;
  178 + line-height: $uni-font-lh-32;
  179 + }
  180 + .replyBtnWrap{
  181 + padding: 48rpx 24rpx 0 24rpx;
  182 + .replyBtn{
  183 + height: 60rpx;
  184 + background: #2e7ff9;
  185 + border-radius: 64rpx;
  186 + text-align: center;
  187 + line-height: 60rpx;
  188 + color: $uni-text-color-bai;
  189 + font-size: $uni-font-size-32;
  190 + }
  191 + }
  192 + }
  193 + }
  194 + }
  195 + .alertWrap{
  196 + position: fixed;
  197 + top: 0;
  198 + bottom: 0;
  199 + left: 0;
  200 + right: 0;
  201 + background: $uni-bg-color-mask;
  202 + display: flex;
  203 + justify-content: center;
  204 + align-items: center;
  205 + z-index: 2;
  206 + .alert{
  207 + width: 638rpx;
  208 + background: #ffffff;
  209 + border-radius: 44rpx;
  210 + padding: 32rpx;
  211 + .closeBtn{
  212 + display: flex;
  213 + justify-content: flex-end;
  214 + image{width: $uni-img-size-40;height: $uni-img-size-40;}
  215 + }
  216 + .alertTitle{
  217 + font-size: $uni-font-size-40;
  218 + text-align: center;
  219 + height: 90rpx;
  220 + line-height: 90rpx;
  221 + font-weight: 600;
  222 + }
  223 + .alertContent{
  224 + padding-top: 38rpx;
  225 + font-size: $uni-font-size-26;
  226 + line-height: $uni-font-lh-40;
  227 + color: $uni-text-color-hui;
  228 + }
  229 + .bottomBtnWrap{
  230 + padding-top: 38rpx;
  231 + display: flex;
  232 + justify-content: center;
  233 + .bottomBtn{
  234 + width: 254rpx;
  235 + height: 84rpx;
  236 + background: #2e7ff9;
  237 + border-radius: 68rpx;
  238 + font-size: $uni-font-size-32;
  239 + color: $uni-text-color-bai;
  240 + line-height: 84rpx;
  241 + text-align: center;
  242 + }
  243 + }
  244 + }
  245 +
  246 + }
  247 +</style>
@@ -22,17 +22,17 @@ $uni-color-error: #dd524d; @@ -22,17 +22,17 @@ $uni-color-error: #dd524d;
22 22
23 /* 文字基本颜色 */ 23 /* 文字基本颜色 */
24 $uni-text-color:#333;//基本色 24 $uni-text-color:#333;//基本色
25 -$uni-text-color-inverse:#fff;//反色  
26 -$uni-text-color-grey:#999;//辅助灰色,如加载更多的提示信息 25 +$uni-text-color-bai:#fff;//反色
  26 +$uni-text-color-hui:#646566;//辅助灰色,如加载更多的提示信息
27 $uni-text-color-placeholder: #808080; 27 $uni-text-color-placeholder: #808080;
28 $uni-text-color-disable:#c0c0c0; 28 $uni-text-color-disable:#c0c0c0;
29 29
30 /* 背景颜色 */ 30 /* 背景颜色 */
31 $uni-bg-main-color:#2e7ff9; 31 $uni-bg-main-color:#2e7ff9;
32 $uni-bg-bai-color:#ffffff; 32 $uni-bg-bai-color:#ffffff;
33 -$uni-bg-color-grey:#f8f8f8;  
34 -$uni-bg-color-hover:#f1f1f1;//点击状态颜色  
35 -$uni-bg-color-mask:rgba(0, 0, 0, 0.4);//遮罩颜色 33 +$uni-bg-color-lv:#42a4ab;
  34 +$uni-bg-color-hui:#f7f8fa;//点击状态颜色
  35 +$uni-bg-color-mask:rgba(0, 0, 0, 0.5);//遮罩颜色
36 36
37 /* 边框颜色 */ 37 /* 边框颜色 */
38 $uni-border-color:#c8c7cc; 38 $uni-border-color:#c8c7cc;
@@ -40,18 +40,27 @@ $uni-border-color:#c8c7cc; @@ -40,18 +40,27 @@ $uni-border-color:#c8c7cc;
40 /* 尺寸变量 */ 40 /* 尺寸变量 */
41 41
42 /* 文字尺寸 */ 42 /* 文字尺寸 */
43 -$uni-font-size-sm:24rpx;  
44 -$uni-font-size-base:28rpx;  
45 -$uni-font-size-lg:32rpx; 43 +$uni-font-size-40:40rpx;
  44 +$uni-font-size-28:28rpx;
  45 +$uni-font-size-24:24rpx;
  46 +$uni-font-size-32:32rpx;
  47 +$uni-font-size-36:36rpx;
  48 +$uni-font-size-26:26rpx;
  49 +$uni-font-size-30:30rpx;
  50 +
  51 +/* 文字行高 */
  52 +$uni-font-lh-40:40rpx;
  53 +$uni-font-lh-32:32rpx;
  54 +$uni-font-lh-48:48rpx;
46 55
47 /* 图片尺寸 */ 56 /* 图片尺寸 */
48 -$uni-img-size-sm:40rpx;  
49 -$uni-img-size-base:52rpx;  
50 -$uni-img-size-lg:80rpx; 57 +$uni-img-size-44:44rpx;
  58 +$uni-img-size-32:32rpx;
  59 +$uni-img-size-40:40rpx;
51 60
52 /* Border Radius */ 61 /* Border Radius */
53 -$uni-border-radius-sm: 4rpx;  
54 -$uni-border-radius-base: 6rpx; 62 +$uni-border-radius-80: 80rpx;
  63 +$uni-border-radius-20: 20rpx;
55 $uni-border-radius-lg: 12rpx; 64 $uni-border-radius-lg: 12rpx;
56 $uni-border-radius-circle: 50%; 65 $uni-border-radius-circle: 50%;
57 66
@@ -75,9 +75,9 @@ @@ -75,9 +75,9 @@
75 } 75 }
76 76
77 .u-dot { 77 .u-dot {
78 - height: 16rpx;  
79 - width: 16rpx; 78 + height: 24rpx;
  79 + width: 24rpx;
80 border-radius: 100rpx; 80 border-radius: 100rpx;
81 - background: #ddd; 81 + background: #2e7ff9;
82 } 82 }
83 </style> 83 </style>