dingdanliang.wxss 746 B

1234567891011121314151617181920212223242526272829303132
  1. .uni-table-tr[data-v-c2c83a8e] {
  2. margin-top: 18rpx;
  3. display: table-row;
  4. transition: all 0.3s;
  5. box-sizing: border-box;
  6. height: 103rpx;
  7. opacity: 1;
  8. background: rgba(242, 246, 250, 1);
  9. }
  10. .uni-table-th[data-v-511e81f9] {
  11. padding: 12px 10px;
  12. display: table-cell;
  13. box-sizing: border-box;
  14. font-size: 24rpx;
  15. font-weight: 500;
  16. color: rgba(0, 0, 0, 1);
  17. border-bottom: 1px #ebeef5 solid;
  18. }
  19. .uni-table-td[data-v-321f8e79] {
  20. display: table-cell;
  21. padding: 8px 10px;
  22. border-bottom: 1px #EBEEF5 solid;
  23. font-size: 24rpx;
  24. -webkit-transform: scale(0.6);
  25. transform: scale(0.6);
  26. font-weight: 500;
  27. color: rgba(0, 0, 0, 1);
  28. line-height: 23px;
  29. box-sizing: border-box;
  30. }