123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 |
- /* pages/register/register.wxss */
- .main {
- height: 100%;
- width: 100%;
- position: relative;
- }
- .main_image {
- height: 1334rpx;
- width: 750rpx;
- margin-top: -128rpx;
- }
- .logo_view{
- margin: 10rpx 268rpx;
- }
- .login_logo1 {
- height: 213rpx;
- width: 214rpx;
- margin-top: 20rpx;
- }
- .login_logo2 {
- height: 120rpx;
- width: 184rpx;
- margin: 0rpx 15rpx;
- }
- .main .context {
- height: 100%;
- width: 100%;
- position: absolute;
- top: 0;
- left: 0;
- margin-top:20rpx;
- box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
- }
- .context_input {
- margin-top: 20rpx;
- margin-right: 39rpx;
- margin-left: 32rpx;
- margin-bottom: 20rpx;
- }
- .account_img {
- width: 30rpx;
- height: 32rpx;
- margin: 28rpx -4rpx 28rpx 30rpx;
- padding-right:30rpx;
- }
- .password_img {
- width: 26rpx;
- height: 34rpx;
- margin: 27rpx -2rpx 27rpx 32rpx;
- padding-right:32rpx;
- }
- .phone_img {
- width: 31rpx;
- height: 30rpx;
- margin: 29rpx 0rpx 29rpx 30rpx;
- padding-right:29rpx;
- }
- .email_img {
- width: 39rpx;
- height: 39rpx;
- margin: 27rpx -6rpx 26rpx 26rpx;
- padding-right:29rpx;
- }
- .carNum_img {
- width: 39rpx;
- height: 26rpx;
- margin: 25rpx -2rpx 30rpx 28rpx;
- padding-right: 25rpx;
- }
- .man_img {
- width: 28rpx;
- height: 24rpx;
- margin: 32rpx 30rpx 32rpx 0;
- }
- .input_view .line{height:43rpx;width:2rpx;background:#999999;display: inline-block;margin:20rpx 0}
- .context_input input {
- width: calc(100% - 122rpx);
- display: inline-block;
- font-size: 32rpx;
- height: 88rppx;
- line-height: 88rpx;
- min-height: 88rpx;
- padding-left: 30rpx;
- color: #434343;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- }
- .context_input .placeholder {
- color: #999999;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- }
- .input_view{
- box-shadow: 0rpx 0rpx 10rpx #dedede;
- border-radius: 10rpx;
- margin: 30rpx 0rpx;
- height: 88rpx;
- position: relative;
- }
- .errorMsg{
- height: 28rpx;
- margin: -28rpx 30rpx 0rpx 30rpx;
- font-size: 28rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: red;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .login_button {
- width: calc(100% - 270rpx);
- font-size: 32rpx;
- /* margin: 0rpx 32rpx; */
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #fff;
- text-overflow: ellipsis;
- white-space: nowrap;
- background-color: #00a8dc;
- border-radius: 40rpx;
- height: 80rpx;
- border: none;
- margin: 40rpx 135rpx 0 135rpx;
- }
- .login_button_disable{
- width: calc(100% - 270rpx);
- font-size: 32rpx;
- /* margin: 0rpx 32rpx; */
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #fff;
- text-overflow: ellipsis;
- white-space: nowrap;
- background-color: #c9c9c9;
- border-radius: 40rpx;
- height: 80rpx;
- border: none;
- margin: 40rpx 135rpx 0 135rpx;
- }
- .vcode_button {
- font-family: 'Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
- position: absolute;
- display: inline-block;
- font-size: 26rpx;
- right: 0rpx;
- margin: 20rpx 10rpx;
- border: none;
- border-radius: 10rpx;
- background: rgb(0, 170, 221);
- z-index: 9999;
- color: #FFF;
- padding: 10rpx 10rpx;
- }
- .vcode_button_disable{
- font-family: 'Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
- position: absolute;
- display: inline-block;
- font-size: 26rpx;
- right: 0rpx;
- margin: 20rpx 10rpx;
- border: none;
- border-radius: 10rpx;
- background: rgb(0, 170, 221);
- z-index: 9999;
- color: #FFF;
- padding: 10rpx 10rpx;
- background: #c9c9c9;
- }
- .login_button.button-hover {
- background-color: #36a9a6;
- }
- .phone_call_class{
- text-align: center;
- margin: 100rpx 0rpx;
- color: #c9c9c9;
- font-size: 28rpx;
- }
|