179 lines
4.0 KiB
Plaintext
179 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 */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.container.data-v-7f8c5199 {
|
||
width: 100%;
|
||
height: calc(100vh);
|
||
background-color: #F6F6F6;
|
||
background-size: 100% 100%;
|
||
box-sizing: border-box;
|
||
padding-bottom: 15px;
|
||
}
|
||
.c-top.data-v-7f8c5199 {
|
||
width: 100%;
|
||
box-sizing: border-box;
|
||
padding: 15px;
|
||
padding-top: 45px;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
background-color: white;
|
||
}
|
||
.c-title.data-v-7f8c5199 {
|
||
font-size: 18px;
|
||
color: black;
|
||
font-weight: bold;
|
||
}
|
||
.zhans-img.data-v-7f8c5199 {
|
||
width: 95%;
|
||
height: 200px;
|
||
border-radius: 6px;
|
||
box-sizing: border-box;
|
||
padding: 5px;
|
||
margin: 20px auto;
|
||
}
|
||
.zhans-img image.data-v-7f8c5199 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.boxbox.data-v-7f8c5199 {
|
||
background: white;
|
||
box-sizing: border-box;
|
||
padding: 15px;
|
||
margin-bottom: 20px;
|
||
}
|
||
.cont-top.data-v-7f8c5199 {
|
||
width: 95%;
|
||
margin: 0 auto;
|
||
box-sizing: border-box;
|
||
overflow: hidden;
|
||
padding-bottom: 10px;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.top-right.data-v-7f8c5199 {
|
||
width: 70%;
|
||
}
|
||
.top-right input.data-v-7f8c5199 {
|
||
width: 100%;
|
||
color: white;
|
||
font-size: 18px;
|
||
font-weight: 600;
|
||
}
|
||
.top-left.data-v-7f8c5199 {
|
||
color: black;
|
||
font-size: 18px;
|
||
font-weight: 600;
|
||
margin-right: 5px;
|
||
}
|
||
.cont-box.data-v-7f8c5199 {
|
||
margin: 0 auto;
|
||
margin-top: 20px;
|
||
width: 95%;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
}
|
||
.box.data-v-7f8c5199 {
|
||
width: 30%;
|
||
height: 40px;
|
||
border-radius: 8px;
|
||
border: 1px solid #FFE3AD;
|
||
margin-top: 10px;
|
||
margin-right: 11px;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
font-size: 18px;
|
||
color: white;
|
||
font-weight: bold;
|
||
}
|
||
.anniu.data-v-7f8c5199 {
|
||
width: 95%;
|
||
height: 40px;
|
||
border-radius: 6px;
|
||
border: 1px solid #FFE3AD;
|
||
background: #0D2E8D;
|
||
margin: 0 auto;
|
||
margin-bottom: 40px;
|
||
color: white;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
font-size: 18px;
|
||
font-weight: bold;
|
||
}
|
||
.indexbox.data-v-7f8c5199 {
|
||
background: #FFE3AD;
|
||
}
|
||
.img-box.data-v-7f8c5199 {
|
||
width: 95%;
|
||
margin: 0 auto;
|
||
}
|
||
.data-v-7f8c5199 .u-upload__wrap__preview__image.data-v-69e2a36e {
|
||
width: 100% !important;
|
||
height: 200px !important;
|
||
}
|
||
.data-v-7f8c5199 .u-upload__button.data-v-69e2a36e {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 100% !important;
|
||
height: 200PX !important;
|
||
background-color: #f4f5f7;
|
||
border-radius: 2px;
|
||
box-sizing: border-box;
|
||
margin: 0 auto;
|
||
}
|
||
.data-v-7f8c5199 .u-upload__deletable.data-v-69e2a36e {
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
background-color: #373737;
|
||
height: 26px !important;
|
||
width: 26px !important;
|
||
display: flex;
|
||
flex-direction: row;
|
||
border-bottom-left-radius: 100px;
|
||
align-items: center;
|
||
justify-content: center;
|
||
z-index: 3;
|
||
}
|
||
.data-v-7f8c5199 .u-icon__icon.data-v-2ee87dc9 {
|
||
font-size: 17px !important;
|
||
line-height: 17px !important;
|
||
}
|
||
.data-v-7f8c5199 .u-upload__wrap__preview.data-v-69e2a36e {
|
||
border-radius: 2px;
|
||
width: 100% !important;
|
||
margin: 0 8px 8px 0;
|
||
position: relative;
|
||
overflow: hidden;
|
||
display: flex;
|
||
flex-direction: row;
|
||
}
|
||
|