12345678910111213141516171819202122 |
- /* pages/hot/hot.wxss */
- .hot .container {
- background-color: #fff;
- padding: 20rpx;
- }
- .hot .container .title {
- font-weight: 600;
- text-align: center;
- }
- .hot .container .time {
- padding-bottom: 20rpx;
- text-align: center;
- color: #777;
- }
- .hot .container .content {
- text-indent: 30px;
- text-align: justify;
- }
- .hot .container .end {
- padding-top: 30rpx;
- text-align: end;
- }
|