goldPrice.less 536 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* mHome/pages/goldPrice/goldPrice.wxss */
  2. .container {
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. }
  7. .title {
  8. font-size: 20px;
  9. color: #333;
  10. margin: 20px;
  11. }
  12. .table_header {
  13. border-bottom: 1px solid #f0f0f0;
  14. }
  15. .scroll-view {
  16. width: 90%;
  17. border-radius: 20px;
  18. height: 700px;
  19. }
  20. .table_header, .table_content {
  21. height: 44px;
  22. display: flex;
  23. border-bottom: 1px solid #f0f0f0;
  24. align-items: center;
  25. }
  26. .scroll-view text {
  27. font-size: 26rpx;
  28. color: #333;
  29. width: 25%;
  30. text-align: center;
  31. }