/* miniprogram/pages/earth/earth.wxss */ @import '../../miniprogram_npm/@vant/weapp/common/index.wxss'; page { height: 100%; } .map-inputtips-input{ height: 80rpx; line-height: 80rpx; width: 100%; box-sizing: border-box; font-size: 30rpx; padding: 0 10px; background-color: #fff; position: fixed; top: 0; left: 0; z-index: 1000; border-bottom:1px solid #c3c3c3; } .map-inputtips-input input{ border: 1px solid #ddd; border-radius: 5px; height: 60rpx; line-height: 60rpx; width: 100%; box-sizing: border-box; padding: 0 5px; margin-top: 10rpx; } .map-box{ margin: 0 10px; border-bottom:1px solid #c3c3c3; height: 80rpx; line-height: 80rpx; } .map-box:last-child{border: none;} .map-search-list{ position: fixed; top: 80rpx; left: 0; width: 100%; z-index: 1000; background-color: #fff; } .cover{ margin-top: 30rpx; margin-left: 30rpx; text-align:center; line-height: 50rpx; font-size: 32rpx; height: 50rpx; width: 400rpx; color: #665D5D; background-color: #fff; border:1.5rpx solid #665D5D; border-radius: 18rpx; } .cover1{ /* position: absolute; */ /* margin-top: 30rpx; margin-left: 30rpx; text-align:center; line-height: 50rpx; */ display: flex; justify-content: center; align-items: center; position: relative; font-size: 32rpx; height: 150rpx; width: 150rpx; color: #665D5D; background-color: #fff; border:1.5rpx solid #665D5D; border-radius: 18rpx; }