Commit 383291362d99d50d5152945828796c9aa4d30357

Authored by wangming
1 parent bb09ac81

修改样式

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