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.
231 lines
5.2 KiB
231 lines
5.2 KiB
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
image.data-v-4320d38d {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.bottomBar.data-v-4320d38d {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 98rpx;
|
|
background: #FFFFFF;
|
|
border-top: 1rpx solid #F4F4F4;
|
|
}
|
|
.ul.data-v-4320d38d {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
height: 100%;
|
|
align-items: center;
|
|
}
|
|
.ul .li.data-v-4320d38d {
|
|
width: 16.6%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.ul .li .icon.data-v-4320d38d {
|
|
font-size: 30rpx;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
}
|
|
.ul .li .icon image.data-v-4320d38d {
|
|
display: block;
|
|
margin-top: 4rpx;
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
}
|
|
.ul .li .text.data-v-4320d38d {
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
margin-top: 10rpx;
|
|
}
|
|
.content.data-v-4320d38d {
|
|
padding: 120rpx 0;
|
|
min-height: 100vh;
|
|
}
|
|
.content .u-nav-slot.data-v-4320d38d {
|
|
width: 306rpx;
|
|
height: 54rpx;
|
|
border-radius: 10rpx;
|
|
border: 1px solid #333333;
|
|
display: flex;
|
|
}
|
|
.content .u-nav-slot .btn.data-v-4320d38d {
|
|
font-size: 24rpx;
|
|
color: #333333;
|
|
flex: 1;
|
|
text-align: center;
|
|
line-height: 54rpx;
|
|
}
|
|
.content .u-nav-slot .btn.active.data-v-4320d38d {
|
|
background-color: #333333;
|
|
color: #fff;
|
|
}
|
|
.content .btn_row.data-v-4320d38d {
|
|
padding: 60rpx 0 30rpx 0;
|
|
}
|
|
.content .btn_row .btn.data-v-4320d38d {
|
|
width: 44%;
|
|
height: 76rpx;
|
|
border-radius: 38rpx;
|
|
border: 1rpx solid #1989FA;
|
|
line-height: 76rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: #1989FA;
|
|
}
|
|
.content .btn_row .btn.disable.data-v-4320d38d {
|
|
opacity: 0.4;
|
|
}
|
|
.content .btn_row .btn.bg.data-v-4320d38d {
|
|
background: #3776FF;
|
|
border-radius: 38rpx;
|
|
color: #fff;
|
|
}
|
|
.content .con .h1_row.data-v-4320d38d {
|
|
margin-bottom: 50rpx;
|
|
}
|
|
.content .con .h1_row .tag.data-v-4320d38d {
|
|
display: inline-block;
|
|
height: 36rpx;
|
|
line-height: 36rpx;
|
|
padding: 4rpx 6rpx;
|
|
background: #63C168;
|
|
border-radius: 6rpx;
|
|
margin-top: -2rpx;
|
|
margin-right: 16rpx;
|
|
font-size: 28rpx;
|
|
color: #fff;
|
|
}
|
|
.content .con .h1_row .tag.blue.data-v-4320d38d {
|
|
background: #3776FF;
|
|
}
|
|
.content .con .h1_row .tag.red.data-v-4320d38d {
|
|
background: orangered;
|
|
}
|
|
.content .con .h1_row text.h1.data-v-4320d38d {
|
|
font-size: 36rpx;
|
|
}
|
|
.content .con .option.data-v-4320d38d {
|
|
width: 100%;
|
|
}
|
|
.content .con .option .optionItem.data-v-4320d38d {
|
|
margin-bottom: 50rpx;
|
|
align-items: center;
|
|
}
|
|
.content .con .option .optionItem .icon.data-v-4320d38d {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
border-radius: 50%;
|
|
border: 1rpx solid #999;
|
|
}
|
|
.content .con .option .optionItem .text.data-v-4320d38d {
|
|
font-size: 32rpx;
|
|
margin-left: 16rpx;
|
|
}
|
|
.content .con .answerCss.data-v-4320d38d {
|
|
height: 90rpx;
|
|
background: #F4F4F4;
|
|
padding: 30rpx;
|
|
margin-top: 20rpx;
|
|
justify-content: space-around;
|
|
}
|
|
.content .con .answerCss .ans.data-v-4320d38d {
|
|
font-size: 30rpx;
|
|
}
|
|
.content .con .answerCss .ans text.red.data-v-4320d38d {
|
|
color: red;
|
|
}
|
|
.content .con .analysis.data-v-4320d38d {
|
|
margin-top: 60rpx;
|
|
}
|
|
.content .con .analysis .tit.data-v-4320d38d {
|
|
font-weight: 700;
|
|
font-size: 32rpx;
|
|
position: relative;
|
|
padding-left: 30rpx;
|
|
}
|
|
.content .con .analysis .tit.data-v-4320d38d::after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
top: 8rpx;
|
|
width: 6rpx;
|
|
height: 30rpx;
|
|
background: linear-gradient(0deg, #43EA80 0%, #38F8D4 100%);
|
|
border-radius: 3rpx;
|
|
}
|
|
.content .con .analysis .txt.data-v-4320d38d {
|
|
margin-top: 39rpx;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
}
|
|
.popupCon.data-v-4320d38d {
|
|
width: 100%;
|
|
height: calc(100vh - 200rpx);
|
|
}
|
|
.popupCon .h3.data-v-4320d38d {
|
|
height: 88rpx;
|
|
border-bottom: 1px solid #F4F4F4;
|
|
line-height: 88rpx;
|
|
font-size: 30rpx;
|
|
padding: 0rpx 0 0 30rpx;
|
|
}
|
|
.popupCon .ulRow.data-v-4320d38d {
|
|
height: 100rpx;
|
|
padding: 30rpx 0;
|
|
}
|
|
.popupCon .ul2.data-v-4320d38d {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 30rpx 10rpx;
|
|
height: calc(100vh - 388rpx);
|
|
overflow-y: auto;
|
|
}
|
|
.popupCon .ul2 .li2.data-v-4320d38d {
|
|
width: 16.6%;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.popupCon .ul2 .li2 .num.data-v-4320d38d {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
margin: auto;
|
|
background: #F6F7FA;
|
|
font-size: 32rpx;
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
}
|
|
.popupCon .ul2 .li2 .num.active.data-v-4320d38d {
|
|
border: 1px solid #63C168;
|
|
background: rgba(99, 193, 104, 0.1);
|
|
color: #63C168;
|
|
}
|