195 lines
4.0 KiB
Plaintext
195 lines
4.0 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-a89829e0 {
|
|||
|
width: 100%;
|
|||
|
height: calc(130vh);
|
|||
|
background-color: #F6F6F6;
|
|||
|
box-sizing: border-box;
|
|||
|
}
|
|||
|
.c-top.data-v-a89829e0 {
|
|||
|
width: 100%;
|
|||
|
height: 229px;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
padding-top: 45px;
|
|||
|
background: #0D2E8D;
|
|||
|
}
|
|||
|
.ding.data-v-a89829e0 {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
}
|
|||
|
.c-title.data-v-a89829e0 {
|
|||
|
font-size: 18px;
|
|||
|
font-weight: bold;
|
|||
|
color: white;
|
|||
|
width: 80%;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
.c-zuo.data-v-a89829e0 {
|
|||
|
width: 10%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.c-you.data-v-a89829e0 {
|
|||
|
width: 10%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.d-bai.data-v-a89829e0 {
|
|||
|
width: 100%;
|
|||
|
font-size: 20px;
|
|||
|
font-family: Source Han Sans CN-Bold, Source Han Sans CN;
|
|||
|
font-weight: bold;
|
|||
|
color: #FFFFFF;
|
|||
|
margin-top: 30px;
|
|||
|
margin-bottom: 15px;
|
|||
|
}
|
|||
|
.x-bai.data-v-a89829e0 {
|
|||
|
width: 100%;
|
|||
|
font-size: 15px;
|
|||
|
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
|
|||
|
font-weight: 400;
|
|||
|
color: #FFFFFF;
|
|||
|
margin-bottom: 20px;
|
|||
|
}
|
|||
|
.cont-box.data-v-a89829e0 {
|
|||
|
width: 98%;
|
|||
|
margin: 0 auto;
|
|||
|
background-color: white;
|
|||
|
border-radius: 8px;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
}
|
|||
|
.b-top.data-v-a89829e0 {
|
|||
|
width: 100%;
|
|||
|
border-bottom: 1px solid #DDDDDD;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 10px;
|
|||
|
}
|
|||
|
.b-box.data-v-a89829e0 {
|
|||
|
width: 100%;
|
|||
|
border-bottom: 1px solid #DDDDDD;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 20px 0px;
|
|||
|
}
|
|||
|
.rwm.data-v-a89829e0 {
|
|||
|
width: 125px;
|
|||
|
height: 125px;
|
|||
|
background: #D9D9D9;
|
|||
|
margin: 40px auto;
|
|||
|
}
|
|||
|
.mzi.data-v-a89829e0 {
|
|||
|
width: 100%;
|
|||
|
text-align: center;
|
|||
|
font-size: 16px;
|
|||
|
font-weight: 400;
|
|||
|
color: #333333;
|
|||
|
}
|
|||
|
.on-input.data-v-a89829e0 {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
align-items: center;
|
|||
|
margin: 10px auto;
|
|||
|
}
|
|||
|
.v-bottom.data-v-a89829e0 {
|
|||
|
position: fixed;
|
|||
|
bottom: 0px;
|
|||
|
z-index: 99;
|
|||
|
height: 60px;
|
|||
|
background: #FFFFFF;
|
|||
|
width: 100%;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 10px 15px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: space-between;
|
|||
|
}
|
|||
|
.b-zuo.data-v-a89829e0 {
|
|||
|
width: 40%;
|
|||
|
height: 100%;
|
|||
|
font-size: 14px;
|
|||
|
font-weight: 400;
|
|||
|
color: #0D2E8D;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
.anniu.data-v-a89829e0 {
|
|||
|
background: #0D2E8D;
|
|||
|
width: 60%;
|
|||
|
height: 100%;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
color: white;
|
|||
|
font-size: 16px;
|
|||
|
font-weight: 400;
|
|||
|
color: #FFFFFF;
|
|||
|
border-radius: 4px;
|
|||
|
}
|
|||
|
.b-title.data-v-a89829e0 {
|
|||
|
font-size: 16px;
|
|||
|
font-weight: bold;
|
|||
|
color: #333333;
|
|||
|
margin-bottom: 10px;
|
|||
|
}
|
|||
|
.b-hui.data-v-a89829e0 {
|
|||
|
font-size: 15px;
|
|||
|
font-weight: 400;
|
|||
|
color: #999999;
|
|||
|
}
|
|||
|
.b-hei.data-v-a89829e0 {
|
|||
|
font-size: 15px;
|
|||
|
font-weight: 400;
|
|||
|
color: #333333;
|
|||
|
}
|
|||
|
.ju.data-v-a89829e0 {
|
|||
|
font-size: 15px;
|
|||
|
font-weight: 400;
|
|||
|
color: #FF571A;
|
|||
|
}
|
|||
|
.lanquan.data-v-a89829e0 {
|
|||
|
width: 25px;
|
|||
|
height: 25px;
|
|||
|
border-radius: 50%;
|
|||
|
border: 2px solid #0D2E8D;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
background-color: white;
|
|||
|
margin: 0 auto;
|
|||
|
}
|
|||
|
.baiqiu.data-v-a89829e0 {
|
|||
|
width: 16px;
|
|||
|
height: 16px;
|
|||
|
background: #FFFFFF;
|
|||
|
border-radius: 50%;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
margin-right: 5px;
|
|||
|
}
|
|||
|
|