Authored by weiqingting

认证 按钮样式

'use strict';
const fs = require('fs');
let devHost = '172.16.6.159';
let devHost = 'localhost';
fs.readFile('.devhost', (err, buf)=> {
if (!err) {
... ...
... ... @@ -365,9 +365,11 @@
text-align: center;
vertical-align:middle;
display: block;
position: absolute;
right: 30px;
top: 15px;
float: right;
margin-top: 15px;
/*position: absolute;*/
/*right: 30px;*/
/*top: 15px;*/
}
}
.s-replace{
... ...