123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- .allAddress {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- }
-
- .allAddress .bottom {
- width: calc(100% - 40rpx);
- height: 200rpx;
- position: absolute;
- z-index: 999;
- background: #fff;
- bottom: 0;
- padding: 20rpx;
- }
-
- .allAddress .bottom .btn {
- width: 130rpx;
- height: 54rpx;
- background: #00B38B;
- border-radius: 32rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #fff;
- line-height: 52rpx;
- text-align: center;
- margin-top: 10rpx;
- position: absolute;
- right: 40rpx;
- bottom: 30rpx;
- z-index: 999;
- }
-
- .allAddress .bottom .title {
- font-size: 32rpx;
- font-weight: 400;
- color: #101010;
- margin-left: 10rpx;
- }
-
- .allAddress .bottom .line {
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- margin-top: 10rpx;
- margin-left: 10rpx;
- }
-
- .allAddress .map {
- width: 100%;
- height: 100%;
- }
-
- .allAddress .map .prop_bottom {
- display: flex;
- justify-content: center;
- }
-
- .allAddress .map .arr {
- width: 32rpx;
- height: 32rpx;
- bottom: 12rpx;
- position: relative;
- }
-
- .allAddress .map .proprt {
- position: relative;
- z-index: 9999;
- }
-
- .allAddress .map .detail {
- background-color: #ffffff;
- display: flex;
- flex-direction: column;
- padding: 20rpx;
- border-radius: 16rpx;
- justify-content: space-between;
- position: relative;
- z-index: 9999;
- }
-
- .allAddress .map .detail .title {
- font-size: 32rpx;
- font-weight: 400;
- color: #101010;
- }
-
- .allAddress .map .detail .line {
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- margin-top: 10rpx;
- }
-
- .allAddress .map .detail .btn {
- width: 150rpx;
- height: 48rpx;
- background: linear-gradient(270deg, #42a1df 0%, #13e6c1 100%);
- border-radius: 32rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 24rpx;
- font-weight: 500;
- color: #fff;
- margin-top: 10rpx;
- right: 40rpx;
- bottom: 5rpx;
- }
|