19 lines
330 B
Plaintext
19 lines
330 B
Plaintext
/* pages/project_subDepts/index.wxss */
|
|
.module_see_info_edit {
|
|
color: #91ef4a;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.module_see_info_edit .edit_text {
|
|
padding-left: 10rpx;
|
|
}
|
|
|
|
.van-cell{
|
|
color: #89a3ee !important;
|
|
background-color: #32374c !important;
|
|
}
|
|
|
|
.van-collapse-item__content{
|
|
padding: 0;
|
|
background-color: transparent !important;
|
|
} |