File size: 5,814 Bytes
0e1717f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Select passengers</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
  #render-target {
    width: 1080px; height: 2400px; position: relative; overflow: hidden;
    background: #ffffff; border-radius: 0;
  }
  .appbar {
    position: absolute; top: 0; left: 0; width: 100%; height: 200px;
    background: #095a63; color: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  }
  .appbar-inner { position: absolute; bottom: 22px; left: 0; right: 0; height: 90px; display: flex; align-items: center; padding: 0 32px; }
  .appbar-title { font-size: 56px; font-weight: 500; margin-left: 24px; flex: 1; }
  .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; cursor: default; }
  .content { position: absolute; top: 200px; left: 0; right: 0; bottom: 120px; overflow: hidden; }
  .list { padding-top: 12px; }
  .row {
    display: flex; align-items: center; padding: 44px 40px; font-size: 44px; color: #333;
  }
  .row + .divider { margin: 0 40px; border-bottom: 1px solid #e9e9e9; }
  .subtitle { font-size: 36px; color: #777; margin-top: 12px; }
  .label { flex: 1; }
  .stepper {
    width: 320px; display: flex; align-items: center; justify-content: space-between;
  }
  .count { font-size: 52px; color: #616161; width: 80px; text-align: center; }
  .svg-icon { width: 64px; height: 64px; }
  .action { color: #0c5660; }
  .action.disabled { color: #bdbdbd; }
  .bottom-nav {
    position: absolute; bottom: 0; left: 0; width: 100%; height: 120px; background: #000;
  }
  .pill {
    position: absolute; left: 50%; bottom: 32px; transform: translateX(-50%);
    width: 240px; height: 12px; background: #d6d6d6; border-radius: 12px;
  }
</style>
</head>
<body>
<div id="render-target">
  <div class="appbar">
    <div class="appbar-inner">
      <div class="icon-btn">
        <svg class="svg-icon" viewBox="0 0 48 48">
          <path d="M28 10 L16 24 L28 38" fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
          <path d="M16 24 H40" fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round"/>
        </svg>
      </div>
      <div class="appbar-title">Select passengers</div>
      <div class="icon-btn">
        <svg class="svg-icon" viewBox="0 0 48 48">
          <path d="M10 26 L18 34 L38 14" fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
        </svg>
      </div>
    </div>
  </div>

  <div class="content">
    <div class="list">

      <div class="row">
        <div class="label">Adult</div>
        <div class="stepper">
          <div class="action">
            <svg class="svg-icon" viewBox="0 0 48 48">
              <path d="M12 24 H36" fill="none" stroke="currentColor" stroke-width="4" stroke-linecap="round"/>
            </svg>
          </div>
          <div class="count">3</div>
          <div class="action">
            <svg class="svg-icon" viewBox="0 0 48 48">
              <path d="M24 12 V36 M12 24 H36" fill="none" stroke="currentColor" stroke-width="4" stroke-linecap="round"/>
            </svg>
          </div>
        </div>
      </div>
      <div class="divider"></div>

      <div class="row">
        <div class="label">Child (2-15)</div>
        <div class="stepper">
          <div class="action disabled">
            <svg class="svg-icon" viewBox="0 0 48 48">
              <path d="M12 24 H36" fill="none" stroke="currentColor" stroke-width="4" stroke-linecap="round"/>
            </svg>
          </div>
          <div class="count">0</div>
          <div class="action">
            <svg class="svg-icon" viewBox="0 0 48 48">
              <path d="M24 12 V36 M12 24 H36" fill="none" stroke="currentColor" stroke-width="4" stroke-linecap="round"/>
            </svg>
          </div>
        </div>
      </div>
      <div class="divider"></div>

      <div class="row" style="padding-bottom: 36px;">
        <div class="label">
          <div>Bike</div>
          <div class="subtitle">E-bikes are not allowed on buses.</div>
        </div>
        <div class="stepper" style="align-self: center;">
          <div class="action disabled">
            <svg class="svg-icon" viewBox="0 0 48 48">
              <path d="M12 24 H36" fill="none" stroke="currentColor" stroke-width="4" stroke-linecap="round"/>
            </svg>
          </div>
          <div class="count">0</div>
          <div class="action">
            <svg class="svg-icon" viewBox="0 0 48 48">
              <path d="M24 12 V36 M12 24 H36" fill="none" stroke="currentColor" stroke-width="4" stroke-linecap="round"/>
            </svg>
          </div>
        </div>
      </div>
      <div class="divider"></div>

      <div class="row" style="padding-bottom: 36px;">
        <div class="label">
          <div>Travel in your wheelchair</div>
          <div class="subtitle">Please select passenger first</div>
        </div>
        <div class="stepper">
          <div class="action disabled">
            <svg class="svg-icon" viewBox="0 0 48 48">
              <path d="M12 24 H36" fill="none" stroke="currentColor" stroke-width="4" stroke-linecap="round"/>
            </svg>
          </div>
          <div class="count">0</div>
          <div class="action">
            <svg class="svg-icon" viewBox="0 0 48 48">
              <path d="M24 12 V36 M12 24 H36" fill="none" stroke="currentColor" stroke-width="4" stroke-linecap="round"/>
            </svg>
          </div>
        </div>
      </div>
      <div class="divider"></div>

    </div>
  </div>

  <div class="bottom-nav"><div class="pill"></div></div>
</div>
</body>
</html>