@import '../../style/icon.wxss';
|
@import '../../style/main.wxss';
|
@import '../../style/animation.wxss';
|
|
|
.text-blue,
|
.line-blue,
|
.lines-blue {
|
color: #16b5cb;
|
}
|
|
.text-green,
|
.line-green,
|
.lines-green {
|
color: #16b5cb;
|
}
|
|
/* pages/component/nav/nav.wxss */
|
.VerticalNav.nav {
|
width: 200rpx;
|
white-space: initial;
|
}
|
|
.VerticalNav.nav .cu-item {
|
width: 100%;
|
text-align: center;
|
background-color: #fff;
|
margin: 0;
|
/* border: none; */
|
height: 140rpx;
|
position: relative;
|
}
|
|
.nav .cu-item {
|
display: inline-block;
|
line-height: 140rpx;
|
margin: 0 10rpx;
|
padding: 0 20rpx;
|
}
|
|
|
|
|
.VerticalBox {
|
display: flex;
|
}
|
|
.VerticalMain {
|
background-color: #f1f1f1;
|
}
|
|
.cu-form-group+.cu-form-group {
|
border-top: unset;
|
}
|
|
/* 单选、多选 勾选 */
|
|
|
/*radio未选中时样式 */
|
radio .wx-radio-input {
|
/* 自定义样式.... */
|
/* 我这里没有进行,未选中的样式修改*/
|
height: 26rpx;
|
width: 26rpx;
|
margin-top: -4rpx;
|
border-radius: 50%;
|
border: 2rpx solid #999;
|
background: #fff;
|
}
|
|
|
/* 选中后的 背景样式 (红色背景 无边框 可根据UI需求自己修改) */
|
radio .wx-radio-input.wx-radio-input-checked {
|
/* border: none; */
|
border-color: #16b5cb !important;
|
background-color: #16b5cb !important;
|
/* background-color: transparent!important; */
|
/* 居中 */
|
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
|
|
}
|
|
/* 选中后的 对勾样式 (白色对勾 可根据UI需求自己修改) */
|
radio .wx-radio-input.wx-radio-input-checked::before {
|
/* 去除对号 */
|
content: '';
|
width: 16rpx;
|
height: 16rpx;
|
border-radius: 50%;
|
right: 0px;
|
background-color: #16b5cb;
|
}
|
|
/*checkbox 选项框大小 */
|
checkbox .wx-checkbox-input {
|
width: 50rpx;
|
height: 50rpx;
|
border-radius: 50%;
|
}
|
|
radio::before {
|
right: 0px !important;
|
}
|
|
.checkedt {
|
color: #16b5cb;
|
border: #16b5cb 1px solid;
|
border-radius: 4px;
|
font-size: 14px;
|
padding: 3px 18px;
|
}
|
|
.border_right {
|
border-right: 1rpx solid #16b5cb;
|
}
|
|
.normalt {
|
color: #8799a3;
|
border: #8799a3 1px solid;
|
border-radius: 50%;
|
font-size: 14px;
|
/* padding: 3px 18px; */
|
}
|
|
.leftScroll {
|
height: calc(100vh - 100rpx);
|
width: 200rpx;
|
white-space: inherit;
|
}
|
|
.rightScroll {
|
height: calc(100vh - 100rpx);
|
background: #fff;
|
}
|
|
.rightBox {
|
position: relative;
|
}
|
|
.toptitle {
|
color: #16b5cb;
|
font-weight: 900;
|
font-size: 36rpx;
|
}
|
|
.resultStyle {
|
width: 100%;
|
justify-content: flex-start;
|
font-size: 30rpx;
|
font-weight: 900;
|
}
|
|
.tagStyle {
|
margin-left: 20rpx;
|
padding: 0 10rpx;
|
height: 40rpx;
|
font-size: 20rpx;
|
}
|
|
.groupitem {
|
display: flex;
|
flex-direction: column;
|
padding: unset;
|
}
|
|
.bodyBox {
|
width: 100%;
|
justify-content: flex-start;
|
padding: unset;
|
}
|
|
.bodyModel {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
width: 100%;
|
}
|
|
.bodyRadio {
|
font-size: 21rpx;
|
width: 17%;
|
display: flex;
|
justify-content: space-between;
|
}
|
|
.bodyTitle {
|
font-size: 30rpx;
|
font-weight: 900;
|
}
|
|
.jiancha {
|
width: 100%;
|
flex-direction: column;
|
}
|
|
.form-group {
|
display: flex;
|
flex-direction: column;
|
padding: unset;
|
min-height: 50rpx;
|
justify-content: center;
|
}
|
|
.form-group-box {
|
width: 100%;
|
height: 100%;
|
justify-content: space-between;
|
display: flex;
|
}
|
|
.form-group-body {
|
width: 100%;
|
height: 100%;
|
justify-content: space-between;
|
display: flex;
|
align-items: center;
|
}
|
|
.radio-box {
|
width: 16%;
|
display: flex;
|
justify-content: space-around;
|
}
|
|
.questionTitle {
|
width: 100%;
|
justify-content: flex-start;
|
font-size: 30rpx;
|
font-weight: 900;
|
}
|
|
.questionBox {
|
width: 100%;
|
padding: unset;
|
box-sizing: border-box;
|
border: 0.5px solid #f1f1f1;
|
}
|
|
.questionArea {
|
width: 100%;
|
}
|
|
.animation-fade {
|
animation-name: fade;
|
animation-duration: 1s;
|
animation-timing-function: linear;
|
}
|
|
.cu-bar .action:first-child {
|
margin-left: 15rpx;
|
}
|
|
.main .content {
|
padding: 15rpx;
|
border-radius: 6rpx;
|
display: inline-flex;
|
max-width: 100%;
|
align-items: center;
|
font-size: 22rpx;
|
position: relative;
|
min-height: 60rpx;
|
line-height: 40rpx;
|
text-align: left;
|
}
|
|
.main .content::after {
|
content: "";
|
top: 28rpx;
|
transform: rotate(45deg);
|
position: absolute;
|
z-index: 100;
|
display: inline-block;
|
overflow: hidden;
|
width: 15rpx;
|
height: 15rpx;
|
right: -8rpx;
|
background-color: inherit;
|
}
|
|
.moreMenus {
|
position: absolute;
|
top: 75rpx;
|
right: 16rpx;
|
z-index: 100;
|
}
|
|
.Menus_item {
|
position: relative;
|
height: 50rpx;
|
text-align: center;
|
line-height: 50rpx;
|
font-size: 36rpx;
|
color: #16b5cb;
|
}
|
|
switch::before {
|
content: "否";
|
right: 0;
|
transform: scale(1, 1);
|
left: auto;
|
}
|
|
switch::after {
|
font-family: "cuIcon";
|
content: "是";
|
position: absolute;
|
color: var(--white) !important;
|
top: 0%;
|
left: 0rpx;
|
font-size: 26rpx;
|
line-height: 26px;
|
width: 50%;
|
text-align: center;
|
pointer-events: none;
|
transform: scale(0, 0);
|
transition: all 0.3s ease-in-out 0s;
|
z-index: 9;
|
bottom: 0;
|
height: 26px;
|
margin: auto;
|
|
}
|
|
/*swtich整体大小及背景色*/
|
.wx-switch-input {
|
background: #16b5cb !important;
|
border: #16b5cb !important;
|
}
|
|
checkbox::before {
|
right: 7rpx;
|
font-size: 36rpx;
|
}
|
|
.cu-modal {
|
background: rgba(0, 0, 0, 0.1);
|
}
|
|
.text-grey {
|
color: #f3f3f3;
|
}
|
|
.text-red {
|
color: #d71345;
|
}
|
|
.normalValue {
|
background-color: #f3f3f3;
|
color: #181d4b;
|
}
|
|
.worryValue {
|
background-color: #f7acbc;
|
color: #102b6a;
|
}
|
|
.booleanBox {
|
width: 60rpx;
|
height: 60rpx;
|
text-align: center;
|
padding: 5rpx;
|
font-size: 28rpx;
|
color: #ffffff;
|
line-height: 50rpx;
|
}
|
|
.booleanNoneCheck {
|
font-size: 15px;
|
color: #ffffff;
|
background: #aaaaaa;
|
border-radius: 50%;
|
width: 90%;
|
height: 90%;
|
}
|
|
.booleanSelectCheck {
|
font-size: 15px;
|
color: #ffffff;
|
background: #16b5cb;
|
border-radius: 50%;
|
width: 90%;
|
height: 90%;
|
}
|
|
.move {
|
position: absolute;
|
right: 0;
|
display: flex;
|
width: 202rpx;
|
height: 100%;
|
transform: translateX(100%);
|
}
|
|
.move-cur {
|
transform: translateX(-202rpx);
|
}
|
|
.move-show-box {
|
width: 130rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.flex_item {
|
transform: translateX(0rpx);
|
}
|
|
/* .show {
|
opacity: 1;
|
transition-duration: 0.3s;
|
-ms-transform: scale(1);
|
transform: scale(1);
|
overflow-x: hidden;
|
overflow-y: auto;
|
pointer-events: auto;
|
} */
|