wxLogin.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. border-radius: 15rpx;
  32. }
  33. .Mask .Mask-box .title {
  34. text-align: center;
  35. font-size: 35rpx;
  36. font-weight: 700;
  37. }
  38. .Mask .Mask-box .text {
  39. font-size: 30rpx;
  40. color: #848484;
  41. padding-top: 50rpx;
  42. }
  43. .Mask .Mask-box .btn_box {
  44. margin: 70rpx 0 0 0;
  45. display: flex;
  46. align-items: center;
  47. justify-content: space-between;
  48. }
  49. .weixin {
  50. background: #5dbc7c;
  51. width: 40%;
  52. color: #ffffff;
  53. border-radius: 50rpx;
  54. border: none;
  55. margin: 0 20rpx;
  56. }
  57. .bg-img,
  58. .logo-img-box {
  59. position: absolute;
  60. top: 0;
  61. left: 0;
  62. width: 100%;
  63. height: 100%;
  64. }
  65. .logo-img {
  66. margin-top: 20vh;
  67. margin-left: 176rpx;
  68. width: 385rpx;
  69. height: 394rpx;
  70. }
  71. .userInfo {
  72. margin: 0 100rpx;
  73. margin-top: 50rpx;
  74. color: #ffffff;
  75. border-radius: 99rpx;
  76. background-color: #5dbc7c !important;
  77. }