/* pages/signIn/signIn.wxss */ .container { width: 100%; min-height: 100vh; background: #fff; padding-top: 30rpx; } .van-icon { float: left; width: 48rpx; height: 48rpx; background: #666; border-radius: 50%; margin: 0 26rpx 0 0; } .van-icon:before { display: block; text-align: center; line-height: 48rpx; } .contact_info { padding: 25rpx 45rpx 0; font-size: 26rpx; color: #333; clear: both; } .contact_info text { line-height: 48rpx; display: inline-block; width: 580rpx; } map { width: 100%; height: 641rpx; margin-top: 80rpx; } .van-icon { text-align: center; } .telPhone { position: fixed; right: 10px; top: 70%; } .telPhone image { width: 110rpx; height: 110rpx; }