sign.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .plv-mp-sign__wrap {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. z-index: 9999;
  6. width: 100%;
  7. height: 100%;
  8. background-color: rgba(0, 0, 0, 0.45);
  9. display: none;
  10. }
  11. .plv-mp-sign__success {
  12. width: 16px;
  13. height: 30px;
  14. margin: 16px auto 0;
  15. border-color: #33a4ff;
  16. border-style: solid;
  17. border-width: 0 8px 8px 0;
  18. transform: rotate(45deg);
  19. }
  20. .plv-mp-sign__container {
  21. position: fixed;
  22. bottom: 0;
  23. left: 0;
  24. width: 100%;
  25. height: 224px;
  26. background: white;
  27. border-radius: 18px 18px 0px 0px;
  28. }
  29. .plv-mp-sign__container .sign-message {
  30. display: block;
  31. margin-top: 70px;
  32. color: #2c2c2c;
  33. font-size: 18px;
  34. text-align: center;
  35. }
  36. .plv-mp-sign__container .plv-sign-container__btn {
  37. margin: 40px 24px 0;
  38. line-height: 46px;
  39. font-size: 16px;
  40. color: #fff;
  41. background-color: #2196F3;
  42. }
  43. .plv-mp-sign__container .plv-sign-container__btn:disabled {
  44. background-color: #DFDFE0;
  45. color: #999;
  46. }
  47. .plv-mp-sign__countdown {
  48. position: absolute;
  49. left: 50%;
  50. bottom: 182px;
  51. margin-left: -42px;
  52. z-index: 99;
  53. width: 84px;
  54. height: 84px;
  55. line-height: 84px;
  56. text-align: center;
  57. background: white;
  58. box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  59. border: 4px solid #33a4ff;
  60. border-radius: 84px;
  61. color: #33A4FF;
  62. font-size: 28px;
  63. }
  64. .plv-mp-sign__close__icon {
  65. position: absolute;
  66. right: 16px;
  67. top: 16px;
  68. }
  69. .sign-show {
  70. display: block;
  71. }
  72. .plv-mp-question-modal {
  73. position: absolute;
  74. top: 0;
  75. left: 0;
  76. width: 100%;
  77. height: 100%;
  78. z-index: 1000;
  79. }