agree.wxss 406 B

1234567891011121314151617181920212223
  1. .title{
  2. display: flex;
  3. flex-direction: column;
  4. padding: 40rpx 30rpx;
  5. color: #010101;
  6. line-height: 1;
  7. }
  8. .view-list{
  9. display: flex;
  10. flex-direction: row;
  11. height: 120rpx;
  12. padding: 0 30rpx;
  13. align-items: center;
  14. background-color: #fff;
  15. color: #333333;
  16. }
  17. .view-list .list-text{
  18. display: flex;
  19. justify-content: space-between;
  20. flex: 1;
  21. padding-right: 36rpx;
  22. align-items: center;
  23. }