signature.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. /* pages/signature/signature.wxss */
  2. page {
  3. background: #fbfbfb;
  4. height: auto;
  5. overflow: hidden;
  6. }
  7. .wrapper {
  8. width: 100%;
  9. height: 95vh;
  10. margin: 30rpx 0;
  11. overflow: hidden;
  12. display: flex;
  13. align-content: center;
  14. flex-direction: row;
  15. justify-content: center;
  16. font-size: 28rpx;
  17. }
  18. .handWriting {
  19. background: #fff;
  20. width: 100%;
  21. height: 95vh;
  22. }
  23. .handRight {
  24. display: inline-flex;
  25. align-items: center;
  26. }
  27. .handCenter {
  28. border: 4rpx dashed #e9e9e9;
  29. flex: 5;
  30. overflow: hidden;
  31. box-sizing: border-box;
  32. }
  33. .handTitle {
  34. transform: rotate(90deg);
  35. flex: 1;
  36. color: #666;
  37. }
  38. .handBtn button {
  39. font-size: 28rpx;
  40. }
  41. .handBtn {
  42. height: 95vh;
  43. display: inline-flex;
  44. flex-direction: column;
  45. justify-content: space-between;
  46. align-content: space-between;
  47. flex: 1;
  48. }
  49. .delBtn {
  50. position: absolute;
  51. top: 250rpx;
  52. left: 0rpx;
  53. transform: rotate(90deg);
  54. color: #666;
  55. }
  56. .delBtn image {
  57. position: absolute;
  58. top: 13rpx;
  59. left: 25rpx;
  60. }
  61. .subBtn {
  62. position: absolute;
  63. bottom: 52rpx;
  64. left: -3rpx;
  65. display: inline-flex;
  66. transform: rotate(90deg);
  67. background: #008ef6;
  68. color: #fff;
  69. margin-bottom: 30rpx;
  70. text-align: center;
  71. justify-content: center;
  72. }
  73. /*Peach - 新增 - 保存*/
  74. .saveBtn {
  75. position: absolute;
  76. top: 375rpx;
  77. left: 0rpx;
  78. transform: rotate(90deg);
  79. color: #666;
  80. }
  81. .previewBtn {
  82. position: absolute;
  83. top: 500rpx;
  84. left: 0rpx;
  85. transform: rotate(90deg);
  86. color: #666;
  87. }
  88. .pdfBtn {
  89. position: absolute;
  90. top: 630rpx;
  91. left: 0rpx;
  92. transform: rotate(90deg);
  93. color: #666;
  94. }
  95. .uploadBtn {
  96. position: absolute;
  97. top: 625rpx;
  98. left: 0rpx;
  99. transform: rotate(90deg);
  100. color: #666;
  101. }
  102. /*Peach - 新增 - 保存*/
  103. .black-select {
  104. width: 60rpx;
  105. height: 60rpx;
  106. position: absolute;
  107. top: 30rpx;
  108. left: 25rpx;
  109. }
  110. .black-select.color_select {
  111. width: 90rpx;
  112. height: 90rpx;
  113. top: 30rpx;
  114. left: 10rpx;
  115. }
  116. .red-select {
  117. width: 60rpx;
  118. height: 60rpx;
  119. position: absolute;
  120. top:140rpx;
  121. left:25rpx;
  122. }
  123. .red-select.color_select {
  124. width: 90rpx;
  125. height: 90rpx;
  126. top: 120rpx;
  127. left: 10rpx;
  128. }