|
|
@@ -180,7 +180,7 @@
|
|
|
color: #1b71c9;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
- .content-setting .form-group .project .button a{
|
|
|
+ .content-setting .form-group .project .button button{
|
|
|
display: inline-block ;
|
|
|
width: 140px;
|
|
|
height: 34px;
|
|
|
@@ -189,12 +189,14 @@
|
|
|
font-size: 16px;
|
|
|
font-family: 'SimHei'!important;
|
|
|
border-radius: 3px;
|
|
|
+ outline: none;
|
|
|
+ border: none;
|
|
|
}
|
|
|
- .content-setting .form-group .project .button a.launch {
|
|
|
+ .content-setting .form-group .project .button button.launch {
|
|
|
color: #fff;
|
|
|
background: #3c8dbc;
|
|
|
}
|
|
|
- .content-setting .form-group .project .button a.draft {
|
|
|
+ .content-setting .form-group .project .button button.draft {
|
|
|
margin: 0 30px 0 26px;
|
|
|
color: #787878;
|
|
|
background: #fff;
|