.parking-information { background-color: #F6F6FF; width: 100%; .parking-information-slider { image { width: 100%; height: 410rpx; } } .parking-information-content { padding: 35rpx 40rpx; .parking-information-content-title { display: flex; flex-direction: row; justify-content: space-between; .pict-left { .title { font-size: 34rpx; color: #3A3A3A; font-weight: 600; } .tags { display: flex; word-wrap: break-word; margin-top: 10rpx; .tag { padding: 3rpx 18rpx; border: solid 2rpx #FA6400; border-radius: 4px; color: #FA6400; margin-right: 10rpx; font-size: 18rpx; } } } .pict-right { font-size: 18rpx; color: #3A3A3A; font-weight: 400; image { width: 44rpx; height: 44rpx; } } } .parking-information-content-subtitle { font-size: 24rpx; color: #3A3A3A; margin: 13rpx 0; } .parking-information-content-time { color: #727275; font-size: 24rpx; margin-bottom: 15rpx; text { font-size: 30rpx; color: #1099FA; margin-left: 10rpx; } } .parking-information-content-cars { display: flex; justify-content: space-between; .picc-tag { width: 324rpx; height: 73rpx; line-height: 73rpx; background-color: #fff; border-radius: 5px; text-align: center; font-size: 24rpx; color: #838383; font-weight: 400; text:last-child { font-size: 36rpx; color: #525252; font-weight: 500; } } } .parking-information-content-price { text-align: center; margin: 25rpx 0 18rpx 0; font-size: 24rpx; color: #9D9D9D; font-weight: 400; text { font-size: 60rpx; color: #FA6400; font-weight: 500; } } .parking-information-conetnt-button { background-color: #008CFF; color: #fff; height: 100rpx; } .parking-information-content-rule { padding: 33rpx 0 37rpx 0; font-size: 24rpx; color: #3A3A3A; line-height: 40rpx; border-bottom: solid 2rpx #DDDDDD; } .parking-information-content-telphone { padding: 23rpx 0 33rpx 0; font-size: 24rpx; color: #3A3A3A; line-height: 45rpx; } } }