Authored by zhangxiaoru

shopname css

1 'use strict'; 1 'use strict';
2 2
3 const shopModel = require('../models/shopCollect'), 3 const shopModel = require('../models/shopCollect'),
4 - headerModel = require('../../../doraemon/models/header'), 4 + headerModel = require('../../../doraemon/models/header');
5 5
6 const crypto = global.yoho.crypto; 6 const crypto = global.yoho.crypto;
7 7
@@ -105,6 +105,8 @@ @@ -105,6 +105,8 @@
105 .giving { 105 .giving {
106 width: 170px; 106 width: 170px;
107 color: #b0b0b0; 107 color: #b0b0b0;
  108 + position: relative;
  109 + top: -10px;
108 } 110 }
109 } 111 }
110 112