index.less 591 B

12345678910111213141516171819202122232425262728293031323334
  1. @import '../../../../styles/base.less';
  2. page {
  3. font-size: 30rpx;
  4. background: #f6f6f6;
  5. }
  6. .village-image-wrapper {
  7. height: 380rpx;
  8. .village-image {
  9. width: 100%;
  10. height: 376rpx;
  11. border-radius: 20rpx;
  12. }
  13. }
  14. .village-desc {
  15. .count {
  16. margin: 10rpx 0;
  17. }
  18. .vr_btn {
  19. margin-top: 10rpx;
  20. width: 140rpx;
  21. height: 70rpx;
  22. border-radius: 40rpx;
  23. text-align: center;
  24. line-height: 70rpx;
  25. background-color: #46a9a4;
  26. color: #fff;
  27. }
  28. }
  29. .village-detail {
  30. padding: 40rpx 0;
  31. }