Authored by uedxwg

update

@@ -71,7 +71,13 @@ @@ -71,7 +71,13 @@
71 background: white; 71 background: white;
72 border-radius: 5px; 72 border-radius: 5px;
73 margin-top: -13px; 73 margin-top: -13px;
74 - -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5); 74 + -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  75 + &:link,
  76 + &:visited,
  77 + &:hover,
  78 + &:actived {
  79 + color: #000;
  80 + }
75 } 81 }
76 82
77 .circle-rightbottom { 83 .circle-rightbottom {
@@ -39,7 +39,7 @@ @@ -39,7 +39,7 @@
39 border: none; 39 border: none;
40 background: transparent; 40 background: transparent;
41 color: #b2b2b2; 41 color: #b2b2b2;
42 - font-size: 32rem / $pxConvertRem; 42 + font-size: 30rem / $pxConvertRem;
43 line-height: 56rem / $pxConvertRem; 43 line-height: 56rem / $pxConvertRem;
44 } 44 }
45 } 45 }