Authored by 郭成尧

some-css-modified

1 -@import 'order';  
2 -@import 'layout/swiper'; 1 +@import "order";
  2 +@import "layout/swiper";
1 -@import 'common/dialog';  
2 -@import './browse-record'; 1 +@import "common/dialog";
  2 +@import "./browse-record";
@@ -103,9 +103,6 @@ @@ -103,9 +103,6 @@
103 z-index: 9999; 103 z-index: 9999;
104 display: block; 104 display: block;
105 } 105 }
106 -  
107 - &.animation {  
108 - }  
109 } 106 }
110 107
111 .copyright { 108 .copyright {
@@ -204,7 +201,7 @@ @@ -204,7 +201,7 @@
204 &:link, 201 &:link,
205 &:visited, 202 &:visited,
206 &:hover, 203 &:hover,
207 - &:actived { 204 + &:active {
208 color: #000; 205 color: #000;
209 } 206 }
210 } 207 }
@@ -212,7 +209,7 @@ @@ -212,7 +209,7 @@
212 .circle-rightbottom { 209 .circle-rightbottom {
213 position: absolute; 210 position: absolute;
214 width: 25PX; 211 width: 25PX;
215 - height: 0PX; 212 + height: 0;
216 border: 0 solid #323232; 213 border: 0 solid #323232;
217 border-bottom: 25PX solid #323232; 214 border-bottom: 25PX solid #323232;
218 border-radius: 0 0 25PX; 215 border-radius: 0 0 25PX;
@@ -79,22 +79,26 @@ @@ -79,22 +79,26 @@
79 79
80 .nav-back { 80 .nav-back {
81 @extend nav; 81 @extend nav;
  82 +
82 left: 10px; 83 left: 10px;
83 } 84 }
84 85
85 .nav-home { 86 .nav-home {
86 @extend nav; 87 @extend nav;
  88 +
87 right: 10px; 89 right: 10px;
88 } 90 }
89 91
90 .nav-btn { 92 .nav-btn {
91 @extend nav; 93 @extend nav;
  94 +
92 right: 10px; 95 right: 10px;
93 font-size: 14PX; 96 font-size: 14PX;
94 } 97 }
95 98
96 .nav-sub-right { 99 .nav-sub-right {
97 @extend nav; 100 @extend nav;
  101 +
98 right: 100px; 102 right: 100px;
99 } 103 }
100 104
@@ -57,6 +57,7 @@ @@ -57,6 +57,7 @@
57 } 57 }
58 $init: calc(($i + 1) * 0.12); 58 $init: calc(($i + 1) * 0.12);
59 } 59 }
  60 +
60 display: inline-block; 61 display: inline-block;
61 margin: 4px; 62 margin: 4px;
62 width: 30px; 63 width: 30px;