This commit is contained in:
gongfuxiang 2018-09-15 16:39:09 +08:00
parent 56806321f3
commit 0b7ec77e50
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.category-list ul { overflow: hidden; border-bottom: 1px dotted #dedede; margin-bottom: 20px; }
.category-list ul:last-child { border-bottom: 0; margin-bottom: 0; }
.category-list .title { font-weight: 500; font-size: 14px; color: #666; }
.category-list .title a { font-weight: 500; font-size: 14px; color: #666; }
.category-list ul li { margin-right: 10px; line-height: 38px; }
.category-list ul li a { color: #787878; border-left: 1px solid #dedede; padding-left: 10px; font-size: 12px; }
.category-list ul li a.first { border-left: 0; padding-left: 0; }

View File

@ -523,6 +523,11 @@ background:url(../Images/ibar_sprites.png) no-repeat;background-position:0px -23
* 图片验证码
*/
#verify-img-value { margin-bottom: 10px; }
/**
* 公共登录窗口
*/
.common-login-modal { height: 350px; top: calc(100% - 350px);}
}