|
@@ -263,7 +263,7 @@ export default {
|
263
|
263
|
<style lang="scss" scoped>
|
264
|
264
|
.context {
|
265
|
265
|
width: 100%;
|
266
|
|
- background-color: rgba(209, 220, 228, 1);
|
|
266
|
+ // background-color: rgba(209, 220, 228, 1);
|
267
|
267
|
display: flex;
|
268
|
268
|
flex-direction: column;
|
269
|
269
|
justify-content: center;
|
|
@@ -300,7 +300,7 @@ export default {
|
300
|
300
|
font-family: PingFangSC-Regular;
|
301
|
301
|
font-weight: bold;
|
302
|
302
|
line-height: 0.22rem;
|
303
|
|
- width: 5rem;
|
|
303
|
+ width: 3rem;
|
304
|
304
|
text-indent: 0.14rem;
|
305
|
305
|
}
|
306
|
306
|
input::-webkit-input-placeholder {
|
|
@@ -344,7 +344,7 @@ export default {
|
344
|
344
|
font-family: PingFangSC-Regular;
|
345
|
345
|
font-weight: bold;
|
346
|
346
|
line-height: 0.22rem;
|
347
|
|
- width: 5rem;
|
|
347
|
+ width: 3rem;
|
348
|
348
|
text-indent: 0.14rem;
|
349
|
349
|
}
|
350
|
350
|
input::-webkit-input-placeholder {
|
|
@@ -388,7 +388,7 @@ export default {
|
388
|
388
|
font-family: PingFangSC-Regular;
|
389
|
389
|
font-weight: bold;
|
390
|
390
|
line-height: 0.22rem;
|
391
|
|
- width: 5rem;
|
|
391
|
+ width: 3rem;
|
392
|
392
|
text-indent: 0.1rem;
|
393
|
393
|
}
|
394
|
394
|
input::-webkit-input-placeholder {
|
|
@@ -433,7 +433,7 @@ export default {
|
433
|
433
|
font-family: PingFangSC-Regular;
|
434
|
434
|
font-weight: bold;
|
435
|
435
|
line-height: 0.22rem;
|
436
|
|
- width: 5rem;
|
|
436
|
+ width: 3rem;
|
437
|
437
|
text-indent: 0.1rem;
|
438
|
438
|
}
|
439
|
439
|
input::-webkit-input-placeholder {
|