54 lines
952 B
Plaintext
54 lines
952 B
Plaintext
/* pages/components/project-select/index.wxss */
|
|
|
|
.video_add {
|
|
padding: 20rpx 30rpx;
|
|
}
|
|
|
|
.video_address {
|
|
background: #30343f;
|
|
padding: 0 20rpx;
|
|
border-radius: 50rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.video_address_min {
|
|
background: url("https://szgcwx.jhncidg.com/staticFiles/img/menu/CORE_B1C818B4CF2C44FE9D96624589329EBC.png") no-repeat left/40rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
padding-left: 50rpx;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
word-break: break-all;
|
|
}
|
|
|
|
|
|
.option_list_title {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 20rpx;
|
|
color: #06d4f8;
|
|
}
|
|
|
|
.option_list_title_btn {
|
|
color: #1989fa;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.popup_style {
|
|
background: #232a44 !important;
|
|
}
|
|
|
|
.time_select_style {
|
|
background: none !important;
|
|
}
|
|
|
|
.time_active_style {
|
|
color: #ffffff !important;
|
|
}
|
|
|
|
.time_list_style {
|
|
background: none !important;
|
|
color: #546696 !important;
|
|
} |