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.
379 lines
8.3 KiB
379 lines
8.3 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.question.data-v-537149a2 {
|
|
width: 100%;
|
|
padding: 0 25rpx 25rpx;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
}
|
|
.question-hd.data-v-537149a2 {
|
|
margin-top: 20rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
box-sizing: border-box;
|
|
padding: 0 30rpx;
|
|
overflow: hidden;
|
|
}
|
|
.question-hd .a.data-v-537149a2 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid #ddd;
|
|
padding: 20rpx 0;
|
|
}
|
|
.question-hd .a .l.data-v-537149a2 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
line-height: 40rpx;
|
|
font-size: 30rpx;
|
|
color: #222;
|
|
font-weight: bold;
|
|
}
|
|
.question-hd .a .l text.data-v-537149a2 {
|
|
width: 120rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
background: #FFFFFF;
|
|
border: 1px solid #F01B1B;
|
|
border-radius: 40rpx;
|
|
font-size: 22rpx;
|
|
color: #F01B1B;
|
|
display: block;
|
|
text-align: center;
|
|
margin-left: 20rpx;
|
|
}
|
|
.question-hd .a .r.data-v-537149a2 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 24rpx;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
}
|
|
.question-hd .a image.data-v-537149a2 {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
.question-hd .c.data-v-537149a2 {
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
.question-hd .c.data-v-537149a2:first-child {
|
|
border-top-color: #FFFFFF;
|
|
}
|
|
.question-hd .c .name.data-v-537149a2 {
|
|
padding: 20rpx 0;
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
color: #222222;
|
|
margin-left: 40rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.question-hd .c .name text.data-v-537149a2 {
|
|
width: 120rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
background: #FFFFFF;
|
|
border: 1px solid #F01B1B;
|
|
border-radius: 40rpx;
|
|
font-size: 22rpx;
|
|
color: #F01B1B;
|
|
display: block;
|
|
text-align: center;
|
|
margin-left: 20rpx;
|
|
}
|
|
.question-hd .b.data-v-537149a2 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 20rpx 0;
|
|
}
|
|
.question-hd .b .l.data-v-537149a2 {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #222222;
|
|
line-height: 40rpx;
|
|
}
|
|
.question-hd .b .l image.data-v-537149a2 {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 18rpx;
|
|
}
|
|
.question-hd .b .r.data-v-537149a2 {
|
|
width: 90rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
background: #FFFFFF;
|
|
border: 1px solid #F01B1B;
|
|
border-radius: 40rpx;
|
|
font-size: 22rpx;
|
|
color: #F01B1B;
|
|
display: block;
|
|
text-align: center;
|
|
margin-left: 20rpx;
|
|
}
|
|
.question-hd .b .r-on.data-v-537149a2 {
|
|
border-color: #EAEAEA;
|
|
background: #EAEAEA;
|
|
color: #222222;
|
|
}
|
|
.question-anniu.data-v-537149a2 {
|
|
height: 80rpx;
|
|
font-weight: bold;
|
|
font-size: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.question-bd.data-v-537149a2 {
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-around;
|
|
}
|
|
.question-bd .a.data-v-537149a2 {
|
|
width: 340rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
margin-top: 20rpx;
|
|
}
|
|
.question-bd .a .t.data-v-537149a2 {
|
|
height: 150rpx;
|
|
background: linear-gradient(-90deg, #09B7B9, #54E1EA);
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 36rpx;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
}
|
|
.question-bd .a .t image.data-v-537149a2 {
|
|
width: 44rpx;
|
|
height: 42rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.question-bd .b.data-v-537149a2 {
|
|
width: 340rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
margin-top: 20rpx;
|
|
}
|
|
.question-bd .b .t.data-v-537149a2 {
|
|
height: 150rpx;
|
|
background: linear-gradient(-90deg, #FF8E43, #FFBF50);
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 36rpx;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
}
|
|
.question-bd .b .t image.data-v-537149a2 {
|
|
width: 44rpx;
|
|
height: 42rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.question-bd .c.data-v-537149a2 {
|
|
width: 340rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
margin-top: 20rpx;
|
|
}
|
|
.question-bd .c .m.data-v-537149a2 {
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #222222;
|
|
padding: 20rpx 0 0;
|
|
}
|
|
.question-bd .c .m .l.data-v-537149a2 {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin-right: 10rpx;
|
|
margin-left: 10rpx;
|
|
vertical-align: middle;
|
|
margin-top: -1px;
|
|
}
|
|
.question-bd .c .m .r.data-v-537149a2 {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
vertical-align: middle;
|
|
margin-top: -1px;
|
|
float: right;
|
|
}
|
|
.question-bd .c .t.data-v-537149a2 {
|
|
height: 150rpx;
|
|
background: linear-gradient(-90deg, #13BAA0, #49D2BD);
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 36rpx;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
}
|
|
.question-bd .c .t image.data-v-537149a2 {
|
|
width: 43rpx;
|
|
height: 40rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.question-bd .d.data-v-537149a2 {
|
|
width: 340rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
margin-top: 20rpx;
|
|
}
|
|
.question-bd .d .m.data-v-537149a2 {
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #222222;
|
|
padding: 20rpx 0 0;
|
|
}
|
|
.question-bd .d .m .l.data-v-537149a2 {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin-right: 10rpx;
|
|
vertical-align: middle;
|
|
margin-left: 10rpx;
|
|
margin-top: -1px;
|
|
}
|
|
.question-bd .d .m .r.data-v-537149a2 {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
vertical-align: middle;
|
|
margin-top: -1px;
|
|
float: right;
|
|
}
|
|
.question-bd .d .t.data-v-537149a2 {
|
|
height: 150rpx;
|
|
background: linear-gradient(-90deg, #3399EA, #38BCFF);
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 36rpx;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
}
|
|
.question-bd .d .t image.data-v-537149a2 {
|
|
width: 42rpx;
|
|
height: 40rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.question-bd .e.data-v-537149a2 {
|
|
width: 340rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
margin-top: 20rpx;
|
|
}
|
|
.question-bd .e .t.data-v-537149a2 {
|
|
height: 150rpx;
|
|
background: linear-gradient(-90deg, #13BAA0, #49D2BD);
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 36rpx;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
}
|
|
.question-bd .e .t image.data-v-537149a2 {
|
|
width: 40rpx;
|
|
height: 43rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.question-bd .f.data-v-537149a2 {
|
|
width: 340rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
margin-top: 20rpx;
|
|
}
|
|
.question-bd .f .t.data-v-537149a2 {
|
|
height: 150rpx;
|
|
background: linear-gradient(-90deg, #3399EA, #38BCFF);
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 36rpx;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
}
|
|
.question-bd .f .t image.data-v-537149a2 {
|
|
width: 40rpx;
|
|
height: 43rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.question-fd.data-v-537149a2 {
|
|
background-color: #FFFFFF;
|
|
overflow: hidden;
|
|
border-radius: 20rpx;
|
|
margin-top: 20rpx;
|
|
width: 100%;
|
|
padding: 40rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.question-fd .a.data-v-537149a2 {
|
|
flex: 1;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 42rpx;
|
|
}
|
|
.question-fd .a.data-v-537149a2:first-child {
|
|
border-right: 1px solid #CCCCCC;
|
|
}
|
|
.question-fd .a .m.data-v-537149a2 {
|
|
margin-top: 20rpx;
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
color: #F01B1B;
|
|
}
|
|
.question-fd .a .m text.data-v-537149a2 {
|
|
font-size: 48rpx;
|
|
}
|
|
|
|
|