|
|
|
@charset "UTF-8";
|
|
|
|
/**
|
|
|
|
* 这里是uni-app内置的常用样式变量
|
|
|
|
*
|
|
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
|
|
*
|
|
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
|
|
*/
|
|
|
|
/* 颜色变量 */
|
|
|
|
/* 行为相关颜色 */
|
|
|
|
/* 文字基本颜色 */
|
|
|
|
/* 背景颜色 */
|
|
|
|
/* 边框颜色 */
|
|
|
|
/* 尺寸变量 */
|
|
|
|
/* 文字尺寸 */
|
|
|
|
/* 图片尺寸 */
|
|
|
|
/* Border Radius */
|
|
|
|
/* 水平间距 */
|
|
|
|
/* 垂直间距 */
|
|
|
|
/* 透明度 */
|
|
|
|
/* 文章场景相关 */
|
|
|
|
/* 字体大小 */
|
|
|
|
.font12.data-v-4147c09e {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.font13.data-v-4147c09e {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
.font14.data-v-4147c09e {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.font15.data-v-4147c09e {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
.font16.data-v-4147c09e {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
.font18.data-v-4147c09e {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
.font20.data-v-4147c09e {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
.font24.data-v-4147c09e {
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
.font28.data-v-4147c09e {
|
|
|
|
font-size: 28px;
|
|
|
|
}
|
|
|
|
.fontwig6.data-v-4147c09e {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
/* 字体间距 */
|
|
|
|
.fontspec.data-v-4147c09e {
|
|
|
|
letter-spacing: 1px;
|
|
|
|
}
|
|
|
|
/* 字体行间距 */
|
|
|
|
.linehet.data-v-4147c09e {
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
/* 字体位置 */
|
|
|
|
.fotlt.data-v-4147c09e {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.fotrt.data-v-4147c09e {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.fotct.data-v-4147c09e {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.margle.data-v-4147c09e {
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
|
|
|
.marglerig.data-v-4147c09e {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.verc.data-v-4147c09e {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.versub.data-v-4147c09e {
|
|
|
|
vertical-align: sub;
|
|
|
|
}
|
|
|
|
.text1.data-v-4147c09e {
|
|
|
|
overflow: hidden;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 1;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.text2.data-v-4147c09e {
|
|
|
|
overflow: hidden;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
/* 字体颜色 */
|
|
|
|
.fcor333.data-v-4147c09e {
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
.fcorfff.data-v-4147c09e {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.fcor666.data-v-4147c09e {
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
.fcor999.data-v-4147c09e {
|
|
|
|
color: #b2b2b2;
|
|
|
|
}
|
|
|
|
.fcor089.data-v-4147c09e {
|
|
|
|
color: #089bf5;
|
|
|
|
}
|
|
|
|
.fcoreb5.data-v-4147c09e {
|
|
|
|
color: #eb5823;
|
|
|
|
}
|
|
|
|
.fcorred.data-v-4147c09e {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
.fcor41c.data-v-4147c09e {
|
|
|
|
color: #41cda2;
|
|
|
|
}
|
|
|
|
/* 背景颜色 */
|
|
|
|
.backcor9.data-v-4147c09e {
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
}
|
|
|
|
.backcor9.data-v-4147c09e {
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
}
|
|
|
|
.backcorf06.data-v-4147c09e {
|
|
|
|
background-color: #f06c7a;
|
|
|
|
}
|
|
|
|
.backcor89.data-v-4147c09e {
|
|
|
|
background-color: #089bf5;
|
|
|
|
}
|
|
|
|
.backcorfff.data-v-4147c09e {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.backshare.data-v-4147c09e {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
/* 页面布局 */
|
|
|
|
.width90.data-v-4147c09e {
|
|
|
|
width: 90%;
|
|
|
|
margin-left: 5%;
|
|
|
|
}
|
|
|
|
.width80.data-v-4147c09e {
|
|
|
|
width: 80%;
|
|
|
|
margin-left: 10%;
|
|
|
|
}
|
|
|
|
.width70.data-v-4147c09e {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
.width15.data-v-4147c09e {
|
|
|
|
width: 15%;
|
|
|
|
}
|
|
|
|
.width50.data-v-4147c09e {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
.width60.data-v-4147c09e {
|
|
|
|
width: 65%;
|
|
|
|
margin-left: 5%;
|
|
|
|
}
|
|
|
|
.width60w.data-v-4147c09e {
|
|
|
|
width: 60%;
|
|
|
|
margin-left: 20%;
|
|
|
|
}
|
|
|
|
.width30.data-v-4147c09e {
|
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
.width95.data-v-4147c09e {
|
|
|
|
width: 95%;
|
|
|
|
}
|
|
|
|
.width100.data-v-4147c09e {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.bor-botm1.data-v-4147c09e {
|
|
|
|
border-bottom: 1px solid #f4f4f4;
|
|
|
|
}
|
|
|
|
/* 高40px */
|
|
|
|
.height45.data-v-4147c09e {
|
|
|
|
height: 45px;
|
|
|
|
}
|
|
|
|
.height40.data-v-4147c09e {
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
.height22.data-v-4147c09e {
|
|
|
|
height: 22px;
|
|
|
|
}
|
|
|
|
.height100.data-v-4147c09e {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.height10.data-v-4147c09e {
|
|
|
|
height: 10px;
|
|
|
|
}
|
|
|
|
.height60.data-v-4147c09e {
|
|
|
|
height: 60px;
|
|
|
|
}
|
|
|
|
.height30.data-v-4147c09e {
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
.height40.data-v-4147c09e {
|
|
|
|
height: 40px;
|
|
|
|
line-height: 40px;
|
|
|
|
}
|
|
|
|
.height20.data-v-4147c09e {
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
.height50.data-v-4147c09e {
|
|
|
|
height: 50px;
|
|
|
|
line-height: 50px;
|
|
|
|
}
|
|
|
|
/* 向上下外间距 */
|
|
|
|
.mart90.data-v-4147c09e {
|
|
|
|
margin-top: 90px;
|
|
|
|
}
|
|
|
|
.mart60.data-v-4147c09e {
|
|
|
|
margin-top: 60px;
|
|
|
|
}
|
|
|
|
.mart50.data-v-4147c09e {
|
|
|
|
margin-top: 50px;
|
|
|
|
}
|
|
|
|
.mart40.data-v-4147c09e {
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
.mart30.data-v-4147c09e {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
.mart15.data-v-4147c09e {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
.mart20.data-v-4147c09e {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.mart10.data-v-4147c09e {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
.mart5.data-v-4147c09e {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
.marb65.data-v-4147c09e {
|
|
|
|
margin-bottom: 65px;
|
|
|
|
}
|
|
|
|
.marb50.data-v-4147c09e {
|
|
|
|
margin-bottom: 50px;
|
|
|
|
}
|
|
|
|
.marb40.data-v-4147c09e {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
.marb30.data-v-4147c09e {
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
.marb20.data-v-4147c09e {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.marb10.data-v-4147c09e {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.marb5.data-v-4147c09e {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
/* 向上下内间距 */
|
|
|
|
.paddtop10.data-v-4147c09e {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
.paading10.data-v-4147c09e {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
.paddtop13.data-v-4147c09e {
|
|
|
|
padding-top: 13px;
|
|
|
|
}
|
|
|
|
.paddleft10.data-v-4147c09e {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
.padleft15.data-v-4147c09e {
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
.paddtright10.data-v-4147c09e {
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
.paddbotm10.data-v-4147c09e {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
/* 左悬浮 */
|
|
|
|
.flleft.data-v-4147c09e {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
/* 右悬浮 */
|
|
|
|
.flright.data-v-4147c09e {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
/* button样式 */
|
|
|
|
.btnw70.data-v-4147c09e {
|
|
|
|
width: 70%;
|
|
|
|
color: white;
|
|
|
|
margin-top: 40px;
|
|
|
|
background-color: #089bf5;
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
/* 下滑线 */
|
|
|
|
.line1.data-v-4147c09e {
|
|
|
|
height: 1px;
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
}
|
|
|
|
.line10.data-v-4147c09e {
|
|
|
|
height: 10px;
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
}
|
|
|
|
.line1089.data-v-4147c09e {
|
|
|
|
height: 10px;
|
|
|
|
background-color: #089bf5;
|
|
|
|
}
|
|
|
|
/* 展示样式 */
|
|
|
|
.displ.data-v-4147c09e {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.font12.data-v-4147c09e {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
button.data-v-4147c09e::after {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.Popup.data-v-4147c09e {
|
|
|
|
width: 600rpx;
|
|
|
|
background-color: #fff;
|
|
|
|
position: fixed;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -300rpx;
|
|
|
|
-webkit-transform: translateY(-50%);
|
|
|
|
transform: translateY(-50%);
|
|
|
|
z-index: 320;
|
|
|
|
}
|
|
|
|
.Popup .logo-auth.data-v-4147c09e {
|
|
|
|
z-index: -1;
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
top: 0%;
|
|
|
|
-webkit-transform: translate(-50%, -50%);
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
width: 150rpx;
|
|
|
|
height: 150rpx;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-webkit-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
border: 8rpx solid #fff;
|
|
|
|
-webkit-border-radius: 50%;
|
|
|
|
border-radius: 50%;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
.Popup image.data-v-4147c09e {
|
|
|
|
height: 80rpx;
|
|
|
|
margin-top: -54rpx;
|
|
|
|
}
|
|
|
|
.Popup .title.data-v-4147c09e {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #000;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 30rpx;
|
|
|
|
}
|
|
|
|
.Popup .tip.data-v-4147c09e {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #555;
|
|
|
|
padding: 0 24rpx;
|
|
|
|
margin-top: 25rpx;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.Popup .bottom .item.data-v-4147c09e {
|
|
|
|
width: 50%;
|
|
|
|
height: 90rpx;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 90rpx;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #666;
|
|
|
|
margin-top: 54rpx;
|
|
|
|
}
|
|
|
|
.Popup .bottom .item.on.data-v-4147c09e {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.flex.data-v-4147c09e {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.Popup .bottom .item.grant.data-v-4147c09e {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
background-color: #a1bac5;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.mask.data-v-4147c09e {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
background-color: rgba(0, 0, 0, 0.65);
|
|
|
|
z-index: 310;
|
|
|
|
}
|
|
|
|
|