hot.less 349 B

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