parkentrace.scss 880 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. page {
  2. background-color: #f6f6ff;
  3. }
  4. .park-entrace {
  5. padding: 133rpx 30rpx 0;
  6. &-box {
  7. background-color: #fff;
  8. border-radius: 15rpx;
  9. padding: 39rpx 41rpx;
  10. margin-bottom: 80rpx;
  11. &-item {
  12. margin-bottom: 16rpx;
  13. display: flex;
  14. view {
  15. color: #2a2a2a;
  16. &:first-child {
  17. width: 150rpx;
  18. }
  19. &:last-child {
  20. color: #6e6e6e;
  21. }
  22. }
  23. }
  24. }
  25. &-number {
  26. margin: 0 auto 40rpx;
  27. }
  28. &-tips {
  29. color: #999999;
  30. font-size: 28rpx;
  31. text-align: center;
  32. text {
  33. color: #fa3534;
  34. font-weight: bold;
  35. }
  36. }
  37. &-btn {
  38. margin-top: 40rpx;
  39. }
  40. &-info {
  41. background-color: #fff;
  42. border-radius: 15rpx;
  43. padding: 39rpx 41rpx;
  44. margin-bottom: 80rpx;
  45. font-size: 32rpx;
  46. color: #fa3534;
  47. }
  48. }
  49. .weight {
  50. color: #000 !important;
  51. font-weight: 500;
  52. }