| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- .info_card {
- margin: 20rpx 0 0 0;
- }
- .info_item {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 28rpx;
- color: #333333;
- background: #ffffff;
- line-height: 120rpx;
- padding: 0 26rpx;
- border-top: 1px solid #F8F8F8;
- }
- .info_item:first-child {
- border: none;
- }
- .info_label {
- flex: none;
- font-size: 30rpx;
- width: 200rpx;
- color: #333333;
- }
- .info_input {
- flex: auto;
- display: block;
- width: 100%;
- background: none;
- border: none;
- height: 100rpx;
- font-size: 30rpx;
- }
- .cu-btn {
- flex: none;
- width: auto !important;
- }
- .phone_btm {
- width: 610rpx;
- margin: 80rpx auto auto auto;
- }
- .phone_btn1 {
- display: block;
- line-height: 88rpx;
- text-align: center;
- background-color: var(--color);
- border-radius: 10rpx;
- font-size: 34rpx;
- color: #ffffff;
- box-shadow: 0px 12rpx 18rpx 0px rgba(45, 89, 230, 0.27);
- }
- .email_con {
- text-align: center;
- padding: 106rpx 0 192rpx 0;
- }
- .email_con image {
- width: 200rpx;
- height: 200rpx;
- }
- .email_tit {
- font-size: 34rpx;
- color: #333333;
- line-height: 48rpx;
- padding: 43rpx 0 14rpx 0;
- }
- .email_txt {
- display: block;
- font-size: 28rpx;
- color: #999999;
- }
- .email_input {
- width: 622rpx;
- display: block;
- margin: 52rpx auto 14rpx auto;
- border: none;
- background-color: #ffffff;
- height: 88rpx;
- font-size: 26rpx;
- border-radius: 6rpx;
- box-sizing: border-box;
- text-align: left;
- padding: 0 26rpx;
- }
- .info_tip {
- width: 622rpx;
- margin: auto;
- font-size: 24rpx;
- color: #EF6E6E;
- text-align: left;
- }
- .getEmailCode{
- width: 622rpx;
- display: flex;
- background: #fff;
- align-items: center;
- margin: 52rpx auto 14rpx auto;
- }
- .getEmailCode > .email_input{
- margin: 0 !important;
- }
|