210 lines
5.1 KiB
Plaintext
210 lines
5.1 KiB
Plaintext
|
@charset "UTF-8";
|
|||
|
/**
|
|||
|
* 这里是uni-app内置的常用样式变量
|
|||
|
*
|
|||
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|||
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|||
|
*
|
|||
|
*/
|
|||
|
/**
|
|||
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|||
|
*
|
|||
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|||
|
*/
|
|||
|
/* 颜色变量 */
|
|||
|
/* 行为相关颜色 */
|
|||
|
/* 筛选组件 */
|
|||
|
/* 文字基本颜色 */
|
|||
|
/* 背景颜色 */
|
|||
|
/* 边框颜色 */
|
|||
|
/* 尺寸变量 */
|
|||
|
/* 文字尺寸 */
|
|||
|
/* 图片尺寸 */
|
|||
|
/* Border Radius */
|
|||
|
/* 水平间距 */
|
|||
|
/* 垂直间距 */
|
|||
|
/* 透明度 */
|
|||
|
/* 文章场景相关 */
|
|||
|
.backImg.data-v-0047cb68 {
|
|||
|
background: linear-gradient(to bottom, #F1F2F8 0%, #F1F2F8 50%, #FFFFFF 100%);
|
|||
|
}
|
|||
|
.w-100.data-v-0047cb68 {
|
|||
|
width: 100%;
|
|||
|
}
|
|||
|
.flex.data-v-0047cb68 {
|
|||
|
display: flex;
|
|||
|
}
|
|||
|
.justify-center.data-v-0047cb68 {
|
|||
|
justify-content: center;
|
|||
|
}
|
|||
|
.space-between.data-v-0047cb68 {
|
|||
|
justify-content: space-between;
|
|||
|
}
|
|||
|
.align-items.data-v-0047cb68 {
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.flex-column.data-v-0047cb68 {
|
|||
|
flex-flow: column;
|
|||
|
}
|
|||
|
.justify-start.data-v-0047cb68 {
|
|||
|
justify-content: start;
|
|||
|
}
|
|||
|
.mar-top-30.data-v-0047cb68 {
|
|||
|
margin-top: 30rpx;
|
|||
|
}
|
|||
|
.box.data-v-0047cb68 {
|
|||
|
width: 690rpx;
|
|||
|
}
|
|||
|
.box .title.data-v-0047cb68 {
|
|||
|
font-family: PingFang SC, PingFang SC;
|
|||
|
font-weight: 500;
|
|||
|
font-size: 32rpx;
|
|||
|
color: #C0C0C0;
|
|||
|
margin: 42rpx 0 24rpx 0;
|
|||
|
}
|
|||
|
.box .reason.data-v-0047cb68 {
|
|||
|
width: 100%;
|
|||
|
background: #FFFFFF;
|
|||
|
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
|||
|
margin-top: 32rpx;
|
|||
|
font-family: PingFang SC, PingFang SC;
|
|||
|
font-weight: 500;
|
|||
|
font-size: 36rpx;
|
|||
|
color: #343434;
|
|||
|
line-height: 36rpx;
|
|||
|
padding: 30rpx;
|
|||
|
width: 630rpx;
|
|||
|
letter-spacing: 4.5rpx;
|
|||
|
}
|
|||
|
.box .first.data-v-0047cb68 {
|
|||
|
width: 100%;
|
|||
|
background: #FFFFFF;
|
|||
|
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
|||
|
}
|
|||
|
.box .first .row.data-v-0047cb68 {
|
|||
|
width: 642rpx;
|
|||
|
margin-top: 7rpx;
|
|||
|
justify-content: space-between;
|
|||
|
}
|
|||
|
.box .first .row .label.data-v-0047cb68 {
|
|||
|
font-family: PingFang SC, PingFang SC;
|
|||
|
font-weight: 500;
|
|||
|
font-size: 28rpx;
|
|||
|
color: #343434;
|
|||
|
line-height: 32rpx;
|
|||
|
}
|
|||
|
.box .first .line-row.data-v-0047cb68 {
|
|||
|
margin-top: 25rpx;
|
|||
|
width: 642rpx;
|
|||
|
height: 1rpx;
|
|||
|
background: #F1F2F8;
|
|||
|
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
|||
|
}
|
|||
|
.box.data-v-0047cb68 .plasty {
|
|||
|
text-align: right;
|
|||
|
}
|
|||
|
.box .second.data-v-0047cb68 {
|
|||
|
width: 690rpx;
|
|||
|
background: #FFFFFF;
|
|||
|
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
|||
|
margin-top: 32rpx;
|
|||
|
margin-bottom: 32rpx;
|
|||
|
}
|
|||
|
.box .third.data-v-0047cb68 {
|
|||
|
width: 690rpx;
|
|||
|
}
|
|||
|
.box .third .header.data-v-0047cb68 {
|
|||
|
margin: 42rpx 0 24rpx 0;
|
|||
|
font-family: PingFang SC, PingFang SC;
|
|||
|
font-weight: 500;
|
|||
|
font-size: 28rpx;
|
|||
|
color: #343434;
|
|||
|
line-height: 32rpx;
|
|||
|
}
|
|||
|
.data-v-0047cb68 .u-textarea {
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.ji.data-v-0047cb68 .u-upload .u-upload__wrap__preview__image {
|
|||
|
width: 690rpx !important;
|
|||
|
height: 450rpx !important;
|
|||
|
}
|
|||
|
.shenfen.data-v-0047cb68 .u-upload .u-upload__wrap__preview__image {
|
|||
|
width: 690rpx !important;
|
|||
|
height: 450rpx !important;
|
|||
|
}
|
|||
|
.bottom.data-v-0047cb68 {
|
|||
|
width: 750rpx;
|
|||
|
height: 122rpx;
|
|||
|
background: #FFFFFF;
|
|||
|
box-shadow: 0rpx -6rpx 12rpx 0rpx rgba(111, 190, 255, 0.1);
|
|||
|
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
|||
|
position: fixed;
|
|||
|
bottom: 0;
|
|||
|
z-index: 999;
|
|||
|
}
|
|||
|
.bottom ._span.data-v-0047cb68 {
|
|||
|
width: 642rpx;
|
|||
|
height: 80rpx;
|
|||
|
background: #008CFF;
|
|||
|
border-radius: 401rpx 401rpx 401rpx 401rpx;
|
|||
|
font-family: PingFang SC, PingFang SC;
|
|||
|
font-weight: 800;
|
|||
|
font-size: 34rpx;
|
|||
|
color: #FFFFFF;
|
|||
|
line-height: 32rpx;
|
|||
|
}
|
|||
|
.input.data-v-0047cb68 {
|
|||
|
text-align: right;
|
|||
|
font-family: PingFang SC, PingFang SC;
|
|||
|
font-size: 28rpx;
|
|||
|
color: #343434;
|
|||
|
line-height: 32rpx;
|
|||
|
}
|
|||
|
.shenfen.data-v-0047cb68 .u-transition.data-v-39e33bf2.vue-ref.u-fade-enter-to.u-fade-enter-active:not(:first-child) {
|
|||
|
margin-top: 20rpx;
|
|||
|
}
|
|||
|
.popup.data-v-0047cb68 {
|
|||
|
height: 950rpx;
|
|||
|
margin-top: 40rpx;
|
|||
|
}
|
|||
|
.popup-footer.data-v-0047cb68 {
|
|||
|
display: flex;
|
|||
|
justify-content: center;
|
|||
|
align-items: center;
|
|||
|
height: 146rpx;
|
|||
|
}
|
|||
|
.zhixiao.data-v-0047cb68 {
|
|||
|
width: 642rpx;
|
|||
|
height: 80rpx;
|
|||
|
background: #E8E8E8;
|
|||
|
border-radius: 401rpx 401rpx 401rpx 401rpx;
|
|||
|
font-family: PingFang SC, PingFang SC;
|
|||
|
font-weight: 800;
|
|||
|
font-size: 34rpx;
|
|||
|
color: #FFFFFF;
|
|||
|
line-height: 32rpx;
|
|||
|
display: flex;
|
|||
|
justify-content: center;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.data-v-0047cb68 ::-webkit-scrollbar {
|
|||
|
/*滚动条整体样式*/
|
|||
|
width: 4px !important;
|
|||
|
height: 1px !important;
|
|||
|
overflow: auto !important;
|
|||
|
background: #ccc !important;
|
|||
|
-webkit-appearance: auto !important;
|
|||
|
display: block;
|
|||
|
}
|
|||
|
.data-v-0047cb68 ::-webkit-scrollbar-thumb {
|
|||
|
/*滚动条里面小方块*/
|
|||
|
border-radius: 10px !important;
|
|||
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
|
|||
|
background: #7b7979 !important;
|
|||
|
}
|
|||
|
.data-v-0047cb68 ::-webkit-scrollbar-track {
|
|||
|
/*滚动条里面轨道*/
|
|||
|
background: #FFFFFF !important;
|
|||
|
}
|
|||
|
|