index.wxss 428 B

1234567891011121314151617181920212223242526
  1. .li {
  2. display: flex;
  3. justify-content: space-between;
  4. align-items: center;
  5. padding: 20rpx;
  6. margin: 20rpx;
  7. border-bottom: 2rpx solid whitesmoke;
  8. }
  9. .li .left .top {
  10. font-size: 30rpx;
  11. font-weight: bold;
  12. }
  13. .li .left .top text {
  14. margin-right: 20rpx;
  15. }
  16. .li .left .under {
  17. font-size: 28rpx;
  18. }
  19. .li .left .under text {
  20. margin-right: 20rpx;
  21. }
  22. .li .right {
  23. font-size: 28rpx;
  24. width: 200rpx;
  25. text-align: center;
  26. }