671 lines
13 KiB
Plaintext
671 lines
13 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.content.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: calc(100vh);
|
||
background-color: #F6F6F6;
|
||
box-sizing: border-box;
|
||
}
|
||
.fanhuixx.data-v-e9ee1562 {
|
||
z-index: 9999;
|
||
position: fixed;
|
||
top: 45px;
|
||
left: 20px;
|
||
}
|
||
.skupopup.data-v-e9ee1562 {
|
||
background-color: white;
|
||
width: 100%;
|
||
box-sizing: border-box;
|
||
padding: 15px;
|
||
border-radius: 10px 10px 0px 0px;
|
||
}
|
||
.lan.data-v-e9ee1562 {
|
||
color: #0D2E8D !important;
|
||
background-color: #E1E7FB !important;
|
||
border: 1px solid #0D2E8D !important;
|
||
}
|
||
.p-box.data-v-e9ee1562 {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
border-radius: 3px;
|
||
border: 1px solid #DDDDDD;
|
||
box-sizing: border-box;
|
||
padding: 10px;
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
color: #333333;
|
||
margin-bottom: 10px;
|
||
margin-right: 10px;
|
||
}
|
||
.p-boxlan.data-v-e9ee1562 {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
border-radius: 3px;
|
||
border: 1px solid #DDDDDD;
|
||
box-sizing: border-box;
|
||
padding: 10px;
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
color: #0D2E8D !important;
|
||
margin-bottom: 10px;
|
||
background-color: #E1E7FB !important;
|
||
border: 1px solid #0D2E8D !important;
|
||
margin-right: 10px;
|
||
}
|
||
.p-boxlan2.data-v-e9ee1562 {
|
||
display: flex;
|
||
padding: 10px;
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
color: #0D2E8D !important;
|
||
margin-bottom: 10px;
|
||
margin-right: 10px;
|
||
}
|
||
.p-anniu.data-v-e9ee1562 {
|
||
width: 95%;
|
||
height: 40px;
|
||
margin: 20px auto;
|
||
border-radius: 50px;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
color: white;
|
||
font-size: 16px;
|
||
font-weight: bold;
|
||
background: #0D2E8D;
|
||
}
|
||
.popup-box.data-v-e9ee1562 {
|
||
width: 100%;
|
||
box-sizing: border-box;
|
||
padding-top: 5px;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
}
|
||
.ys1.data-v-e9ee1562 {
|
||
text-align: center;
|
||
font-size: 30px;
|
||
font-weight: 500;
|
||
color: #63330B;
|
||
}
|
||
.ys2.data-v-e9ee1562 {
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
color: #333333;
|
||
}
|
||
.ys3.data-v-e9ee1562 {
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
color: #63330B;
|
||
}
|
||
.q-hei.data-v-e9ee1562 {
|
||
font-size: 15px;
|
||
font-weight: 500;
|
||
color: #333333;
|
||
margin-bottom: 10px;
|
||
}
|
||
.quan.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 68px;
|
||
background: #FDF7F7;
|
||
border-radius: 8px;
|
||
box-sizing: border-box;
|
||
padding: 10px;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
margin-bottom: 15px;
|
||
}
|
||
.xh.data-v-e9ee1562 {
|
||
width: 48px;
|
||
height: 20px;
|
||
background: #FF571A;
|
||
border-radius: 2px;
|
||
color: white;
|
||
font-size: 14px;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
margin-right: 5px;
|
||
}
|
||
.q-zuo.data-v-e9ee1562 {
|
||
width: 70px;
|
||
height: 70px;
|
||
}
|
||
.q-zuo image.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.bott.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 50px;
|
||
background-color: #EEEEEE;
|
||
position: fixed;
|
||
background: white;
|
||
bottom: 0px;
|
||
box-sizing: border-box;
|
||
padding: 10px;
|
||
z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
|
||
}
|
||
.dju.data-v-e9ee1562 {
|
||
font-size: 25px;
|
||
font-weight: bold;
|
||
color: #FF571A;
|
||
}
|
||
.b-left.data-v-e9ee1562 {
|
||
position: fixed;
|
||
bottom: 20px;
|
||
right: 10%;
|
||
z-index: 99999;
|
||
font-size: 18px;
|
||
font-weight: 400;
|
||
color: #FFFFFF;
|
||
}
|
||
.b-right.data-v-e9ee1562 {
|
||
width: 40%;
|
||
height: 60px;
|
||
position: fixed;
|
||
bottom: 0px;
|
||
right: 0px;
|
||
}
|
||
.b-right image.data-v-e9ee1562 {
|
||
z-index: 99999;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.bgang.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 50px;
|
||
background-color: white;
|
||
}
|
||
.m-top.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 375px;
|
||
position: relative;
|
||
box-sizing: border-box;
|
||
padding: 1px;
|
||
}
|
||
.uni-margin-wrap.data-v-e9ee1562 {
|
||
height: 375px;
|
||
}
|
||
.swiper.data-v-e9ee1562 {
|
||
height: 375px;
|
||
}
|
||
.swiper-item.data-v-e9ee1562 {
|
||
display: block;
|
||
height: 375px;
|
||
width: 100%;
|
||
line-height: 300rpx;
|
||
text-align: center;
|
||
}
|
||
.swiper-list.data-v-e9ee1562 {
|
||
margin-top: 40rpx;
|
||
margin-bottom: 0;
|
||
}
|
||
.uni-common-mt.data-v-e9ee1562 {
|
||
margin-top: 60rpx;
|
||
position: relative;
|
||
}
|
||
.info.data-v-e9ee1562 {
|
||
position: absolute;
|
||
right: 20rpx;
|
||
}
|
||
.uni-padding-wrap.data-v-e9ee1562 {
|
||
height: 375px;
|
||
padding: 0 100rpx;
|
||
}
|
||
.top-img.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 375px;
|
||
}
|
||
.top-img image.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.cont-box.data-v-e9ee1562 {
|
||
width: 85%;
|
||
border-radius: 8px;
|
||
padding: 15px;
|
||
background: white;
|
||
margin: 15px auto;
|
||
margin-top: 100px;
|
||
}
|
||
.bai-box.data-v-e9ee1562 {
|
||
width: 93%;
|
||
margin: 0 auto;
|
||
border-radius: 6px;
|
||
margin-bottom: 10px;
|
||
background-color: white;
|
||
box-sizing: border-box;
|
||
padding: 15px;
|
||
margin-top: 15px;
|
||
}
|
||
.xia-box.data-v-e9ee1562 {
|
||
width: 90%;
|
||
margin: 0 auto;
|
||
box-sizing: border-box;
|
||
padding: 15px;
|
||
border-radius: 6px;
|
||
margin-bottom: 10px;
|
||
background-color: white;
|
||
}
|
||
.pinglun.data-v-e9ee1562 {
|
||
width: 100%;
|
||
display: flex;
|
||
}
|
||
.ptouxiang.data-v-e9ee1562 {
|
||
width: 35px;
|
||
height: 35px;
|
||
border-radius: 50%;
|
||
overflow: hidden;
|
||
}
|
||
.ptouxiang image.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.pp-box.data-v-e9ee1562 {
|
||
width: 80%;
|
||
}
|
||
.p-bse.data-v-e9ee1562 {
|
||
width: 100%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.xiab-box.data-v-e9ee1562 {
|
||
width: 100%;
|
||
margin: 0 auto;
|
||
box-sizing: border-box;
|
||
padding: 15px;
|
||
border-radius: 6px;
|
||
margin-bottom: 10px;
|
||
background-color: white;
|
||
}
|
||
.dis.data-v-e9ee1562 {
|
||
z-index: 9;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.san.data-v-e9ee1562 {
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: space-around;
|
||
align-items: center;
|
||
margin: 10px auto;
|
||
border-bottom: 1px solid #EEEEEE;
|
||
box-sizing: border-box;
|
||
padding-bottom: 10px;
|
||
}
|
||
.o-icon.data-v-e9ee1562 {
|
||
width: 20px;
|
||
height: 20px;
|
||
}
|
||
.o-icon image.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.sb.data-v-e9ee1562 {
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
color: #666666;
|
||
margin-left: 5px;
|
||
}
|
||
.zui-di.data-v-e9ee1562 {
|
||
width: 100%;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.hui.data-v-e9ee1562 {
|
||
font-size: 14px;
|
||
font-weight: 400;
|
||
text-decoration: line-through;
|
||
color: #AAAAAA;
|
||
}
|
||
.ju.data-v-e9ee1562 {
|
||
font-size: 30px;
|
||
font-weight: bold;
|
||
color: #FF571A;
|
||
margin-right: 10px;
|
||
}
|
||
.t-title.data-v-e9ee1562 {
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
color: #333333;
|
||
margin: 10px 0px;
|
||
}
|
||
.biaoti.data-v-e9ee1562 {
|
||
width: 70%;
|
||
margin: 0 auto;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
}
|
||
.zxi.data-v-e9ee1562 {
|
||
font-size: 17px;
|
||
font-weight: 500;
|
||
color: #333333;
|
||
}
|
||
.xian.data-v-e9ee1562 {
|
||
width: 65px;
|
||
height: 0px;
|
||
opacity: 1;
|
||
border: 1px solid #999999;
|
||
}
|
||
.yhz.data-v-e9ee1562 {
|
||
position: absolute;
|
||
color: #63330B;
|
||
top: 3px;
|
||
left: 50%;
|
||
-webkit-transform: translate(-50%, -50%);
|
||
transform: translate(-50%, -50%);
|
||
}
|
||
.yhzc.data-v-e9ee1562 {
|
||
width: 144px;
|
||
height: 26px;
|
||
position: absolute;
|
||
color: #63330B;
|
||
top: 3px;
|
||
left: 50%;
|
||
-webkit-transform: translate(-50%, -50%);
|
||
transform: translate(-50%, -50%);
|
||
}
|
||
.yhzc image.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.xsa.data-v-e9ee1562 {
|
||
width: 100%;
|
||
position: relative;
|
||
background: linear-gradient(180deg, #FFF4DB 0%, #FFFFFF 100%);
|
||
border-radius: 8px;
|
||
box-sizing: border-box;
|
||
padding: 15px;
|
||
margin: 0 auto;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.zui-bottom.data-v-e9ee1562 {
|
||
z-index: 999;
|
||
width: 100%;
|
||
height: 60px;
|
||
background-color: #AAAAAA;
|
||
}
|
||
.anniu.data-v-e9ee1562 {
|
||
z-index: 999;
|
||
width: 30%;
|
||
height: 100%;
|
||
}
|
||
.anniu image.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.baigang.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 50px;
|
||
background: #FFFFFF;
|
||
padding: 16px;
|
||
}
|
||
.h-dang.data-v-e9ee1562 {
|
||
width: 100%;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.top-title.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 88px;
|
||
background: #fff;
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
text-align: center;
|
||
box-sizing: border-box;
|
||
padding-top: 50px;
|
||
z-index: 999;
|
||
}
|
||
.twob.data-v-e9ee1562 {
|
||
width: 100%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.ail-box.data-v-e9ee1562 {
|
||
width: 100%;
|
||
border-radius: 8px;
|
||
box-sizing: border-box;
|
||
padding: 15px;
|
||
background: #FFFFFF;
|
||
margin-bottom: 10px;
|
||
margin-top: 30px;
|
||
}
|
||
.c-top.data-v-e9ee1562 {
|
||
width: 100%;
|
||
box-sizing: border-box;
|
||
padding: 15px;
|
||
padding-top: 16%;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
background-color: white;
|
||
}
|
||
.on-input.data-v-e9ee1562 {
|
||
width: 100%;
|
||
border-bottom: 1px solid #EEEEEE;
|
||
box-sizing: border-box;
|
||
padding: 10px 0px;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.baoti.data-v-e9ee1562 {
|
||
width: 25%;
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
color: #666666;
|
||
line-height: 15px;
|
||
margin-right: 10px;
|
||
}
|
||
.box-bottom.data-v-e9ee1562 {
|
||
width: 100%;
|
||
box-sizing: border-box;
|
||
white-space: nowrap;
|
||
}
|
||
.santu.data-v-e9ee1562 {
|
||
width: 32%;
|
||
display: inline-block;
|
||
box-sizing: border-box;
|
||
padding: 10px;
|
||
background: #F8FAFB;
|
||
border-radius: 8px;
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
color: #999999;
|
||
margin-top: 15px;
|
||
margin-right: 10px;
|
||
}
|
||
.lanbox.data-v-e9ee1562 {
|
||
background: #E3EAFF !important;
|
||
color: #0D2E8D !important;
|
||
}
|
||
.wushi.data-v-e9ee1562 {
|
||
width: 49%;
|
||
box-sizing: border-box;
|
||
padding: 10px;
|
||
background: #F8FAFB;
|
||
border-radius: 8px;
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
color: #999999;
|
||
}
|
||
.h-title.data-v-e9ee1562 {
|
||
font-size: 16px;
|
||
font-weight: 400;
|
||
color: #333333;
|
||
margin: 10px auto;
|
||
}
|
||
.bottom-d.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 80px;
|
||
background-color: white;
|
||
position: fixed;
|
||
bottom: 0px;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.annniu.data-v-e9ee1562 {
|
||
height: 40px;
|
||
background: #0D2E8D;
|
||
width: 90%;
|
||
border-radius: 50px;
|
||
display: flex;
|
||
align-items: center;
|
||
color: white;
|
||
justify-content: center;
|
||
}
|
||
.x-top.data-v-e9ee1562 {
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
border-bottom: 1px solid #EEEEEE;
|
||
box-sizing: border-box;
|
||
padding-bottom: 10px;
|
||
}
|
||
.x-left.data-v-e9ee1562 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.chebiao.data-v-e9ee1562 {
|
||
width: 70px;
|
||
height: 70px;
|
||
margin-right: 10px;
|
||
}
|
||
.chebiao image.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.dh-title.data-v-e9ee1562 {
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
color: #333333;
|
||
line-height: 20px;
|
||
margin-bottom: 15px;
|
||
}
|
||
.xh-title.data-v-e9ee1562 {
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
color: #666666;
|
||
line-height: 15px;
|
||
}
|
||
.x-right.data-v-e9ee1562 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.x-xia.data-v-e9ee1562 {
|
||
margin-top: 15px;
|
||
}
|
||
.x-icon.data-v-e9ee1562 {
|
||
width: 18px;
|
||
height: 18px;
|
||
margin-right: 5px;
|
||
}
|
||
.x-icon image.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.x-icon.data-v-e9ee1562 {
|
||
width: 18px;
|
||
height: 18px;
|
||
margin-right: 5px;
|
||
}
|
||
.x-icon image.data-v-e9ee1562 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.dix.data-v-e9ee1562 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.dixx.data-v-e9ee1562 {
|
||
display: flex;
|
||
align-items: center;
|
||
margin-top: 10px;
|
||
}
|
||
.h-dx.data-v-e9ee1562 {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
width: 100%;
|
||
margin-bottom: 15px;
|
||
}
|
||
.ds.data-v-e9ee1562 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.d-button.data-v-e9ee1562 {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
border-radius: 50%;
|
||
border: 1px solid #999999;
|
||
background: #eeeeee;
|
||
width: 18px;
|
||
height: 18px;
|
||
font-size: 14px;
|
||
margin-right: 10px;
|
||
}
|
||
.lx.data-v-e9ee1562 {
|
||
border: 1px solid #1c3d9c !important;
|
||
background-color: #1c3d9c;
|
||
color: #fff;
|
||
}
|
||
.ds_buttom.data-v-e9ee1562 {
|
||
width: 100%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-around;
|
||
}
|
||
.aniu1.data-v-e9ee1562 {
|
||
width: 45%;
|
||
height: 40px;
|
||
background: #c7c7c7;
|
||
border-radius: 50px;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.aniu2.data-v-e9ee1562 {
|
||
width: 45%;
|
||
height: 40px;
|
||
background: #0D2E8D;
|
||
border-radius: 50px;
|
||
color: white;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
|