18 lines
306 B
Plaintext
18 lines
306 B
Plaintext
|
|
@charset "UTF-8";
|
||
|
|
/* 主题色 */
|
||
|
|
.btn.data-v-5e7709cd {
|
||
|
|
width: 40%;
|
||
|
|
float: right;
|
||
|
|
margin-top: 15px;
|
||
|
|
background: linear-gradient(to right, #477EFF, #39D9C9) !important;
|
||
|
|
}
|
||
|
|
.edit.data-v-5e7709cd {
|
||
|
|
top: 20%;
|
||
|
|
}
|
||
|
|
.close.data-v-5e7709cd {
|
||
|
|
background: #fff !important;
|
||
|
|
float: left;
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
|