微信小程序
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.

92 lines
1.4 KiB

  1. /* pages/payee/add/add.wxss */
  2. .main-box{
  3. background: #ffffff;
  4. padding: 20px 0;
  5. width: 94%;
  6. margin: 0 auto;
  7. border-radius: 10px;
  8. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  9. }
  10. .tit{
  11. line-height: 20px;
  12. font-size: 16px;
  13. font-weight: bold;
  14. }
  15. .bottom{
  16. width: 100%;
  17. margin: 0 auto;
  18. text-align: center;
  19. margin-top: 30px;
  20. margin-bottom: 30px;
  21. display: flex;
  22. }
  23. .bottom view {
  24. width: 47%;
  25. margin: 0 auto;
  26. border-radius: 30px;
  27. display: inline-block;
  28. }
  29. .btn2{
  30. background-image: linear-gradient(to right, #49CDFC, #2C6BF6);
  31. color: #fff;
  32. text-align: center;
  33. width: 40%;
  34. border-radius: 100px;
  35. margin: 5vh auto 3vh;
  36. }
  37. .table-boxs>view{
  38. line-height: 80rpx;
  39. }
  40. .wrapper {
  41. width: 100%;
  42. height: 20vh;
  43. overflow: hidden;
  44. display: flex;
  45. align-content: center;
  46. flex-direction: row;
  47. justify-content: center;
  48. font-size: 28rpx;
  49. position: relative;
  50. }
  51. .hand-writing {
  52. background: #f9f9f9;
  53. width: 100%;
  54. height: 20vh;
  55. }
  56. .hand-right {
  57. display: flex;
  58. align-items: center;
  59. justify-content: center;
  60. }
  61. .hand-center {
  62. border: 1rpx dashed #e9e9e9;
  63. flex: 1;
  64. overflow: hidden;
  65. box-sizing: border-box;
  66. }
  67. .del-btn {
  68. color: #02d000;
  69. }
  70. .del-btn image {
  71. position: absolute;
  72. top: 13rpx;
  73. left: 25rpx;
  74. }
  75. .sub-btn {
  76. position: absolute;
  77. bottom: 52rpx;
  78. color: #999999;
  79. transform: rotate(90deg);
  80. margin-bottom: 30rpx;
  81. }