Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit abc6a85

Browse files
committed
Update table
1 parent 0881d58 commit abc6a85

File tree

3 files changed

+222
-281
lines changed

3 files changed

+222
-281
lines changed

‎55-beautiful-table/index.html‎

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@
9797
}
9898

9999
.status.member {
100-
background-color: rgba(224, 224, 224,0.8);
100+
background-color: rgb(224, 224, 224);
101101
color: #555;
102102
}
103103

104104
.status.signed-up {
105-
background-color: rgba(255, 193,7,0.8);
105+
background-color: rgb(255, 208,0);
106106
color: #ffffff;
107107
}
108108

109109
.status.new-customer {
110-
background-color: rgba(40,167,69,0.8);
110+
background-color: rgb(1,187,45);
111111
color: #ffffff;
112112
}
113113

@@ -136,51 +136,42 @@ <h2>最新动态</h2>
136136
<tbody>
137137
<tr>
138138
<td class="customer-info">
139-
<img
140-
src="https://via.placeholder.com/40"
141-
alt="Customer Image"
142-
/>
139+
<img src="https://placehold.co/40" alt="Customer Image" />
143140
<div>
144141
<strong>王伟</strong>
145-
<p>ronaldrcs@mail.com</p>
142+
<p>wangwei@mail.com</p>
146143
</div>
147144
</td>
148145
<td><span class="status member">会员</span></td>
149146
<td>#74568320</td>
150147
<td>5分钟前</td>
151-
<td class="amount">$12,408.20</td>
148+
<td class="amount">\12,408.20</td>
152149
</tr>
153150
<tr>
154151
<td class="customer-info">
155-
<img
156-
src="https://via.placeholder.com/40"
157-
alt="Customer Image"
158-
/>
152+
<img src="https://placehold.co/40" alt="Customer Image" />
159153
<div>
160154
<strong>李娜</strong>
161-
<p>steward.darelll@mail.com</p>
155+
<p>lina@mail.com</p>
162156
</div>
163157
</td>
164158
<td><span class="status signed-up">已注册</span></td>
165159
<td>#23134855</td>
166160
<td>10分钟前</td>
167-
<td class="amount">$201.50</td>
161+
<td class="amount">\201.50</td>
168162
</tr>
169163
<tr>
170164
<td class="customer-info">
171-
<img
172-
src="https://via.placeholder.com/40"
173-
alt="Customer Image"
174-
/>
165+
<img src="https://placehold.co/40" alt="Customer Image" />
175166
<div>
176167
<strong>张强</strong>
177-
<p>mckinney.jr@mail.com</p>
168+
<p>zhangqiang@mail.com</p>
178169
</div>
179170
</td>
180171
<td><span class="status new-customer">新客户</span></td>
181172
<td>#54394837</td>
182173
<td>15分钟前</td>
183-
<td class="amount">$2,856.03</td>
174+
<td class="amount">\2,856.03</td>
184175
</tr>
185176
</tbody>
186177
</table>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /