18 lines
270 B
Plaintext
18 lines
270 B
Plaintext
|
|
@charset "UTF-8";
|
||
|
|
/* 主题色 */
|
||
|
|
.btn.data-v-03fcdd06 {
|
||
|
|
width: 40%;
|
||
|
|
float: right;
|
||
|
|
margin-top: 15px;
|
||
|
|
background: #37cc92 !important;
|
||
|
|
}
|
||
|
|
.edit.data-v-03fcdd06 {
|
||
|
|
top: 20%;
|
||
|
|
}
|
||
|
|
.close.data-v-03fcdd06 {
|
||
|
|
background: #fff !important;
|
||
|
|
float: left;
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
|