File size: 6,637 Bytes
67530d2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<html>
<head>
<meta charset="utf-8">
<title>Mockup - eBay Help & Contact</title>
<style>
  body { margin:0; padding:0; background:transparent; }
  #render-target {
    width:1080px; height:2400px;
    position:relative; overflow:hidden;
    background:#ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color:#111;
  }

  /* Status bar */
  .status-bar {
    height:72px;
    padding:0 36px;
    display:flex; align-items:center; justify-content:space-between;
    color:#222;
    font-size:34px; font-weight:600;
  }
  .status-right { display:flex; align-items:center; gap:22px; }
  .icon { width:34px; height:34px; }
  .wifi svg, .battery svg { width:40px; height:28px; }
  .dot {
    width:18px; height:18px; border-radius:50%; background:#9e9e9e; display:inline-block; margin-left:12px;
  }

  /* App bar */
  .app-bar {
    height:110px;
    display:flex; align-items:center;
    padding:0 32px;
    border-bottom:1px solid #eee;
  }
  .icon-btn {
    width:76px; height:76px;
    border:none; background:#f5f5f7; border-radius:38px;
    display:flex; align-items:center; justify-content:center;
    margin-right:18px;
  }
  .icon-btn svg { width:32px; height:32px; }
  .title {
    font-size:60px; font-weight:700; letter-spacing:0.2px;
  }

  /* Search */
  .search-wrap { padding:24px 32px; }
  .search-bar {
    height:96px; border-radius:48px;
    background:#f2f4f7; border:1px solid #e6e8eb;
    display:flex; align-items:center;
    padding:0 30px; color:#777;
    font-size:36px;
  }
  .search-bar svg { width:40px; height:40px; margin-right:18px; }

  /* Content */
  .content { padding:8px 40px 160px; line-height:1.5; }
  .bullet {
    display:flex; gap:18px; margin-top:24px; font-size:37px; color:#333;
  }
  .bullet .dot-b {
    width:14px; height:14px; background:#222; border-radius:50%; margin-top:20px;
  }
  a.link { color:#1a73e8; text-decoration:none; }

  h2.section-title {
    margin-top:64px; font-size:46px; font-weight:800; color:#111;
  }
  .paragraph {
    margin-top:16px; font-size:36px; color:#333;
  }

  .primary-btn {
    margin:36px 0;
    width:100%; max-width:960px;
    height:110px; border-radius:60px;
    background:#1565ff; color:#fff;
    display:flex; align-items:center; justify-content:center;
    font-size:42px; font-weight:700;
    box-shadow: 0 6px 12px rgba(21,101,255,0.25);
  }

  .expander {
    display:flex; align-items:center; gap:22px;
    height:auto; padding:26px 0;
    border-top:1px solid #eee;
    font-size:40px; color:#111;
  }
  .plus {
    width:56px; height:56px; border-radius:28px;
    border:2px solid #1a73e8; color:#1a73e8;
    display:flex; align-items:center; justify-content:center; font-weight:700;
  }

  .sub-section-title {
    margin-top:54px; font-size:44px; font-weight:800;
  }

  /* Floating chat */
  .chat-fab {
    position:absolute; right:36px; bottom:230px;
    width:160px; height:160px; border-radius:80px;
    background:#1a73e8; box-shadow:0 12px 24px rgba(0,0,0,0.25);
    display:flex; align-items:center; justify-content:center;
  }
  .chat-fab svg { width:76px; height:76px; fill:#fff; }

  /* Gesture bar */
  .gesture {
    position:absolute; bottom:40px; left:50%; transform:translateX(-50%);
    width:360px; height:12px; border-radius:8px; background:#cfcfcf;
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status Bar -->
  <div class="status-bar">
    <div class="status-left">10:50<span class="dot"></span></div>
    <div class="status-right">
      <div class="wifi">
        <svg viewBox="0 0 24 24">
          <path d="M3 8c9-6 18 0 18 0" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
          <path d="M6 12c6-4 12 0 12 0" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
          <circle cx="12" cy="16" r="2" fill="#333"/>
        </svg>
      </div>
      <div class="battery">
        <svg viewBox="0 0 32 20">
          <rect x="2" y="4" width="26" height="12" rx="3" ry="3" stroke="#333" stroke-width="2" fill="none"/>
          <rect x="4" y="6" width="18" height="8" fill="#333"/>
          <rect x="28" y="7" width="3" height="6" rx="1" fill="#333"/>
        </svg>
      </div>
    </div>
  </div>

  <!-- App Bar -->
  <div class="app-bar">
    <button class="icon-btn" aria-label="Close">
      <svg viewBox="0 0 24 24">
        <path d="M5 5 L19 19 M19 5 L5 19" stroke="#333" stroke-width="2" stroke-linecap="round"/>
      </svg>
    </button>
    <div class="title">Help &amp; Contact</div>
  </div>

  <!-- Search -->
  <div class="search-wrap">
    <div class="search-bar">
      <svg viewBox="0 0 24 24">
        <circle cx="11" cy="11" r="7" stroke="#999" stroke-width="2" fill="none"/>
        <path d="M20 20 L16 16" stroke="#999" stroke-width="2" stroke-linecap="round"/>
      </svg>
      <span>Search eBay Help...</span>
    </div>
  </div>

  <!-- Content -->
  <div class="content">
    <div class="bullet">
      <div class="dot-b"></div>
      <div>
        If the item doesn't match the listing description, or if it is faulty or arrived
        damaged, you may be eligible for <a href="#" class="link">eBay Money Back Guarantee</a>.
        This means that you can return it even if the seller's returns policy says they don't accept returns
      </div>
    </div>

    <h2 class="section-title">Open a return request</h2>
    <div class="paragraph">
      To request a return, select the item you want to send back from your recent purchases above, or
      use the button below. You can also start a return request from your <b>Purchases</b> in My eBay.
    </div>

    <div class="primary-btn">Start a return</div>

    <div class="expander">
      <div class="plus">+</div>
      <div>How to request a return through My eBay</div>
    </div>
    <div class="expander">
      <div class="plus">+</div>
      <div>How to return multiple items</div>
    </div>

    <div class="sub-section-title">How the seller may respond to your request</div>
    <div class="paragraph">
      The seller has 3 business days to get back to you. How they can respond depends on the reason for your return:
    </div>
  </div>

  <!-- Floating chat button -->
  <div class="chat-fab" aria-label="Help">
    <svg viewBox="0 0 24 24">
      <path d="M12 3c5 0 9 3.5 9 7.8S17 19 12 19c-1.1 0-2.1-.2-3-.5L5 21l1.3-3.3C5.5 16.4 4 14.4 4 10.8 4 6.5 7 3 12 3z" fill="#fff" opacity="0.2"/>
      <text x="11.5" y="16" text-anchor="middle" font-size="14" font-weight="700" fill="#fff">?</text>
    </svg>
  </div>

  <!-- Gesture bar -->
  <div class="gesture"></div>
</div>
</body>
</html>