12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- page {
- background-color: #f6f6ff;
- }
- .park-entrace {
- padding: 133rpx 30rpx 0;
- &-box {
- background-color: #fff;
- border-radius: 15rpx;
- padding: 39rpx 41rpx;
- margin-bottom: 80rpx;
- &-item {
- margin-bottom: 16rpx;
- display: flex;
- view {
- color: #2a2a2a;
- &:first-child {
- width: 150rpx;
- }
- &:last-child {
- color: #6e6e6e;
- }
- }
- }
- }
- &-number {
- margin: 0 auto 40rpx;
- }
- &-tips {
- color: #999999;
- font-size: 28rpx;
- text-align: center;
- text {
- color: #fa3534;
- font-weight: bold;
- }
- }
- &-btn {
- margin-top: 40rpx;
- }
- &-info {
- background-color: #fff;
- border-radius: 15rpx;
- padding: 39rpx 41rpx;
- margin-bottom: 80rpx;
- font-size: 32rpx;
- color: #fa3534;
- }
- }
- .weight {
- color: #000 !important;
- font-weight: 500;
- }
|