1234567891011121314151617181920212223242526272829 |
- .header .address {
- margin-left: 5px;
- margin-top: 30px;
- position: relative;
- }
- .header .address span {
- line-height: normal;
- color: #f03;
- font-size: 14px;
- margin-right: 5px;
- }
- .header .address i {
- margin-left: 5px;
- font-size: 12px;
- color: #e6e6e6;
- }
- .body {
- padding-top: 0px;
- transform: translateY(-10px);
- }
- .body .ke {
- margin-top: 10px;
- }
- .body .ke .my-list {
- display: none;
- }
- .body .ke .active {
- display: block;
- }
|