wxLogin.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .content {
  13. height: 100%;
  14. background-color: #fff;
  15. }
  16. .bg-img,
  17. .logo-img-box {
  18. position: absolute;
  19. top: 0;
  20. left: 0;
  21. width: 100%;
  22. height: 100%;
  23. }
  24. .logo-img {
  25. margin-top: 20vh;
  26. margin-left: 176rpx;
  27. width: 385rpx;
  28. height: 394rpx;
  29. }
  30. .userInfo {
  31. margin: 0 100rpx;
  32. margin-top: 50rpx;
  33. color: #ffffff;
  34. border-radius: 99rpx;
  35. background-color: #24a17d !important;
  36. }
  37. .nocaction {
  38. background-color: #999;
  39. }
  40. .popupsq-wrap {
  41. width: 550rpx;
  42. height: 450rpx;
  43. background-color: #fff;
  44. border-radius: 20rpx;
  45. padding: 0 30rpx;
  46. }
  47. .popupsq-wrap .btn {
  48. width: 240rpx;
  49. height: 90rpx;
  50. text-align: center;
  51. line-height: 90rpx;
  52. font-size: 30rpx;
  53. border-radius: 45rpx;
  54. font-weight: bold;
  55. }
  56. .popupsq-wrap .qx {
  57. color: #000;
  58. border: #f0f0f0 1px solid;
  59. }
  60. .popupsq-wrap .qr {
  61. color: #fff;
  62. background-color: #24a17d;
  63. }