118 lines
2.6 KiB
Plaintext
118 lines
2.6 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.data-v-7001d522:export {
|
||
theme_bg: #f30213;
|
||
}
|
||
.input.data-v-7001d522 {
|
||
font-size: 30rpx;
|
||
color: #333333;
|
||
line-height: 34rpx;
|
||
border: 1rpx dashed #666;
|
||
width: auto;
|
||
height: 100px;
|
||
border-radius: 5px;
|
||
padding: 20rpx;
|
||
}
|
||
.input.input-1.data-v-7001d522 {
|
||
height: 60rpx;
|
||
line-height: 60rpx;
|
||
border-style: solid;
|
||
padding: 0 20rpx;
|
||
}
|
||
.placeholder.data-v-7001d522 {
|
||
line-height: 40rpx;
|
||
font-size: 30rpx;
|
||
color: #cccccc;
|
||
}
|
||
.m-cell-hd.data-v-7001d522 {
|
||
width: 120rpx;
|
||
text-align: center;
|
||
flex-shrink: 0;
|
||
}
|
||
.m-cell.data-v-7001d522 {
|
||
padding: 30rpx;
|
||
}
|
||
.m-cell-hd.data-v-7001d522 {
|
||
font-size: 24rpx;
|
||
font-weight: 400;
|
||
}
|
||
.bk_box.data-v-7001d522 {
|
||
display: flex;
|
||
}
|
||
.bk_box .pic_box_image.data-v-7001d522 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.bk_box .pic_box_img.data-v-7001d522 {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
}
|
||
.bk_box .hjs-select-img.data-v-7001d522 {
|
||
display: inline-block;
|
||
position: relative;
|
||
width: 200rpx;
|
||
height: 200rpx;
|
||
margin: 0 20rpx 20rpx;
|
||
}
|
||
.m-select-box-msk.data-v-7001d522 {
|
||
position: fixed;
|
||
width: 100%;
|
||
height: 100%;
|
||
left: 0;
|
||
top: 0;
|
||
background-color: rgba(0, 0, 0, 0.5);
|
||
z-index: 3;
|
||
}
|
||
.m-select-box.data-v-7001d522 {
|
||
position: absolute;
|
||
width: 100%;
|
||
height: 300px;
|
||
background-color: #fff;
|
||
left: 0;
|
||
bottom: 0;
|
||
}
|
||
.u-select.data-v-7001d522 {
|
||
width: 100%;
|
||
height: 300px;
|
||
text-align: center;
|
||
}
|
||
.u-select .m-cell-bd.data-v-7001d522 {
|
||
width: 100%;
|
||
line-height: 50px;
|
||
font-size: 28rpx;
|
||
overflow: hidden;
|
||
white-space: nowrap;
|
||
text-overflow: ellipsis;
|
||
}
|
||
.u-select .m-cell-bd label.data-v-7001d522 {
|
||
width: 100%;
|
||
}
|
||
.m-select-content.data-v-7001d522 {
|
||
position: relative;
|
||
}
|
||
|