199 lines
4.3 KiB
Plaintext
199 lines
4.3 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-6e6a6f40 {
|
||
padding: 0;
|
||
}
|
||
.webview.data-v-6e6a6f40 {
|
||
position: fixed;
|
||
top: 80px;
|
||
width: 100%;
|
||
height: 100vh;
|
||
}
|
||
.nolist.data-v-6e6a6f40 {
|
||
padding-top: 40%;
|
||
margin-top: 0 !important;
|
||
}
|
||
.box.data-v-6e6a6f40 {
|
||
padding-bottom: 70px;
|
||
}
|
||
.topimg.data-v-6e6a6f40 {
|
||
width: 750rpx;
|
||
height: 381rpx;
|
||
}
|
||
.icon-zantongfill.data-v-6e6a6f40 {
|
||
color: #E52E27;
|
||
}
|
||
.foot.data-v-6e6a6f40 {
|
||
height: 50px;
|
||
position: fixed;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
padding: 0 15px;
|
||
padding-bottom: 10px;
|
||
display: flex;
|
||
align-items: center;
|
||
background-color: #fff;
|
||
justify-content: space-between;
|
||
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
|
||
}
|
||
.foot icon.data-v-6e6a6f40 {
|
||
font-size: 20px;
|
||
margin-bottom: 3px;
|
||
}
|
||
.foot view.data-v-6e6a6f40 {
|
||
width: 30%;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.foot text.data-v-6e6a6f40 {
|
||
width: 100%;
|
||
text-align: center;
|
||
display: inline-block;
|
||
}
|
||
.foot .call.data-v-6e6a6f40 {
|
||
width: 120px !important;
|
||
color: #000;
|
||
padding: 5px;
|
||
border-radius: 5px;
|
||
margin-left: 10px;
|
||
float: right;
|
||
background-color: #E6C8A2;
|
||
}
|
||
.foot.data-v-6e6a6f40 button {
|
||
width: 30%;
|
||
padding: 0;
|
||
line-height: 20px;
|
||
font-size: 14px;
|
||
background: #fff;
|
||
margin: 0;
|
||
}
|
||
.foot button.data-v-6e6a6f40:after {
|
||
border: none;
|
||
}
|
||
.from.data-v-6e6a6f40 {
|
||
margin: 15px;
|
||
padding: 15px;
|
||
border-radius: 10px;
|
||
border: 1px solid #345A9B;
|
||
width: calc(100% - 60px);
|
||
}
|
||
.from .item.data-v-6e6a6f40 {
|
||
margin-bottom: 15px;
|
||
}
|
||
.from .item .name.data-v-6e6a6f40 {
|
||
display: flex;
|
||
width: 100%;
|
||
align-items: center;
|
||
}
|
||
.from .item .name text.data-v-6e6a6f40 {
|
||
color: red;
|
||
font-size: 18px;
|
||
font-weight: bold;
|
||
margin-right: 5px;
|
||
display: inline-block;
|
||
margin-top: 5px;
|
||
}
|
||
.from .item .input.data-v-6e6a6f40 {
|
||
width: calc(100% - 5px);
|
||
background: #fff;
|
||
display: flex;
|
||
border-radius: 5px;
|
||
justify-content: space-between;
|
||
}
|
||
.from .item .input .form-input.data-v-6e6a6f40 {
|
||
border-radius: 5px;
|
||
border: 1px solid #dfdfdf;
|
||
}
|
||
.from .item .input .radiogroup.data-v-6e6a6f40 {
|
||
display: flex;
|
||
width: 100%;
|
||
}
|
||
.from .item .input .radio.data-v-6e6a6f40 {
|
||
display: flex;
|
||
align-items: center;
|
||
margin-right: 10px;
|
||
}
|
||
.from .item .input input.data-v-6e6a6f40 {
|
||
padding: 8px 10px;
|
||
width: 100%;
|
||
}
|
||
.from .item .input.data-v-6e6a6f40 picker {
|
||
align-items: center;
|
||
width: 100%;
|
||
display: flex;
|
||
padding: 0 10px;
|
||
height: 40px;
|
||
position: relative;
|
||
}
|
||
.from .item .input.data-v-6e6a6f40 picker view {
|
||
width: 100%;
|
||
position: absolute;
|
||
top: 10px;
|
||
}
|
||
.from .item .input.data-v-6e6a6f40 picker uni-icons {
|
||
position: absolute;
|
||
right: 10px;
|
||
top: 10px;
|
||
}
|
||
.from .item .input textarea.data-v-6e6a6f40 {
|
||
height: 65px;
|
||
padding: 0 10px;
|
||
line-height: 30px;
|
||
}
|
||
.from .item .input .checkbox.data-v-6e6a6f40 {
|
||
width: 100%;
|
||
display: flex;
|
||
padding: 10px;
|
||
flex-wrap: wrap;
|
||
}
|
||
.from .item .input .checkbox label.data-v-6e6a6f40 {
|
||
width: 33.3%;
|
||
display: flex;
|
||
margin: 5px 0;
|
||
align-items: center;
|
||
}
|
||
.from .item .input-error.data-v-6e6a6f40 {
|
||
border-radius: 5px;
|
||
border-color: #e74c3c !important;
|
||
background-color: rgba(231, 76, 60, 0.05);
|
||
}
|
||
.from .btn.data-v-6e6a6f40 {
|
||
width: 100%;
|
||
color: #fff;
|
||
margin: 15px auto;
|
||
text-align: center;
|
||
background: #345A9B;
|
||
height: 40px;
|
||
font-size: 14px;
|
||
line-height: 40px;
|
||
border-radius: 5px;
|
||
}
|
||
|