征信小程序
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.

232 lines
5.1 KiB

3 months ago
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.feedback.data-v-f34175c0 {
padding-bottom: 200rpx;
overflow: hidden;
}
.feedback .fd.data-v-f34175c0 {
width: 100%;
position: fixed;
left: 0;
bottom: 0;
z-index: 22;
background-color: #FFFFFF;
padding: 25rpx;
box-sizing: border-box;
}
.feedback .fd .btn.data-v-f34175c0 {
width: 100%;
height: 90rpx;
line-height: 90rpx;
background: #00C6A9;
border-radius: 90rpx;
text-align: center;
font-weight: 400;
font-size: 30rpx;
color: #FFFFFF;
}
.feedback .fd .jilu.data-v-f34175c0 {
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
font-size: 26rpx;
color: #666666;
margin-top: 10rpx;
}
.feedback .fd .jilu image.data-v-f34175c0 {
width: 30rpx;
height: 30rpx;
}
.feedback .hd.data-v-f34175c0 {
width: 100%;
line-height: 80rpx;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 25rpx;
box-sizing: border-box;
background: #FBEBEB;
font-weight: 400;
font-size: 26rpx;
color: #E53623;
}
.feedback .hd image.data-v-f34175c0 {
width: 14rpx;
height: 24rpx;
}
.feedback .bd.data-v-f34175c0 {
padding: 0 25rpx 15rpx;
box-sizing: border-box;
width: 100%;
background: #FFFFFF;
box-shadow: 0px 3rpx 10rpx 0px rgba(9, 44, 39, 0.05);
border-radius: 20rpx;
margin-top: 20rpx;
}
.feedback .bd .title.data-v-f34175c0 {
padding: 30rpx 0;
font-weight: 400;
font-size: 30rpx;
color: #333;
display: flex;
align-items: center;
}
.feedback .bd .title text.data-v-f34175c0 {
color: #E53623;
}
.feedback .bd .title .sub.data-v-f34175c0 {
margin-left: 10rpx;
font-size: 24rpx;
color: #999999;
}
.feedback .bd .tab.data-v-f34175c0 {
display: flex;
align-items: center;
}
.feedback .bd .tab .item.data-v-f34175c0 {
padding: 0 40rpx;
line-height: 61rpx;
height: 61rpx;
border-radius: 61rpx;
border: 1px solid #CCCCCC;
text-align: center;
font-weight: 400;
font-size: 28rpx;
color: #333333;
margin-right: 20rpx;
}
.feedback .bd .tab .item-on.data-v-f34175c0 {
color: #FFFFFF;
border: 1px solid #00C6A9;
background: #00C6A9;
}
.feedback .bd .picker.data-v-f34175c0 {
width: 100%;
height: 90rpx;
background: #F6F6F6;
border-radius: 10rpx;
padding: 0 30rpx;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 400;
font-size: 28rpx;
color: #333333;
margin-top: 40rpx;
box-sizing: border-box;
}
.feedback .bd .picker image.data-v-f34175c0 {
width: 24rpx;
height: 14rpx;
}
.feedback .bd .textarea.data-v-f34175c0 {
width: 100%;
height: 360rpx;
background: #F6F6F6;
border-radius: 10rpx;
padding: 25rpx;
box-sizing: border-box;
}
.feedback .bd .textarea textarea.data-v-f34175c0 {
width: 100%;
height: 250rpx;
font-weight: 400;
font-size: 28rpx;
color: #333;
}
.feedback .bd .textarea .num.data-v-f34175c0 {
text-align: right;
font-weight: 400;
font-size: 28rpx;
color: #999999;
line-height: 60rpx;
}
.feedback .bd .pic.data-v-f34175c0 {
overflow: hidden;
padding-bottom: 30rpx;
}
.feedback .bd .pic .li.data-v-f34175c0 {
width: 152rpx;
height: 152rpx;
border-radius: 10rpx;
position: relative;
overflow: hidden;
margin-top: 20rpx;
margin-right: 20rpx;
float: left;
}
.feedback .bd .pic .li .img.data-v-f34175c0 {
width: 100%;
height: 100%;
}
.feedback .bd .pic .li .del.data-v-f34175c0 {
width: 45rpx;
height: 45rpx;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.feedback .bd .pic .upload.data-v-f34175c0 {
width: 152rpx;
height: 152rpx;
border-radius: 10rpx;
position: relative;
overflow: hidden;
border: 1px solid #DDDDDD;
text-align: center;
font-weight: 500;
margin-top: 20rpx;
font-size: 24rpx;
color: #333333;
float: left;
}
.feedback .bd .pic .upload image.data-v-f34175c0 {
width: 46rpx;
height: 42rpx;
margin-top: 35rpx;
margin-bottom: 20rpx;
}
.feedback .bd .content .item.data-v-f34175c0 {
width: 100%;
margin-bottom: 20rpx;
overflow: hidden;
}
.feedback .bd .content .item input.data-v-f34175c0 {
height: 90rpx;
line-height: 90rpx;
background: #F6F6F6;
border-radius: 10rpx;
text-align: left;
font-weight: 400;
font-size: 28rpx;
color: #333333;
padding: 0 30rpx;
}