openArea.wxss 674 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* pages/openArea/openArea.wxss */
  2. .openarea-content {
  3. width: 100%;
  4. height: 100%;
  5. padding-top: 1rpx;
  6. }
  7. .main-content {
  8. width: 690rpx;
  9. min-height: 154rpx;
  10. margin: 19rpx auto 0;
  11. border: 1px solid #e4e4e4;
  12. }
  13. .col-a {
  14. width: 100%;
  15. background-color: #FAFAFA;
  16. height: 154rpx;
  17. border-bottom: 1rpx solid #e4e4e4;
  18. }
  19. .nav-item {
  20. text-align: center;
  21. font-size: 26rpx;
  22. font-weight: bold;
  23. }
  24. .col-city {
  25. width: 145rpx;
  26. }
  27. .col-area {
  28. width: 124rpx;
  29. }
  30. .col-name {
  31. width: 166rpx;
  32. }
  33. .col-link {
  34. width: 255rpx;
  35. }
  36. .value {
  37. font-size: 26rpx;
  38. font-weight: 400;
  39. height: 154rpx;
  40. border-bottom: 1rpx solid #e4e4e4;
  41. }
  42. .value-item {
  43. text-align: center;
  44. }