message.wxss 180 B

12345678910111213
  1. /* pages/message/message.wxss */
  2. .left-icon{
  3. width: 12px;
  4. height: 12px;
  5. margin-right: 12px;
  6. }
  7. .bottom{
  8. font-size: 12px;
  9. text-align: center;
  10. color: rgba(128, 128, 128, 1);
  11. }