🐛 修复评论模块样式错误的情况

pull/33/merge
ruibaby 2018-09-04 17:45:13 +08:00
parent aa3736c82f
commit 33c349bbd1
2 changed files with 63 additions and 62 deletions

File diff suppressed because one or more lines are too long

View File

@ -24,26 +24,26 @@
} }
.native-wrap { .native-wrap {
border: 1px solid #f0f0f0!important; border: 1px solid #f0f0f0;
padding: 10px!important; padding: 10px;
position: relative!important; position: relative;
margin-left: 58px!important; margin-left: 58px;
} }
input, textarea, button { input, textarea, button {
outline: none!important; outline: none;
} }
.comment-submit,.native-list-one-img,.native-list-one-footer-time,.native-list-one-footer-reback,.native-info,.native-nav,.ua,.native-message{ .comment-submit,.native-list-one-img,.native-list-one-footer-time,.native-list-one-footer-reback,.native-info,.native-nav,.ua,.native-message{
-webkit-user-select:none!important; -webkit-user-select:none;
-moz-user-select:none!important; -moz-user-select:none;
-ms-user-select:none!important; -ms-user-select:none;
user-select:none!important; user-select:none;
} }
.comment-header { .comment-header {
width: 100%!important; width: 100%;
line-height: 1.8!important; line-height: 1.8;
} }
.comment-input-who, .comment-input-email, .comment-input-website { .comment-input-who, .comment-input-email, .comment-input-website {
@ -69,15 +69,15 @@
} }
.comment-OwO{ .comment-OwO{
text-align: left!important; text-align: left;
vertical-align: middle!important; vertical-align: middle;
padding-top: 10px!important; padding-top: 10px;
} }
.comment-footer { .comment-footer {
text-align: right!important; text-align: right;
vertical-align: middle!important; vertical-align: middle;
padding-top: 10px!important; padding-top: 10px;
} }
.comment-submit { .comment-submit {
@ -91,7 +91,7 @@
color: #313131!important; color: #313131!important;
outline: none!important; outline: none!important;
line-height: normal!important; line-height: normal!important;
transition: all .3s ease-in-out!important; transition: all .3s ease-in-out;
} }
.comment-submit:hover{ .comment-submit:hover{
@ -113,6 +113,7 @@
position: relative!important; position: relative!important;
display: block!important; display: block!important;
transition: all .3s ease-in-out!important; transition: all .3s ease-in-out!important;
margin: 0 !important;
} }
.native-list .native-list-one .native-list-one-img { .native-list .native-list-one .native-list-one-img {
@ -129,79 +130,79 @@
} }
.native-list-one-img:hover{ .native-list-one-img:hover{
transform: rotate(360deg)!important; transform: rotate(360deg);
} }
.native-list .native-list-one section { .native-list .native-list-one section {
overflow: hidden!important; overflow: hidden;
padding-bottom: 1rem!important; padding-bottom: 1rem;
border-bottom: 1px dashed #f5f5f5!important; border-bottom: 1px dashed #f5f5f5;
} }
.native-list .native-list-one section .native-list-one-head { .native-list .native-list-one section .native-list-one-head {
line-height: 1.5!important; line-height: 1.5;
margin-bottom: .5rem!important; margin-bottom: .5rem;
margin-top: 0!important; margin-top: 0;
} }
.native-list-one-head-name { .native-list-one-head-name {
font-size: .875rem!important; font-size: .875rem;
font-weight: 700!important; font-weight: 700;
cursor: pointer!important; cursor: pointer;
text-decoration: none!important; text-decoration: none;
color: #555!important; color: #555;
} }
.native-list-one-head-admin{ .native-list-one-head-admin{
padding: .1em 0.2em!important; padding: .1em 0.2em;
border-radius: 2px!important; border-radius: 2px;
font-size: 70%!important; font-size: 70%;
font-weight: 700!important; font-weight: 700;
background-color: #87ceeb!important; background-color: #87ceeb;
color: #fff!important; color: #fff;
display: inline!important; display: inline;
} }
.ua { .ua {
display: inline-block; display: inline-block;
padding: .2rem .5rem!important; padding: .2rem .5rem;
background: #ededed!important; background: #ededed;
color: #b3b1b1!important; color: #b3b1b1;
font-size: .75rem!important; font-size: .75rem;
border-radius: .2rem!important; border-radius: .2rem;
margin-right: .3rem!important; margin-right: .3rem;
} }
.native-list-one-content p { .native-list-one-content p {
font-size: 14px!important; font-size: 14px;
letter-spacing: 0!important; letter-spacing: 0;
margin: 0!important; margin: 0 0 1pc;
font-weight: 400!important; font-weight: 400;
} }
.native-list-one-footer-time { .native-list-one-footer-time {
color: #b3b3b3!important; color: #b3b3b3;
font-size: .75rem!important; font-size: .75rem;
margin-right: .875rem!important; margin-right: .875rem;
} }
.native-list-one-footer-reback { .native-list-one-footer-reback {
font-size: .8125rem!important; font-size: .8125rem;
color: #ef2f11!important; color: #ef2f11;
cursor: pointer!important; cursor: pointer;
} }
.native-info{ .native-info{
padding-top: 10px!important; padding-top: 10px;
font-size: 12px!important; font-size: 12px;
color: #555!important; color: #555;
} }
.comment-avatar{ .comment-avatar{
position: relative!important; position: relative;
float: left!important; float: left;
} }
.comment-avatar img{ .comment-avatar img{
border-radius: 100%!important; border-radius: 100%;
-webkit-transition: 0.4s!important; -webkit-transition: 0.4s;
-webkit-transition: -webkit-transform 0.4s ease-out; -webkit-transition: -webkit-transform 0.4s ease-out;
transition: transform 0.4s ease-out; transition: transform 0.4s ease-out;
-moz-transition: -moz-transform 0.4s ease-out; -moz-transition: -moz-transform 0.4s ease-out;
@ -209,7 +210,7 @@
} }
.comment-avatar img:hover{ .comment-avatar img:hover{
transform: rotate(360deg)!important; transform: rotate(360deg);
} }
.native-nav{ .native-nav{