123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- .container {
- height: calc(100vh - 88rpx);
- .penny-parking {
- height: 100%;
- background-color: #b3ddff;
- padding-top: 39rpx;
- .penny-parking-icon {
- width: calc(100% - 56rpx);
- height: 141rpx;
- margin: 0 auto;
- background-image: url('/static/img/penny-parking-icon.png');
- background-position: center center;
- background-size: 100% 100%;
- }
- .penny-parking-content {
- width: 100%;
- background-image: url('/static/img/penny-parking-bg.png');
- background-position: center 40px;
- background-repeat: no-repeat;
- view {
- &:nth-child(1) {
- color: #4e4e4e;
- font-size: 28rpx;
- font-weight: 300;
- text-align: center;
- }
- &:nth-child(2) {
- margin-top: 400rpx;
- color: #1a517e;
- font-weight: 400;
- font-size: 26rpx;
- line-height: 52rpx;
- padding: 0 39rpx;
- }
- &:nth-child(3) {
- margin-top: 60rpx;
- color: #1a517e;
- font-weight: 400;
- font-size: 26rpx;
- line-height: 52rpx;
- padding: 0 39rpx;
- }
- button {
- width: calc(100% - 56rpx);
- height: 96rpx;
- line-height: 96rpx;
- background-color: #008cff;
- color: #fff;
- margin-top: 80rpx;
- border-radius: 10rpx;
- font-size: 28rpx;
- font-weight: 500;
- border: none;
- }
- }
- }
- }
- .eighty-percent-of-parking {
- height: 100%;
- background-color: #ffecec;
- padding-top: 39rpx;
- .penny-parking-icon {
- width: calc(100% - 84rpx);
- height: 141rpx;
- margin: 0 auto;
- background-image: url('/static/img/eighty-percent-parking-icon.png');
- background-position: center center;
- background-size: 100% 100%;
- }
- .penny-parking-content {
- width: 100%;
- background-image: url('/static/img/eighty-percent-parking-bg.png');
- background-size: 554rpx 551rpx;
- background-position: top;
- background-repeat: no-repeat;
- view {
- &:nth-child(1) {
- color: #4f4f4f;
- font-size: 30rpx;
- font-weight: 300;
- text-align: center;
- }
- &:nth-child(2) {
- margin-top: 500rpx;
- color: #946969;
- font-weight: 400;
- font-size: 26rpx;
- line-height: 52rpx;
- padding: 0 39rpx;
- }
- &:nth-child(3) {
- margin-top: 60rpx;
- color: #946969;
- font-weight: 400;
- font-size: 26rpx;
- line-height: 52rpx;
- padding: 0 39rpx;
- }
- button {
- width: calc(100% - 56rpx);
- height: 96rpx;
- line-height: 96rpx;
- background-color: #ffbaba;
- background: linear-gradient(#ffa9a9, #ff8c8c);
- color: #fff;
- margin-top: 60rpx;
- border-radius: 10rpx;
- font-size: 28rpx;
- font-weight: 500;
- border: none;
- }
- }
- }
- }
- }
|