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