Line 79: | Line 79: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
+ | |||
+ | ul.smallnav{ | ||
+ | position: absolute; | ||
+ | width: 25%; | ||
+ | height: auto; | ||
+ | background-color: white; | ||
+ | border: 1px solid rgb(204,204,204); | ||
+ | border-radius: 8px; | ||
+ | list-style: none; | ||
+ | padding-top: 6px; | ||
+ | padding-bottom: 6px; | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | ul.smallnav > li{ | ||
+ | font-family: 黑体; | ||
+ | font-size: 0.8em; | ||
+ | text-align: left; | ||
+ | color: rgba(0,0,0,0.7); | ||
+ | font-weight: 500; | ||
+ | } | ||
+ | |||
Revision as of 07:36, 13 July 2016