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.
405 lines
9.8 KiB
405 lines
9.8 KiB
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
uni-page-body.data-v-4d3e765a {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
html.data-v-4d3e765a {
|
|
width: 100vh;
|
|
height: 100vw;
|
|
-webkit-transform: rotate(90deg);
|
|
-webkit-transform-origin: 50vw 50vw;
|
|
transform: rotate(90deg);
|
|
transform-origin: 50vw 50vw;
|
|
}
|
|
image.data-v-4d3e765a {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.imgView.data-v-4d3e765a {
|
|
position: relative;
|
|
background: none;
|
|
}
|
|
.imgView .closeIcon.data-v-4d3e765a {
|
|
position: absolute;
|
|
color: #fff;
|
|
top: 40rpx;
|
|
left: 40rpx;
|
|
z-index: 99;
|
|
background-color: #333;
|
|
border-radius: 50%;
|
|
}
|
|
.imgView .img.data-v-4d3e765a {
|
|
width: 750rpx;
|
|
height: 750rpx;
|
|
}
|
|
.content.data-v-4d3e765a {
|
|
padding: 30rpx 30rpx 0rpx 30rpx;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: #F7FBFE;
|
|
font-size: 20rpx;
|
|
}
|
|
.content .h3.data-v-4d3e765a {
|
|
position: absolute;
|
|
top: -16rpx;
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #1989FA;
|
|
}
|
|
.content .row.data-v-4d3e765a {
|
|
width: 100%;
|
|
display: flex;
|
|
}
|
|
.content .row .userInfoBox.data-v-4d3e765a {
|
|
width: 140rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.content .row .userInfoBox .examNo.data-v-4d3e765a {
|
|
width: 100%;
|
|
height: 60rpx;
|
|
background: #FFFFFF;
|
|
border: 1px solid #F0F0F0;
|
|
position: relative;
|
|
}
|
|
.content .row .userInfoBox .examNo .card.data-v-4d3e765a {
|
|
line-height: 70rpx;
|
|
text-align: center;
|
|
padding-left: 20rpx;
|
|
}
|
|
.content .row .userInfoBox .examNo .back.data-v-4d3e765a {
|
|
position: absolute;
|
|
left: -20rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
background: #fff;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.content .row .userInfoBox .user.data-v-4d3e765a {
|
|
flex: 1;
|
|
height: 0;
|
|
padding: 10rpx 0 0 0rpx;
|
|
}
|
|
.content .row .userInfoBox .user .card.data-v-4d3e765a {
|
|
padding-left: 15rpx;
|
|
position: relative;
|
|
background: #FFFFFF;
|
|
border: 1px solid #F0F0F0;
|
|
height: 100%;
|
|
}
|
|
.content .row .userInfoBox .user .card .avatar.data-v-4d3e765a {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
margin-top: 36rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.content .row .userInfoBox .user .card .txt.data-v-4d3e765a {
|
|
margin: 10px 0;
|
|
font-size: 18rpx;
|
|
}
|
|
.content .row .examConBox.data-v-4d3e765a {
|
|
width: 0;
|
|
flex: 1;
|
|
display: flex;
|
|
padding-left: 20rpx;
|
|
}
|
|
.content .row .examConBox .leftBox.data-v-4d3e765a {
|
|
flex: 2;
|
|
background-color: #fff;
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.content .row .examConBox .leftBox .h3.data-v-4d3e765a {
|
|
left: 40rpx;
|
|
text-align: left;
|
|
}
|
|
.content .row .examConBox .leftBox .questionTxt.data-v-4d3e765a {
|
|
padding: 30rpx;
|
|
flex: 1;
|
|
line-height: 2em;
|
|
}
|
|
.content .row .examConBox .leftBox .answer.flex-b.data-v-4d3e765a {
|
|
height: 60rpx;
|
|
border-top: 1px solid #F0F0F0;
|
|
padding-left: 20rpx;
|
|
}
|
|
.content .row .examConBox .leftBox .answer.flex-b .rightSelect .optio.data-v-4d3e765a {
|
|
padding-left: 20rpx;
|
|
}
|
|
.content .row .examConBox .leftBox .answer.flex-b .rightSelect .optio .optionItem.data-v-4d3e765a {
|
|
width: 38rpx;
|
|
height: 38rpx;
|
|
border: 1px solid #F0F0F0;
|
|
font-size: 18rpx;
|
|
color: #333;
|
|
text-align: center;
|
|
line-height: 38rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.content .row .examConBox .leftBox .answer.flex-b .rightSelect .optio .optionItem.active.data-v-4d3e765a {
|
|
color: #fff;
|
|
background-color: #1989FA;
|
|
}
|
|
.content .row .examConBox .rightBox.data-v-4d3e765a {
|
|
flex: 1.4;
|
|
background-color: #fff;
|
|
}
|
|
.content .row .examConBox .rightBox table.data-v-4d3e765a {
|
|
display: table;
|
|
border-collapse: collapse;
|
|
border-spacing: 0px;
|
|
table-layout: fixed;
|
|
}
|
|
.content .row .examConBox .rightBox table td.data-v-4d3e765a, .content .row .examConBox .rightBox table th.data-v-4d3e765a {
|
|
width: 9.09%;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
.content .row .examConBox .rightBox .ansItem.data-v-4d3e765a {
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
border-bottom: 1px solid #E1DFDF;
|
|
border-right: 1px solid #E1DFDF;
|
|
color: #ff0000;
|
|
}
|
|
.content .row .examConBox .rightBox .ansItem.green.data-v-4d3e765a {
|
|
color: #55ff7f;
|
|
}
|
|
.content .row .examConBox .rightBox .ansItem.red.data-v-4d3e765a {
|
|
color: red;
|
|
}
|
|
.content .row .examConBox .rightBox .blueItem.data-v-4d3e765a {
|
|
background-color: #1989FA;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
}
|
|
.content .row .examConBox .rightBox .blueItem.br.data-v-4d3e765a {
|
|
border-right: 1px solid #fff;
|
|
}
|
|
.content .row .examConBox .rightBox .blueItem.br.data-v-4d3e765a:last-child {
|
|
border: none;
|
|
}
|
|
.content .row .examConBox .rightBox .blueItem.bb.data-v-4d3e765a {
|
|
border-top: 1px solid #fff;
|
|
}
|
|
.content .row.row1.data-v-4d3e765a {
|
|
flex: 4;
|
|
}
|
|
.content .row.row2.data-v-4d3e765a {
|
|
height: 100rpx;
|
|
padding: 20rpx 0;
|
|
}
|
|
.content .row.row2 .timeBox.data-v-4d3e765a {
|
|
width: 140rpx;
|
|
height: 100%;
|
|
background-color: #fff;
|
|
border: 1px solid #F0F0F0;
|
|
position: relative;
|
|
}
|
|
.content .row.row2 .timeBox .h3.data-v-4d3e765a {
|
|
font-weight: 400;
|
|
}
|
|
.content .row.row2 .timeBox .time.data-v-4d3e765a {
|
|
font-weight: bold;
|
|
font-size: 24rpx;
|
|
color: #333333;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
}
|
|
.content .row.row2 .leftTpsBox.data-v-4d3e765a {
|
|
padding-left: 20rpx;
|
|
flex: 2;
|
|
position: relative;
|
|
}
|
|
.content .row.row2 .leftTpsBox .card.data-v-4d3e765a {
|
|
background-color: #fff;
|
|
height: 100%;
|
|
}
|
|
.content .row.row2 .leftTpsBox .h3.data-v-4d3e765a {
|
|
text-align: left;
|
|
left: 40rpx;
|
|
}
|
|
.content .row.row2 .leftTpsBox .txt.data-v-4d3e765a {
|
|
padding: 14rpx 20rpx 0 20rpx;
|
|
}
|
|
.content .row.row2 .rightBtnBox.data-v-4d3e765a {
|
|
flex: 1;
|
|
padding-left: 20rpx;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
.content .row.row2 .rightBtnBox .btn.data-v-4d3e765a {
|
|
width: 133rpx;
|
|
margin: 0 0 0 20rpx;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
background: #3776FF;
|
|
line-height: 60rpx;
|
|
color: #fff;
|
|
border: none;
|
|
border-radius: 8rpx;
|
|
}
|
|
.content .row.row2 .rightBtnBox .btn.disable.data-v-4d3e765a {
|
|
opacity: 0.4;
|
|
}
|
|
.content .row.row2 .rightBtnBox .btn.hui.data-v-4d3e765a {
|
|
background: #F4F4F4;
|
|
color: #333;
|
|
}
|
|
.content .picBox.data-v-4d3e765a {
|
|
width: 100%;
|
|
flex: 1.8;
|
|
background-color: #fff;
|
|
border: 1px solid #F0F0F0;
|
|
padding: 20rpx;
|
|
position: relative;
|
|
}
|
|
.content .picBox .h3.data-v-4d3e765a {
|
|
text-align: left;
|
|
left: 40rpx;
|
|
}
|
|
.content .picBox .imgBox.data-v-4d3e765a {
|
|
width: 650px;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
margin: 0 auto;
|
|
}
|
|
.commitView.data-v-4d3e765a {
|
|
width: 780rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 10rpx;
|
|
padding: 40rpx;
|
|
}
|
|
.commitView .commitTit.data-v-4d3e765a {
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
line-height: 40rpx;
|
|
margin-bottom: 34rpx;
|
|
text-align: center;
|
|
}
|
|
.commitView .commitTxt.data-v-4d3e765a {
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #333333;
|
|
line-height: 42rpx;
|
|
}
|
|
.commitView .rowBg.data-v-4d3e765a {
|
|
width: 100%;
|
|
height: 64rpx;
|
|
background: #F4F4F4;
|
|
border-radius: 10rpx;
|
|
font-size: 24rpx;
|
|
margin-top: 20rpx;
|
|
color: #333333;
|
|
line-height: 64rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 0 0 20rpx;
|
|
}
|
|
.commitView .rowBg .blue.data-v-4d3e765a {
|
|
color: #3776FF;
|
|
margin-left: 30rpx;
|
|
}
|
|
.commitView .commitBtn.data-v-4d3e765a {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 50rpx 0 20rpx 0;
|
|
}
|
|
.commitView .commitBtn .btn.border.data-v-4d3e765a {
|
|
background: none;
|
|
color: #3776FF;
|
|
border: 1px solid #3776FF;
|
|
}
|
|
.commitView .commitBtn .btn.data-v-4d3e765a {
|
|
width: 180rpx;
|
|
height: 60rpx;
|
|
background: #3776FF;
|
|
border-radius: 10rpx;
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
line-height: 60rpx;
|
|
margin: 0 20rpx;
|
|
}
|
|
.djs.data-v-4d3e765a {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 6rpx;
|
|
}
|
|
.djs .djsTxt.data-v-4d3e765a {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
margin: -4rpx 0 0 2rpx;
|
|
}
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.djs .u-count-down__text {
|
|
color: red !important;
|
|
}
|