李志伟 3 年前
父节点
当前提交
16d02b1271
共有 2 个文件被更改,包括 1 次插入94 次删除
  1. 1
    1
      config/dev.js
  2. 0
    93
      src/shop/components/ShopKeeper/shopKeeper.less

+ 1
- 1
config/dev.js 查看文件

@@ -4,7 +4,7 @@ module.exports = {
4 4
   },
5 5
   defineConstants: {
6 6
     // HOST: '"http://192.168.89.147:8080"',
7
-    HOST: '"https://sgl-v2.njyunzhi.com"',
7
+    HOST: '"http://sgl-v2-test.njyunzhi.com"',
8 8
     OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
9 9
   },
10 10
   mini: {},

+ 0
- 93
src/shop/components/ShopKeeper/shopKeeper.less 查看文件

@@ -51,99 +51,6 @@
51 51
     }
52 52
   }
53 53
 }
54
-.storexx {
55
-  text-align: center;
56
-  height: 300px;
57
-  background: #ffffff;
58
-  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
59
-  border-radius: 24px;
60
-  padding: 20px 30px 34px 40px;
61
-
62
-  box-sizing: border-box;
63
-  .storeName {
64
-    height: 26px;
65
-    font-size: 28px;
66
-    font-weight: bold;
67
-    color: #202020;
68
-    margin-bottom: 25px;
69
-  }
70
-  .User-info-cutover {
71
-    position: absolute;
72
-    top: 60px;
73
-    right: 60px;
74
-    .User-info-cutover-image {
75
-      width: 36px;
76
-      height: 36px;
77
-    }
78
-  }
79
-  .tip {
80
-    height: 23px;
81
-    font-size: 24px;
82
-    color: #666666;
83
-    margin-bottom: 25px;
84
-  }
85
-  .sleft {
86
-    float: left;
87
-    .lword {
88
-      height: 25px;
89
-      font-size: 26px;
90
-      color: #666666;
91
-      margin-bottom: 25px;
92
-      margin-left: 1px;
93
-    }
94
-    .yearMoney {
95
-      height: 30px;
96
-      font-size: 28px;
97
-      font-weight: bold;
98
-      color: #202020;
99
-      text {
100
-        font-size: 40px;
101
-        color: #ff3434;
102
-      }
103
-      .micon {
104
-        width: 38px;
105
-        height: 22px;
106
-        margin-left: 19px;
107
-      }
108
-    }
109
-  }
110
-  .line {
111
-    width: 2px;
112
-    height: 128px;
113
-    border-right: 2px dotted #202020;
114
-    opacity: 0.5;
115
-    position: absolute;
116
-    left: calc(50% - 1px);
117
-    display: block;
118
-  }
119
-  .sright {
120
-    float: right;
121
-    text-align: left;
122
-    .rword {
123
-      font-size: 26px;
124
-      color: #666666;
125
-      margin: 0 1px 27px 0;
126
-      text-align: center;
127
-    }
128
-    .monthMoney {
129
-      height: 24px;
130
-      font-size: 28px;
131
-      font-weight: bold;
132
-      color: #202020;
133
-      line-height: 24px;
134
-      text {
135
-        font-size: 40px;
136
-        color: #ff3434;
137
-      }
138
-      .micon2 {
139
-        width: 38px;
140
-        height: 22px;
141
-        margin-left: 23px;
142
-        margin-bottom: -2px;
143
-      }
144
-    }
145
-  }
146
-}
147 54
 
148 55
 .index-tabs {
149 56
   width: 100%;