rows.scss 430 B

123456789101112131415161718192021222324252627
  1. .head {
  2. width: 100vw;
  3. display: flex;
  4. line-height: 60rpx;
  5. justify-content: center;
  6. text{
  7. margin: 0 20rpx;
  8. }
  9. }
  10. .item {
  11. padding: 20rpx 30rpx;
  12. width: 100vw;
  13. background-color: #fff;
  14. border-bottom: 1px solid #ddd;
  15. .title {
  16. font-size: 28rpx;
  17. font-weight: 700;
  18. margin-bottom: 10rpx;
  19. }
  20. view {
  21. font-size: 24rpx;
  22. margin-top: 6rpx;
  23. }
  24. }