Просмотр исходного кода

style: 微信端绑定手机号样式修复

cuiyalong 2 лет назад
Родитель
Сommit
50727b26b7

+ 2 - 1
src/jfw/modules/app/src/web/staticres/jyapp/me/css/login.css

@@ -27,7 +27,7 @@
  	padding-left: 0px;
     top: .5rem;
     position: relative;
-	z-index: 2;
+	z-index: 1;
 	background-color: transparent;
 }
 .login div.onePass {
@@ -185,6 +185,7 @@
     position: absolute;
 	right: 0px;
   font-size: .32rem;
+  z-index: 2;
 }
 .login .closeQc{
 	margin-top: -15px;

+ 2 - 2
src/web/staticres/common-module/account/css/fast-bind.css

@@ -1,8 +1,8 @@
 /* 基于fast-login对fast-bind进行补充修改 */
-.h5-body .page-type-container .submit-btn {
+body .page-type-container .submit-btn {
   margin-bottom: 30vw;
 }
-.h5-body .page-type-container .agreement {
+body .page-type-container .agreement {
   position: absolute;
   bottom: 10vw;
   left: 50%;

+ 37 - 37
src/web/staticres/common-module/account/css/fast-login.css

@@ -84,23 +84,23 @@
 
 /* 一键登录相关样式 */
 /* 此处可修改导航栏整体样式:字体大小,字体颜色,背景颜色等 */
-.h5-body .page-type-container {
+body .page-type-container {
   z-index: 99999;
 }
-.h5-body .page-type-container .dialog-subtitle,
-.h5-body .dialog-type-container .dialog-subtitle {
+body .page-type-container .dialog-subtitle,
+body .dialog-type-container .dialog-subtitle {
   color: #5F5E64;
   text-align: center;
   font-size: 0.26rem;
   line-height: 0.4rem;
 }
 /* 此处可修改logo容器的样式: 宽度 高度,圆角等 */
-.h5-body .page-type-container .logo {
+body .page-type-container .logo {
   margin-top: 0;
   margin-bottom: 4vh;
   width: 100%;
 }
-.h5-body .dialog-type-container .logo {
+body .dialog-type-container .logo {
   margin-top: 0;
   margin-bottom: 4vw;
   width: 86%;
@@ -109,44 +109,44 @@
   min-height: unset;
 }
 /* 此处修改电话号码的样式: 颜色、字体大小等 */
-.h5-body .page-type-container .number-con-wrap {
+body .page-type-container .number-con-wrap {
   flex-direction:column
 }
-.h5-body .page-type-container .number-con-label {
+body .page-type-container .number-con-label {
   color: #5F5E64;
   text-align: center;
   font-size: 0.26rem;
   line-height: 0.4rem;
 }
-.h5-body .page-type-container .number-con,
-.h5-body .dialog-type-container .number-con {
+body .page-type-container .number-con,
+body .dialog-type-container .number-con {
   color: #171826;
   font-size: 0.48rem;
   line-height: 0.96rem;
 }
-.h5-body .page-type-container .number-con {
+body .page-type-container .number-con {
   margin: 4vw 0;
 }
 /* 此处修改电话号码掩码的样式:宽度、高度、字体颜、色间距等 */
-.h5-body .page-type-container .number-con input,
-.h5-body .dialog-type-container .number-con input {
+body .page-type-container .number-con input,
+body .dialog-type-container .number-con input {
   padding: 0;
   color: inherit;
   font-size: inherit;
   border-bottom: 1px solid #5F5E64;
 }
-.h5-body .page-type-container .number-con input:focus,
-.h5-body .dialog-type-container .number-con input:focus {
+body .page-type-container .number-con input:focus,
+body .dialog-type-container .number-con input:focus {
   border-bottom: 2px solid #2ABED1;
 }
 /* 此处修改协议勾选、选中时的颜色 */
-.h5-body .page-type-container .agreement .checke-1 svg g
-.h5-body .dialog-type-container .agreement .checke-1 svg g {
+body .page-type-container .agreement .checke-1 svg g
+body .dialog-type-container .agreement .checke-1 svg g {
   fill: #2ABED1;
 }
 /* 此处修改登录按钮的样式:颜色大小背景色等 */
-.h5-body .page-type-container .submit-btn,
-.h5-body .dialog-type-container .submit-btn {
+body .page-type-container .submit-btn,
+body .dialog-type-container .submit-btn {
   margin: 10vw auto;
   margin-bottom: 20vw;
   padding: 0.18rem 0;
@@ -160,50 +160,50 @@
   border: 1px solid transparent;
   background: #2ABED1;
 }
-.h5-body .dialog-type-container .submit-btn {
+body .dialog-type-container .submit-btn {
   margin: 8vw auto 4vw;
 }
 
-.h5-body .page-type-container .submit-disabled,
-.h5-body .dialog-type-container .submit-disabled {
+body .page-type-container .submit-disabled,
+body .dialog-type-container .submit-disabled {
   background: #2ABED1;
 }
-.h5-body .page-type-container .submit-btn.submit-disabled,
-.h5-body .dialog-type-container .submit-btn.submit-disabled {
+body .page-type-container .submit-btn.submit-disabled,
+body .dialog-type-container .submit-btn.submit-disabled {
   opacity: 0.6;
 }
 /* 此处修改协议区域的样式: 字体颜色,大小等 */
-.h5-body .page-type-container .agreement {
+body .page-type-container .agreement {
   margin: 2vh 6vw 0
 }
-.h5-body .page-type-container .agreement .agree-content,
-.h5-body .dialog-type-container .agreement .agree-content {
+body .page-type-container .agreement .agree-content,
+body .dialog-type-container .agreement .agree-content {
   width: 80vw;
   margin: 0 auto;
   color: #171826;
 }
-.h5-body .dialog-type-container .agreement .agree-content {
+body .dialog-type-container .agreement .agree-content {
   width: 74vw;
 }
-.h5-body .page-type-container .agreement .checke-0,
-.h5-body .page-type-container .agreement .checke-1,
-.h5-body .dialog-type-container .agreement .checke-0,
-.h5-body .dialog-type-container .agreement .checke-1 {
+body .page-type-container .agreement .checke-0,
+body .page-type-container .agreement .checke-1,
+body .dialog-type-container .agreement .checke-0,
+body .dialog-type-container .agreement .checke-1 {
   margin-right: 6px;
 }
-.h5-body .page-type-container .agreement .checke-1 svg g,
-.h5-body .dialog-type-container .agreement .checke-1 svg g {
+body .page-type-container .agreement .checke-1 svg g,
+body .dialog-type-container .agreement .checke-1 svg g {
   fill: #2ABED1;
 }
-.h5-body .page-type-container .agreement a,
-.h5-body .dialog-type-container .agreement a {
+body .page-type-container .agreement a,
+body .dialog-type-container .agreement a {
   color: #2ABED1;
 }
-.h5-body .page-type-container .custom-view-box {
+body .page-type-container .custom-view-box {
   margin: 0 auto;
   margin-top: -27vw;
 }
-.h5-body .page-type-container .agreement .agree-content-tip {
+body .page-type-container .agreement .agree-content-tip {
   top: -7.2vh;
   left: -1.6vw;
 }