公司小程序
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.

123 lines
2.4 KiB

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.main.data-v-ca618090 {
width: 750rpx;
height: 512rpx;
background: #FFFFFF;
border: 1rpx solid #E2E2E2;
opacity: 1;
border-radius: 20rpx;
position: relative;
}
.top.data-v-ca618090 {
position: absolute;
height: 94rpx;
width: 100%;
top: 0;
}
.button_box_left.data-v-ca618090 {
position: absolute;
left: 10rpx;
width: 100rpx;
height: 94rpx;
top: 0;
}
.button_box_right.data-v-ca618090 {
position: absolute;
right: 10rpx;
width: 100rpx;
height: 94rpx;
top: 0;
}
.cancel_text.data-v-ca618090 {
width: 64rpx;
height: 45rpx;
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 400;
color: #666666;
opacity: 1;
position: absolute;
top: 25rpx;
left: 24rpx;
}
.ok_text.data-v-ca618090 {
width: 64rpx;
height: 45rpx;
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 400;
color: #41CF41;
opacity: 1;
position: absolute;
top: 25rpx;
right: 24rpx;
}
.duoxuan_text.data-v-ca618090 {
width: 112rpx;
height: 40rpx;
font-size: 28rpx;
font-weight: 400;
color: #999999;
opacity: 1;
position: relative;
left: 24rpx;
top: 30rpx;
}
.unselected_box.data-v-ca618090 {
width: 180rpx;
height: 70rpx;
background: #FFFFFF;
border: 1rpx solid #E2E2E2;
opacity: 1;
border-radius: 10rpx;
position: absolute;
top: 5rpx;
align-items: center;
text-align: center;
}
.out_box.data-v-ca618090 {
width: 234rpx;
height: 80rpx;
position: relative;
align-items: center;
}
.selected_box.data-v-ca618090 {
width: 180rpx;
height: 70rpx;
background: #FFFFFF;
border: 1rpx solid #D49B4B;
opacity: 1;
border-radius: 10rpx;
position: absolute;
top: 5rpx;
align-items: center;
text-align: center;
}
.selected_text.data-v-ca618090 {
height: 70rpx;
font-size: 28rpx;
font-weight: 400;
color: #D49B4B;
opacity: 1;
position: absolute;
vertical-align: middle;
line-height: 70rpx;
display: inline-block;
}
.unselected_text.data-v-ca618090 {
height: 70rpx;
font-size: 28rpx;
font-weight: 400;
color: #999999;
opacity: 1;
position: absolute;
vertical-align: middle;
line-height: 70rpx;
display: inline-block;
}