jiangping
2024-07-29 d9a89d83c2048a964f16ca179feb2b7f21b9d33a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.banner {
  width: 100%;
  position: relative;
}
 
.main_content {
  width: 670rpx;
  position: relative;
  top: -120rpx;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(0, 0, 0, 0.14);
  border-radius: 8rpx;
  padding: 40rpx;
 
  .btn {
    width: 590rpx;
    height: 88rpx;
    background: #B08771;
    border-radius: 8rpx;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 30rpx;
    color: #FFFFFF;
  }
 
  .line {
    display: flex;
    align-items: center;
    width: 590rpx;
    height: 100rpx;
    background: #F6F6F6;
    border-radius: 8rpx;
    padding: 0 32rpx;
    margin-bottom: 40rpx;
    .city_picler{
      flex: 1;
      padding-left: 30rpx;
      .placeholder9{
        color: #c8c9cc;
      }
    }
    .icon {
      width: 40rpx;
    }
    .city{
      flex: 1;
      margin-left: 32rpx;
    }
    .input {
      flex: 1;
    }
 
    .van-field__control {
      background: #F6F6F6 !important;
    }
  }
 
  .title {
    font-weight: 600;
    font-size: 32rpx;
    color: #222222;
    line-height: 44rpx;
    margin-bottom: 34rpx;
    text-align: center;
  }
}
.area-list  {
  .van-picker__confirm{
    color: #B08771;
  }
}