征信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

325 lines
7.1 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.release.data-v-33da9c66 {
min-height: 100vh;
padding-bottom: 150rpx;
overflow: hidden;
box-sizing: border-box;
}
.release .tipss.data-v-33da9c66 {
width: 100%;
padding: 20rpx 25rpx;
box-sizing: border-box;
margin-bottom: 20rpx;
background-color: rgba(255, 255, 255, 0.5);
font-size: 30rpx;
color: #e54230;
display: flex;
align-items: center;
justify-content: space-between;
}
.release .tipss image.data-v-33da9c66 {
width: 14rpx;
height: 24rpx;
}
.release .title.data-v-33da9c66 {
font-weight: 500;
font-size: 30rpx;
color: #222222;
padding: 30rpx 25rpx 10rpx;
}
.release .title text.data-v-33da9c66 {
color: #FA1919;
}
.release .title .t.data-v-33da9c66 {
font-size: 24rpx;
color: #999999;
}
.release .title .tip.data-v-33da9c66 {
font-size: 24rpx;
color: #999999;
margin-left: 20rpx;
}
.release .title .add.data-v-33da9c66 {
float: right;
color: #00C6A9;
}
.release .btn.data-v-33da9c66 {
width: 702rpx;
line-height: 90rpx;
background: #00C6A9;
box-shadow: 0px 3rpx 10rpx 0px rgba(9, 44, 39, 0.05);
border-radius: 90rpx;
font-weight: 500;
font-size: 30rpx;
color: #FFFFFF;
text-align: center;
margin: 0 auto;
margin-top: 30rpx;
}
.release .menu.data-v-33da9c66 {
width: 700rpx;
background: #FFFFFF;
box-shadow: 0px 3rpx 10rpx 0px rgba(9, 44, 39, 0.05);
border-radius: 20rpx;
margin: 0 auto;
padding: 0 30rpx;
box-sizing: border-box;
position: relative;
margin-top: 20rpx;
overflow: hidden;
}
.release .menu .txt1.data-v-33da9c66 {
padding-bottom: 20rpx;
float: right;
font-size: 26rpx;
color: #212121;
}
.release .menu .blank.data-v-33da9c66 {
width: 100%;
height: 72rpx;
}
.release .menu .dels.data-v-33da9c66 {
width: 100%;
line-height: 72rpx;
background: #ECFBF9;
border-radius: 0px 0px 20rpx 20rpx;
font-weight: 500;
font-size: 28rpx;
display: flex;
align-items: center;
justify-content: center;
color: #00C6A9;
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
}
.release .menu .dels image.data-v-33da9c66 {
width: 45rpx;
height: 45rpx;
margin-right: 10rpx;
}
.release .menu .tip.data-v-33da9c66 {
font-weight: 500;
font-size: 24rpx;
color: #999999;
padding-top: 20rpx;
padding-bottom: 30rpx;
line-height: 45rpx;
}
.release .menu .tab.data-v-33da9c66 {
width: 110%;
overflow: hidden;
padding-top: 10rpx;
}
.release .menu .tab .li.data-v-33da9c66 {
width: 140rpx;
line-height: 56rpx;
background: #FFFFFF;
border-radius: 10rpx;
border: 1px solid #D4E4DF;
text-align: center;
font-weight: 500;
font-size: 24rpx;
color: #999999;
margin-top: 20rpx;
float: left;
margin-right: 20rpx;
}
.release .menu .tab .li-on.data-v-33da9c66 {
color: #00C6A9;
border-color: #00C6A9;
}
.release .menu .pic.data-v-33da9c66 {
overflow: hidden;
padding-bottom: 30rpx;
}
.release .menu .pic .li.data-v-33da9c66 {
width: 160rpx;
height: 160rpx;
border-radius: 10rpx;
position: relative;
overflow: hidden;
margin-top: 20rpx;
margin-right: 20rpx;
float: left;
}
.release .menu .pic .li .img.data-v-33da9c66 {
width: 100%;
height: 100%;
}
.release .menu .pic .li .del1.data-v-33da9c66 {
width: 45rpx;
height: 45rpx;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.release .menu .pic .upload.data-v-33da9c66 {
width: 160rpx;
height: 160rpx;
border-radius: 10rpx;
position: relative;
overflow: hidden;
background: #F0F3F4;
text-align: center;
font-weight: 500;
margin-top: 20rpx;
font-size: 24rpx;
color: #333333;
float: left;
}
.release .menu .pic .upload image.data-v-33da9c66 {
width: 46rpx;
height: 42rpx;
margin-top: 35rpx;
margin-bottom: 20rpx;
}
.release .menu .blank.data-v-33da9c66 {
height: 72rpx;
}
.release .menu .del2.data-v-33da9c66 {
width: 100%;
height: 72rpx;
background: #ECFBF9;
border-radius: 0px 0px 20rpx 20rpx;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
font-size: 28rpx;
color: #00C6A9;
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
}
.release .menu .del2 image.data-v-33da9c66 {
width: 45rpx;
height: 45rpx;
margin-right: 10rpx;
}
.release .menu .tips.data-v-33da9c66 {
font-weight: 500;
font-size: 24rpx;
color: #666666;
padding-top: 30rpx;
line-height: 45rpx;
}
.release .menu .box1.data-v-33da9c66 {
width: 100%;
font-size: 26rpx;
padding-top: 30rpx;
height: 150rpx;
}
.release .menu .box2.data-v-33da9c66 {
line-height: 60rpx;
}
.release .menu .type.data-v-33da9c66 {
padding: 25rpx 0;
display: flex;
align-items: center;
font-weight: 500;
font-size: 28rpx;
}
.release .menu .type .fr.data-v-33da9c66 {
flex: 1;
display: flex;
align-items: center;
margin-left: 20rpx;
}
.release .menu .type .fr .ite.data-v-33da9c66 {
flex: 1;
color: #333333;
display: flex;
align-items: center;
}
.release .menu .type .fr .ite image.data-v-33da9c66 {
width: 45rpx;
height: 45rpx;
margin-right: 15rpx;
}
.release .menu .type .fr .ite .img1.data-v-33da9c66 {
display: block;
}
.release .menu .type .fr .ite .img2.data-v-33da9c66 {
display: none;
}
.release .menu .type .fr .ite-on.data-v-33da9c66 {
color: #00C6A9;
}
.release .menu .type .fr .ite-on .img1.data-v-33da9c66 {
display: none;
}
.release .menu .type .fr .ite-on .img2.data-v-33da9c66 {
display: block;
}
.release .menu .item.data-v-33da9c66 {
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #EAEAEA;
padding: 35rpx 0;
overflow: hidden;
position: relative;
}
.release .menu .item.data-v-33da9c66:first-child {
border-color: #FFFFFF;
}
.release .menu .item .fl.data-v-33da9c66 {
width: 160rpx;
display: flex;
align-items: center;
font-weight: 500;
font-size: 28rpx;
color: #222222;
}
.release .menu .item .fl text.data-v-33da9c66 {
color: #FA1919;
}
.release .menu .item .ml.data-v-33da9c66 {
flex: 1;
}
.release .menu .item .ml input.data-v-33da9c66 {
width: 100%;
font-weight: 500;
font-size: 28rpx;
color: #212121;
}
.release .menu .item .ml picker.data-v-33da9c66 {
width: 100%;
font-weight: 500;
font-size: 28rpx;
color: #808080;
}
.release .menu .item .fr image.data-v-33da9c66 {
width: 45rpx;
height: 45rpx;
}