167 lines
3.6 KiB
Plaintext
167 lines
3.6 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-53bf9d74 {
|
|||
|
width: 100%;
|
|||
|
height: calc(100vh);
|
|||
|
background-color: #F6F6F6;
|
|||
|
box-sizing: border-box;
|
|||
|
}
|
|||
|
.dil.data-v-53bf9d74 {
|
|||
|
box-sizing: border-box;
|
|||
|
background-color: #F6F6F6;
|
|||
|
padding: 0px 12px;
|
|||
|
}
|
|||
|
.top-icon.data-v-53bf9d74 {
|
|||
|
margin-bottom: 45px;
|
|||
|
}
|
|||
|
.c-top.data-v-53bf9d74 {
|
|||
|
width: 100%;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
align-items: center;
|
|||
|
background-color: white;
|
|||
|
padding-top: 40px;
|
|||
|
}
|
|||
|
.c-title.data-v-53bf9d74 {
|
|||
|
font-size: 18px;
|
|||
|
font-weight: bold;
|
|||
|
}
|
|||
|
.top.data-v-53bf9d74 {
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 0px 15px;
|
|||
|
width: 100%;
|
|||
|
background-color: white;
|
|||
|
}
|
|||
|
.top-box.data-v-53bf9d74 {
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
align-items: center;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 20px 0px;
|
|||
|
}
|
|||
|
.tb-left.data-v-53bf9d74 {
|
|||
|
height: 100%;
|
|||
|
width: 80%;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.uicon.data-v-53bf9d74 {
|
|||
|
width: 18px;
|
|||
|
height: 18px;
|
|||
|
border-radius: 4px;
|
|||
|
color: white;
|
|||
|
background: orangered;
|
|||
|
display: flex;
|
|||
|
justify-content: center;
|
|||
|
align-items: center;
|
|||
|
font-size: 12px;
|
|||
|
font-weight: bold;
|
|||
|
margin-right: 6px;
|
|||
|
}
|
|||
|
.tb-right.data-v-53bf9d74 {
|
|||
|
width: 20px;
|
|||
|
height: 26px;
|
|||
|
}
|
|||
|
.tb-right image.data-v-53bf9d74 {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.text1.data-v-53bf9d74 {
|
|||
|
font-size: 16px;
|
|||
|
font-weight: bold;
|
|||
|
color: #363636;
|
|||
|
}
|
|||
|
.hong1.data-v-53bf9d74 {
|
|||
|
margin-top: 5px;
|
|||
|
font-size: 12px;
|
|||
|
font-weight: 400;
|
|||
|
color: #FF5453;
|
|||
|
}
|
|||
|
.hong2.data-v-53bf9d74 {
|
|||
|
margin-top: 5px;
|
|||
|
font-size: 12px;
|
|||
|
font-weight: 400;
|
|||
|
}
|
|||
|
.tinput.data-v-53bf9d74 {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
background: white;
|
|||
|
align-items: center;
|
|||
|
justify-content: space-between;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 16px;
|
|||
|
margin-top: 14px;
|
|||
|
margin-bottom: 14px;
|
|||
|
}
|
|||
|
.xinput.data-v-53bf9d74 {
|
|||
|
width: 100%;
|
|||
|
background: white;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 16px;
|
|||
|
margin-top: 14px;
|
|||
|
}
|
|||
|
.you.data-v-53bf9d74 {
|
|||
|
text-align: right;
|
|||
|
}
|
|||
|
.xz.data-v-53bf9d74 {
|
|||
|
margin-top: 10px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.kuang.data-v-53bf9d74 {
|
|||
|
width: 80px;
|
|||
|
height: 23px;
|
|||
|
background: #ECECEC;
|
|||
|
border-radius: 5px;
|
|||
|
display: flex;
|
|||
|
justify-content: center;
|
|||
|
align-items: center;
|
|||
|
color: #666666;
|
|||
|
font-size: 14px;
|
|||
|
margin-right: 15px;
|
|||
|
}
|
|||
|
.xlan.data-v-53bf9d74 {
|
|||
|
background: #CDE7FF !important;
|
|||
|
color: #1D62FF !important;
|
|||
|
border: 1px solid #2A96FE;
|
|||
|
}
|
|||
|
.anniu.data-v-53bf9d74 {
|
|||
|
width: 100%;
|
|||
|
background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%);
|
|||
|
border-radius: 50px;
|
|||
|
height: 40px;
|
|||
|
display: flex;
|
|||
|
justify-content: center;
|
|||
|
align-items: center;
|
|||
|
color: #542F0E;
|
|||
|
margin-top: 20px;
|
|||
|
color: white;
|
|||
|
}
|
|||
|
|