wxLogin.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .content {
  13. height: 100%;
  14. }
  15. .Mask {
  16. position: fixed;
  17. top: 0;
  18. width: 100%;
  19. height: 100%;
  20. background-color: rgba(51, 51, 51, 0.7);
  21. }
  22. .Mask .Mask-box {
  23. margin: auto;
  24. margin-top: 320rpx;
  25. padding: 50rpx 30rpx;
  26. width: 90%;
  27. height: 450rpx;
  28. top: 500rpx;
  29. left: 10%;
  30. background-color: #ffffff;
  31. -webkit-border-radius: 15rpx;
  32. border-radius: 15rpx;
  33. }
  34. .Mask .Mask-box .title {
  35. text-align: center;
  36. font-size: 35rpx;
  37. font-weight: 700;
  38. }
  39. .Mask .Mask-box .text {
  40. font-size: 30rpx;
  41. color: #848484;
  42. padding-top: 50rpx;
  43. }
  44. .Mask .Mask-box .btn_box {
  45. margin: 70rpx 0 0 0;
  46. display: -webkit-box;
  47. display: -webkit-flex;
  48. display: flex;
  49. -webkit-box-align: center;
  50. -webkit-align-items: center;
  51. align-items: center;
  52. -webkit-box-pack: justify;
  53. -webkit-justify-content: space-between;
  54. justify-content: space-between;
  55. }
  56. .weixin {
  57. background: #5dbc7c;
  58. width: 40%;
  59. color: #ffffff;
  60. -webkit-border-radius: 50rpx;
  61. border-radius: 50rpx;
  62. border: none;
  63. margin: 0 20rpx;
  64. }
  65. .bg-img,
  66. .logo-img-box {
  67. position: absolute;
  68. top: 0;
  69. left: 0;
  70. width: 100%;
  71. height: 100%;
  72. }
  73. .logo-img {
  74. margin-top: 20vh;
  75. margin-left: 176rpx;
  76. width: 385rpx;
  77. height: 394rpx;
  78. }
  79. .userInfo {
  80. margin: 0 100rpx;
  81. margin-top: 50rpx;
  82. color: #ffffff;
  83. -webkit-border-radius: 99rpx;
  84. border-radius: 99rpx;
  85. background-color: #5dbc7c !important;
  86. }