mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-02 03:48:47 +08:00
yh
This commit is contained in:
parent
56806321f3
commit
0b7ec77e50
@ -1,6 +1,6 @@
|
|||||||
.category-list ul { overflow: hidden; border-bottom: 1px dotted #dedede; margin-bottom: 20px; }
|
.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 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 { 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 { 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; }
|
.category-list ul li a.first { border-left: 0; padding-left: 0; }
|
||||||
|
@ -523,6 +523,11 @@ background:url(../Images/ibar_sprites.png) no-repeat;background-position:0px -23
|
|||||||
* 图片验证码
|
* 图片验证码
|
||||||
*/
|
*/
|
||||||
#verify-img-value { margin-bottom: 10px; }
|
#verify-img-value { margin-bottom: 10px; }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 公共登录窗口
|
||||||
|
*/
|
||||||
|
.common-login-modal { height: 350px; top: calc(100% - 350px);}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user