You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

view-sign.wxss 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .modal-content-area {
  2. z-index: 5;
  3. width: 100%;
  4. height: 100%;
  5. background: #F5F7FB;
  6. position: fixed;
  7. }
  8. .modal-content {
  9. width: 100%;
  10. height: 100%;
  11. background: #ffffff;
  12. }
  13. .modal-canvas {
  14. width: 100vw;
  15. height: 83vh;
  16. background: #F5F7FB !important;
  17. border: 1rpx solid rgba(0, 0, 0, 0.08);
  18. border-radius: 4rpx;
  19. z-index: 1;
  20. }
  21. .modal-bottom {
  22. position: absolute;
  23. bottom: 15rpx;
  24. display: flex;
  25. align-items: center;
  26. justify-content: space-between;
  27. z-index: 100;
  28. width: 100vw;
  29. box-sizing: border-box;
  30. padding: 0 32rpx;
  31. }
  32. .modal-btn {
  33. display: flex;
  34. align-items: center;
  35. justify-content: center;
  36. box-sizing: border-box;
  37. width: 85rpx;
  38. height: 30rpx;
  39. background: rgba(103, 149, 255, 0.2);
  40. }
  41. .modal-clear {
  42. font-size: 13rpx;
  43. font-family: PingFangSC-Regular, PingFang SC;
  44. font-weight: 400;
  45. color: #3670F5;
  46. margin-right: 12rpx;
  47. }
  48. .modal-confirm {
  49. background: #3670F5;
  50. font-size: 13rpx;
  51. font-family: PingFangSC-Regular, PingFang SC;
  52. font-weight: 400;
  53. color: #FFFFFF;
  54. }
  55. .modal-btn:nth-child(1) {
  56. border-right: 1rpx solid #ffffff;
  57. }
  58. .clear_signature {
  59. /* position: absolute; */
  60. top: 40rpx;
  61. right: 15rpx;
  62. display: flex;
  63. align-items: center;
  64. z-index: 1;
  65. font-size: 13rpx;
  66. font-family: PingFangSC-Regular, PingFang SC;
  67. font-weight: 400;
  68. color: #3670F5;
  69. /* background-color: #F5F7FB; */
  70. z-index: 100;
  71. }
  72. .clear_signature>text {
  73. height: 17rpx;
  74. }
  75. .clear_signature>image {
  76. width: 15rpx;
  77. height: 15rpx;
  78. margin-right: 2rpx;
  79. }
  80. .toast {
  81. position: absolute;
  82. top: 40%;
  83. left: 32%;
  84. transform: rotate(-50%, -50%);
  85. z-index: 100;
  86. font-size: 28rpx;
  87. font-family: PingFangSC-Regular, PingFang SC;
  88. font-weight: 400;
  89. color: rgba(58, 65, 85, 0.4);
  90. }
  91. .flex_btn {
  92. display: flex;
  93. align-items: center;
  94. }