123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* 企业微信号基础样式 */
- body {
- font-size: 1em;
- color: #444;
- }
- th.active {
- color: #fff;
- }
- th.active .arrow {
- opacity: 1;
- }
- #main {
- width: 96%;
- margin: auto;
- }
- #grid {
- width:100%;
- margin: 2% auto 0 auto;
- }
- .layoutbox {
- margin:2% auto 0 auto;
- width: 96%;
- }
- .am-popup {
- font-size: 1.6em;
- }
- /*.arrow {
- display: inline-block;
- vertical-align: middle;
- width: 0;
- height: 0;
- margin-left: 5px;
- opacity: 0.66;
- }
- .arrow.asc {
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-bottom: 4px solid #fff;
- }
- .arrow.dsc {
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #fff;
- }
- .display-none {
- display:none;
- }*/
|