Commit 383291362d99d50d5152945828796c9aa4d30357

Authored by wangming
1 parent bb09ac81

修改样式

pages/wyPromotion/wyPromotion.vue
... ... @@ -34,7 +34,7 @@
34 34 <!-- 明细 -->
35 35 <!-- <view class="detailed"> -->
36 36 <ul class="ul">
37   - <li class="li" v-for="(item,index) in modellist" :key="index" >
  37 + <li class="li" v-for="(item,index) in modellist" :key="index">
38 38 <view class="time textcolor">
39 39 {{item.add_time}}
40 40 </view>
... ... @@ -71,7 +71,7 @@
71 71 "Type": 0
72 72 }]
73 73 },
74   - modellist:[]
  74 + modellist: []
75 75 }
76 76 },
77 77 onLoad(item) {
... ... @@ -91,10 +91,10 @@
91 91 ShowMoneyList() {
92 92 this.API.GetMoneyList(this.moneymodel).then(res => {
93 93 console.log('提现数据', res)
94   - res.data.data.rows.forEach((item,index)=>{
95   - item.add_time=utils.formatTime(item.add_time,"yyyy-MM-dd HH:mm:ss")
  94 + res.data.data.rows.forEach((item, index) => {
  95 + item.add_time = utils.formatTime(item.add_time, "yyyy-MM-dd HH:mm:ss")
96 96 })
97   - this.modellist=res.data.data.rows
  97 + this.modellist = res.data.data.rows
98 98 })
99 99 }
100 100 },
... ... @@ -114,7 +114,6 @@
114 114 background-size: 100% 100%;
115 115 z-index: -1;
116 116 }
117   -
118 117 /* 根属性 */
119 118 .whole {
120 119 display: flex;
... ... @@ -123,25 +122,21 @@
123 122 /* background-color: #008000; */
124 123 /* justify-content: center; */
125 124 }
126   -
127 125 .withdrawableCash {
128 126 color: #FFA36E;
129 127 font-size: 21rpx !important;
130 128 /* background-color: #007AFF; */
131 129 }
132   -
133 130 .x {
134 131 font-size: 60rpx;
135 132 color: #FFA36E;
136 133 }
137   -
138 134 /* 进度球 */
139 135 .progressBall {
140 136 margin: 50rpx auto;
141 137 /* width: 276rpx; */
142 138 /* height: 276rpx; */
143 139 }
144   -
145 140 /* .uni-view{
146 141 background-color: #007AFF !important;
147 142 } */
... ... @@ -149,15 +144,16 @@
149 144 .applicationEmbodiment {
150 145 width: 214rpx;
151 146 height: 60rpx;
152   - background-color: #1f1f1f;
  147 + background-color: #f5eab3;
153 148 text-align: center;
154 149 line-height: 60rpx;
155   - color: #FFFFFF;
  150 + color: #000;
156 151 margin: 0 auto;
157 152 border-radius: 30rpx;
158   - font-size: 22rpx;
  153 + font-size: 16px;
  154 + box-shadow: 0 0 3px #f5eab3;
  155 + border: 2px solid #f5eab3;
159 156 }
160   -
161 157 /* 体现明细 */
162 158 .withdrawalDetails {
163 159 width: 100%;
... ... @@ -165,12 +161,10 @@
165 161 background-color: #1f1f1f;
166 162 text-align: center;
167 163 line-height: 84rpx;
  164 + margin-top: 20px;
168 165 color: #FFFFFF;
169   - margin: 52rpx auto;
170   - margin-bottom: 0;
171   - font-size: 22rpx;
  166 + font-size: 22px;
172 167 }
173   -
174 168 /* 时间/金额/状态 */
175 169 .end-title {
176 170 display: flex;
... ... @@ -179,11 +173,11 @@
179 173 align-items: center;
180 174 background-color: #1f1f1f;
181 175 color: #a59e7a;
182   - font-size: 21rpx;
  176 + font-size: 14px;
183 177 width: 100%;
184 178 height: 84rpx;
  179 + line-height: 84rpx;
185 180 }
186   -
187 181 /* .end-title view{
188 182 flex-grow: 1;
189 183 text-align: center;
... ... @@ -196,11 +190,10 @@
196 190 border-left: #f5eab3 2rpx solid;
197 191 /* text-align: center; */
198 192 flex: 1;
199   - height: 40rpx;
200   - /* border-bottom: 2rpx solid #f5eab3; */
  193 + height: 30px;
  194 + line-height: 30px;
201 195 color: #FFFFFF;
202 196 }
203   -
204 197 /* 状态明细 */
205 198 /* .detailed{
206 199 width: 100%;
... ... @@ -211,35 +204,34 @@
211 204 margin: 0;
212 205 padding: 0;
213 206 width: 100%;
214   - height: 50rpx;
  207 + height: 28px;
  208 + line-height: 28px;
215 209 /* background-color: #007AFF; */
216 210 /* flex-direction: column; */
217 211 /* align-items: center; */
218 212 list-style: none;
219 213 justify-content: center;
220 214 }
221   -
222 215 .li {
223 216 /* background-color: #007AFF; */
224 217 display: flex;
225 218 justify-content: space-around;
226 219 align-items: center;
227 220 font-size: 22rpx;
  221 + line-height: 28px;
  222 + border-bottom: 1px solid #808080;
228 223 /* padding-top: 5px; */
229 224 /* text-align: center; */
230 225 /* margin: 0 auto; */
231 226 }
232   -
233 227 .time {
234 228 flex: 1;
235 229 background-color: #1F1F1F;
236 230 text-align: center;
237 231 }
238   -
239 232 .textcolor {
240 233 color: #FFFFFF;
241 234 }
242   -
243 235 .textcolor-x {
244 236 color: #FDC56A;
245 237 }
... ...