| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .container .map.data-v-1dc6e226 {
- position: relative;
- width: 100vw;
- height: 100vh;
- }
- .container .box.data-v-1dc6e226 {
- position: absolute;
- left: 30rpx;
- bottom: 30rpx;
- width: 690rpx;
- height: 387rpx;
- }
- .container .box .top.data-v-1dc6e226 {
- display: flex;
- box-sizing: border-box;
- padding: 0 30rpx;
- width: 690rpx;
- height: 123rpx;
- border-radius: 14rpx 14rpx 0 0;
- background-color: #fff;
- }
- .container .box .top .left.data-v-1dc6e226 {
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- flex: 6;
- }
- .container .box .top .left .left_title.data-v-1dc6e226 {
- font-size: 32rpx;
- }
- .container .box .top .left .left_place.data-v-1dc6e226 {
- font-size: 24rpx;
- font-weight: 200;
- color: #808080;
- }
- .container .box .top .right.data-v-1dc6e226 {
- display: flex;
- justify-content: center;
- align-items: center;
- flex: 1;
- }
- .container .box .top .right ._img.data-v-1dc6e226 {
- width: 42rpx;
- height: 42rpx;
- }
- .container .box .center.data-v-1dc6e226 {
- display: flex;
- box-sizing: border-box;
- padding: 0 30rpx;
- width: 690rpx;
- height: 122rpx;
- line-height: 122rpx;
- background-color: #fff;
- }
- .container .box .center .center_left.data-v-1dc6e226 {
- flex: 6;
- font-size: 32rpx;
- }
- .container .box .center .center_right.data-v-1dc6e226 {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .container .box .center .center_right ._img.data-v-1dc6e226 {
- width: 49rpx;
- height: 39rpx;
- }
- .container .box .bottom.data-v-1dc6e226 {
- display: flex;
- justify-content: center;
- align-items: center;
- box-sizing: border-box;
- padding: 0 30rpx;
- width: 690rpx;
- height: 140rpx;
- border-radius: 0 0 14rpx 14rpx;
- background-color: #fff;
- }
- .container .box .bottom .button.data-v-1dc6e226 {
- width: 630rpx;
- height: 80rpx;
- line-height: 80rpx;
- border-radius: 16rpx;
- text-align: center;
- font-size: 32rpx;
- color: #fff;
- background: linear-gradient(180deg, #00ACFC 0%, #0082FC 100%);
- }
|