Authored by weiqingting

认证 按钮样式

1 'use strict'; 1 'use strict';
2 2
3 const fs = require('fs'); 3 const fs = require('fs');
4 -let devHost = '172.16.6.159'; 4 +let devHost = 'localhost';
5 5
6 fs.readFile('.devhost', (err, buf)=> { 6 fs.readFile('.devhost', (err, buf)=> {
7 if (!err) { 7 if (!err) {
@@ -365,9 +365,11 @@ @@ -365,9 +365,11 @@
365 text-align: center; 365 text-align: center;
366 vertical-align:middle; 366 vertical-align:middle;
367 display: block; 367 display: block;
368 - position: absolute;  
369 - right: 30px;  
370 - top: 15px; 368 + float: right;
  369 + margin-top: 15px;
  370 + /*position: absolute;*/
  371 + /*right: 30px;*/
  372 + /*top: 15px;*/
371 } 373 }
372 } 374 }
373 .s-replace{ 375 .s-replace{