|  | 
| 97 | 97 |  } | 
| 98 | 98 | 
 | 
| 99 | 99 |  .status.member { | 
| 100 |  | - background-color: rgba(224, 224, 224,0.8); | 
|  | 100 | + background-color: rgb(224, 224, 224); | 
| 101 | 101 |  color: #555; | 
| 102 | 102 |  } | 
| 103 | 103 | 
 | 
| 104 | 104 |  .status.signed-up { | 
| 105 |  | - background-color: rgba(255, 193,7,0.8); | 
|  | 105 | + background-color: rgb(255, 208,0); | 
| 106 | 106 |  color: #ffffff; | 
| 107 | 107 |  } | 
| 108 | 108 | 
 | 
| 109 | 109 |  .status.new-customer { | 
| 110 |  | - background-color: rgba(40,167,69,0.8); | 
|  | 110 | + background-color: rgb(1,187,45); | 
| 111 | 111 |  color: #ffffff; | 
| 112 | 112 |  } | 
| 113 | 113 | 
 | 
| @@ -136,51 +136,42 @@ <h2>最新动态</h2> | 
| 136 | 136 |  <tbody> | 
| 137 | 137 |  <tr> | 
| 138 | 138 |  <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" /> | 
| 143 | 140 |  <div> | 
| 144 | 141 |  <strong>王伟</strong> | 
| 145 |  | - <p>ronaldrcs@mail.com</p> | 
|  | 142 | + <p>wangwei@mail.com</p> | 
| 146 | 143 |  </div> | 
| 147 | 144 |  </td> | 
| 148 | 145 |  <td><span class="status member">会员</span></td> | 
| 149 | 146 |  <td>#74568320</td> | 
| 150 | 147 |  <td>5分钟前</td> | 
| 151 |  | - <td class="amount">$12,408.20</td> | 
|  | 148 | + <td class="amount">\12,408.20</td> | 
| 152 | 149 |  </tr> | 
| 153 | 150 |  <tr> | 
| 154 | 151 |  <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" /> | 
| 159 | 153 |  <div> | 
| 160 | 154 |  <strong>李娜</strong> | 
| 161 |  | - <p>steward.darelll@mail.com</p> | 
|  | 155 | + <p>lina@mail.com</p> | 
| 162 | 156 |  </div> | 
| 163 | 157 |  </td> | 
| 164 | 158 |  <td><span class="status signed-up">已注册</span></td> | 
| 165 | 159 |  <td>#23134855</td> | 
| 166 | 160 |  <td>10分钟前</td> | 
| 167 |  | - <td class="amount">$201.50</td> | 
|  | 161 | + <td class="amount">\201.50</td> | 
| 168 | 162 |  </tr> | 
| 169 | 163 |  <tr> | 
| 170 | 164 |  <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" /> | 
| 175 | 166 |  <div> | 
| 176 | 167 |  <strong>张强</strong> | 
| 177 |  | - <p>mckinney.jr@mail.com</p> | 
|  | 168 | + <p>zhangqiang@mail.com</p> | 
| 178 | 169 |  </div> | 
| 179 | 170 |  </td> | 
| 180 | 171 |  <td><span class="status new-customer">新客户</span></td> | 
| 181 | 172 |  <td>#54394837</td> | 
| 182 | 173 |  <td>15分钟前</td> | 
| 183 |  | - <td class="amount">$2,856.03</td> | 
|  | 174 | + <td class="amount">\2,856.03</td> | 
| 184 | 175 |  </tr> | 
| 185 | 176 |  </tbody> | 
| 186 | 177 |  </table> | 
|  | 
0 commit comments