更改

无编辑摘要
第29行: 第29行:     
  .lily-table {
 
  .lily-table {
     display:table; border:solid 2px #ff9dae; border-radius:20px;text-align:top;
+
     display:table; border:solid 2px #ff9dae; border-radius:20px;
 
   }
 
   }
   第37行: 第37行:     
  .lily-table th {
 
  .lily-table th {
     background-color:#ff9dae;width:120px;border-radius:20px;color:white;
+
     background-color:#ff9dae;width:120px;border-radius:20px;color:white;vertical-align: top;
 
   }
 
   }
    
  .lily-table td {
 
  .lily-table td {
     border-bottom: 1px solid rgba(255, 157, 174, 0.6);width:650px;
+
     border-bottom: 1px solid rgba(255, 157, 174, 0.6);width:650px;vertical-align: top;
 
   }
 
   }