Authored by Lynnic

修改无咨询数据时的页面样式

@@ -261,7 +261,13 @@ @@ -261,7 +261,13 @@
261 height: pxToRem(200px); 261 height: pxToRem(200px);
262 line-height: pxToRem(200px); 262 line-height: pxToRem(200px);
263 color: #e0e0e0; 263 color: #e0e0e0;
  264 + font-size: 20px;
264 text-align: center; 265 text-align: center;
  266 + span{
  267 + display: inline-block;
  268 + font-size: 20px;
  269 + padding-right: 5px;
  270 + }
265 } 271 }
266 } 272 }
267 } 273 }
@@ -33,11 +33,8 @@ $basicBtnC:#eb0313; @@ -33,11 +33,8 @@ $basicBtnC:#eb0313;
33 line-height: pxToRem(36px); 33 line-height: pxToRem(36px);
34 &.table { 34 &.table {
35 width: 100%; 35 width: 100%;
36 - // .row {  
37 - // display: table-row;  
38 .column { 36 .column {
39 box-sizing: border-box; 37 box-sizing: border-box;
40 - display: table-cell;  
41 padding: pxToRem(20px) pxToRem(12px); 38 padding: pxToRem(20px) pxToRem(12px);
42 width: 50%; 39 width: 50%;
43 border-bottom: 1px solid #fff; 40 border-bottom: 1px solid #fff;
@@ -45,9 +42,6 @@ $basicBtnC:#eb0313; @@ -45,9 +42,6 @@ $basicBtnC:#eb0313;
45 font-size: pxToRem(24px); 42 font-size: pxToRem(24px);
46 background-color: $tableCellC; 43 background-color: $tableCellC;
47 float: left; 44 float: left;
48 - // &:nth-child(even) {  
49 - // border-right: none;  
50 - // }  
51 } 45 }
52 } 46 }
53 } 47 }
@@ -89,7 +83,6 @@ $basicBtnC:#eb0313; @@ -89,7 +83,6 @@ $basicBtnC:#eb0313;
89 left: pxToRem(108px); 83 left: pxToRem(108px);
90 top: pxToRem(40px); 84 top: pxToRem(40px);
91 height: pxToRem(35px); 85 height: pxToRem(35px);
92 - // width: pxToRem(70px);  
93 color: #fff; 86 color: #fff;
94 font-size: pxToRem(20px); 87 font-size: pxToRem(20px);
95 line-height: pxToRem(35px); 88 line-height: pxToRem(35px);
@@ -169,14 +162,12 @@ $basicBtnC:#eb0313; @@ -169,14 +162,12 @@ $basicBtnC:#eb0313;
169 min-height: pxToRem(600px); 162 min-height: pxToRem(600px);
170 min-width: pxToRem(448px); 163 min-width: pxToRem(448px);
171 margin: pxToRem(30px) pxToRem(96px); 164 margin: pxToRem(30px) pxToRem(96px);
172 - // position: relative;  
173 overflow: hidden; 165 overflow: hidden;
174 ul { 166 ul {
175 position: relative; 167 position: relative;
176 height: 100%; 168 height: 100%;
177 li { 169 li {
178 float: left; 170 float: left;
179 - // height: 100%;  
180 } 171 }
181 } 172 }
182 } 173 }