|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- /* pages/receiveRegister/receiveRegister.wxss */
- .showImg {
- position: relative;
- width: 750rpx;
- height: 616rpx;
- }
- .ruleBtn {
- right: 0;
- top: 180rpx;
- position: fixed;
- width: 153rpx;
- height: 46rpx;
- line-height: 46rpx;
- font-size: 24rpx;
- color: #fff;
- background-color: rgba(35, 24, 21, 0.63);
- border-top-left-radius: 20rpx;
- border-bottom-left-radius: 20rpx;
- padding-left: 20rpx;
- box-sizing: border-box;
- }
- .userMsgGroup{
- padding-top: 76rpx;
- width: 654rpx;
- padding-bottom: 59rpx;
- margin: 0 auto;
- }
- .inputSty,.codeGroup{
- width: 100%;
- height: 65rpx;
- line-height: 65rpx;
- border: 1rpx solid #b6b6b6;
- border-radius: 20rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- font-size:24rpx;
- font-family:NissanBrand;
- font-weight:400;
- color:rgba(35,33,34,1);
- margin-bottom: 15rpx;
- }
- .codeGroup{
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .codeInput{
- width: 400rpx;
- }
- .getCode{
- width: 130rpx;
- text-align: right;
- }
- .selectIcon{
- width: 25rpx;
- height: 15rpx;
- }
- .loginBtn{
- width: 652rpx;
- height: 70rpx;
- background-color: #2a558d;
- line-height: 70rpx;
- font-size:30rpx;
- font-family:PingFang;
- font-weight:400;
- color:rgba(255,255,255,1);
- text-align: center;
- border-radius: 20rpx;
- }
- .agreementGroup{
- display: flex;
- align-items: center;
- justify-content: left;
- margin-bottom: 25rpx;
- }
- .agreeIcon{
- width: 29rpx;
- height: 28rpx;
- }
- .agreementText{
- font-size:24rpx;
- line-height: 24rpx;
- font-family:PingFang;
- font-weight:300;
- color:rgba(156,157,157,1);
- margin-left: 18rpx;
- }
- .mobileGroup{
- position: relative;
- }
- .getPhoneBtn{
- position: absolute;
- left: 0;
- top: 0;
- margin: 0;
- padding: 0;
- width: 654rpx;
- height: 65rpx;
- min-height: 0;
- opacity: 0;
- z-index: 2;
- }
|