/* pages/mobileVerification/mobileVerification.wxss */ image{ display: block; } view{ -webkit-overflow-scrolling: touch; } .main{ height: calc(100vh - 120rpx); overflow: auto; } .bg { position: fixed; top: 0; left: 0; width: 750rpx; height: 1353rpx; } .msgFrame{ position: absolute; left: 0; bottom: 120rpx; width: 750rpx; padding: 30rpx 20rpx; background-color: white; box-sizing: border-box; border-top-left-radius: 20rpx; border-top-right-radius: 20rpx; } .mobilepagelogo{ width: 50rpx; height: 50rpx; } .titleGroup{ display: flex; align-items: center; } .goodsName{ margin-left: 5rpx; font-size:30rpx; line-height: 30rpx; font-family:PingFangSC; font-weight:bold; color:rgba(30,27,28,1); } .goodsText{ margin-left: 24rpx; font-size:24rpx; line-height: 24rpx; font-family:PingFangSC; font-weight:400; color:rgba(30,27,28,1); } .inputFrame{ margin-top: 30rpx; } .mobileFirst{ font-size:32rpx; line-height: 32rpx; font-family:NissanBrand; font-weight:300; color:rgba(30,27,28,1); } .inputGroup{ display: flex; align-items: center; padding: 0 22rpx; box-sizing: border-box; background-color: #F0EDF1; border: 1rpx solid #DEDBDE; height: 70rpx; border-radius: 20rpx; } .mobilepagedown{ width: 21rpx; height: 11rpx; margin-left: 17rpx; margin-right: 55rpx; } .inputText{ width: 500rpx; line-height: 26rpx; font-size:26rpx; font-family:PingFangSC; font-weight:400; color:black; } .codeSty{ width:162rpx; height:50rpx; background-color: #16538E; border-radius: 20rpx; line-height: 50rpx; text-align: center; font-size:26rpx; font-family:PingFangSC; font-weight:400; color:rgba(255,255,255,1); } .submitBtn{ width:710rpx; height:71rpx; background-color: #16538E; text-align: center; line-height: 71rpx; font-size:30rpx; font-family:PingFangSC; font-weight:400; color:rgba(255,255,255,1); border-radius: 20rpx; } .agreementGroup{ display: flex; align-items: center; margin-top: 35rpx; margin-bottom: 60rpx; } .agreeIcon{ width: 29rpx; height: 28rpx; margin-right: 17rpx; } .agreementText{ line-height: 24rpx; font-size:24rpx; font-family:PingFangSC; font-weight:300; color:rgba(156,157,157,1); display: flex; align-items: center; } .getMobileBtn{ position: absolute; left: 0; top: 0; z-index: 2; opacity: 0; }