拓恒河湖长制全民护河平台WEB端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
632B

  1. /* package_C/component/table/table.wxss */
  2. .table_container {
  3. width: 100%;
  4. margin: 24rpx 0;
  5. color: rgba(51, 51, 51, 1);
  6. border: 1rpx solid #efefef;
  7. }
  8. .table_title{
  9. width: 100%;
  10. padding: 22rpx;
  11. background-color: #F5F7F9;
  12. display: flex;
  13. justify-content: space-between;
  14. align-items: center;
  15. font-size: 27rpx;
  16. font-weight: 700;
  17. }
  18. .table_data {
  19. width: 100%;
  20. color: rgba(51, 51, 51, 1);
  21. font-size: 26rpx;
  22. }
  23. .data_item {
  24. width: 100%;
  25. padding: 20rpx;
  26. display: flex;
  27. justify-content: space-between;
  28. align-items: center;
  29. }
  30. .table_item {
  31. text-align: center;
  32. }