hot.wxss 385 B

12345678910111213141516171819202122
  1. /* pages/hot/hot.wxss */
  2. .hot .container {
  3. background-color: #fff;
  4. padding: 20rpx;
  5. }
  6. .hot .container .title {
  7. font-weight: 600;
  8. text-align: center;
  9. }
  10. .hot .container .time {
  11. padding-bottom: 20rpx;
  12. text-align: center;
  13. color: #777;
  14. }
  15. .hot .container .content {
  16. text-indent: 30px;
  17. text-align: justify;
  18. }
  19. .hot .container .end {
  20. padding-top: 30rpx;
  21. text-align: end;
  22. }