101 lines
2.3 KiB
Plaintext
101 lines
2.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-5b898cc6 {
|
||
padding: 0;
|
||
}
|
||
.webview.data-v-5b898cc6 {
|
||
position: fixed;
|
||
top: 80px;
|
||
width: 100%;
|
||
height: 100vh;
|
||
}
|
||
.nolist.data-v-5b898cc6 {
|
||
padding-top: 40%;
|
||
margin-top: 0 !important;
|
||
}
|
||
.box.data-v-5b898cc6 {
|
||
padding-bottom: 70px;
|
||
}
|
||
.topimg.data-v-5b898cc6 {
|
||
width: 750rpx;
|
||
height: 381rpx;
|
||
}
|
||
.icon-zantongfill.data-v-5b898cc6 {
|
||
color: #E52E27;
|
||
}
|
||
.foot.data-v-5b898cc6 {
|
||
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-5b898cc6 {
|
||
font-size: 20px;
|
||
margin-bottom: 3px;
|
||
}
|
||
.foot view.data-v-5b898cc6 {
|
||
width: 30%;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.foot text.data-v-5b898cc6 {
|
||
width: 100%;
|
||
text-align: center;
|
||
display: inline-block;
|
||
}
|
||
.foot .call.data-v-5b898cc6 {
|
||
width: 120px !important;
|
||
color: #000;
|
||
padding: 5px;
|
||
border-radius: 5px;
|
||
margin-left: 10px;
|
||
float: right;
|
||
background-color: #E6C8A2;
|
||
}
|
||
.foot.data-v-5b898cc6 button {
|
||
width: 30%;
|
||
padding: 0;
|
||
line-height: 20px;
|
||
font-size: 14px;
|
||
background: #fff;
|
||
margin: 0;
|
||
}
|
||
.foot button.data-v-5b898cc6:after {
|
||
border: none;
|
||
}
|
||
|