/* pages/login/login.wxss */ .login_box { width: 100vw; height: 100vh; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; } .logo_img { width: 180rpx; height: 180rpx; margin-top: 40rpx; } .login_main { width: 100%; margin-top: 40rpx; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .location_label { font-size: 34rpx; font-weight: bold; margin-left: 40rpx; } .select_container { width: 100%; height: 82rpx; background-color: #fff; display: flex; justify-content: space-around; align-items: center; } .form_item { width: 100%; padding: 0 60rpx; margin-top: 30rpx; display: flex; justify-content: space-between; align-items: center; position: relative; font-size: 28rpx; color: #666666; } .value_box { width: 100%; min-height: 60rpx; display: flex; justify-content: space-between; align-items: center; border: 1rpx solid rgba(181, 181, 181, 1); border-radius: 4rpx; position: relative; color: #333333; font-size: 24rpx; } .text_box { width: 100%; margin-top: 20rpx; } .picker_box { width: 560rpx; padding: 0 30rpx 0 10rpx; font-size: 28rpx; color: #333333; display: flex; justify-content: space-between !important; align-items: center; position: relative; } .picker { width: 500rpx; margin-right: 30rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .select_img { width: 24rpx; height: 12rpx; position: absolute; right: 0rpx; top: 10rpx; } .picker_text { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .tips{ position: absolute; bottom: -40rpx; left: 40rpx; color: red; font-size: 24rpx; transform: translate(27rpx, -5rpx); display: none; } .form_item.warning .tips{ display: block; } .login_btn { margin-top: 80rpx; color: #fff; font-weight: normal; border-radius: 39rpx; background-color: #2a82e4; } .footer { margin-top: 100rpx; width: 100%; padding: 60rpx; display: flex; justify-content: center; align-items: center; } .enter_btn { width: 400rpx; height: 100rpx; border-radius: 50rpx; background-color: rgba(6, 138, 58, 0.78); color: #fff; line-height: 100rpx; text-align: center; }