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

105 lines
1.8 KiB

  1. /* pages/payee/add/add.wxss */
  2. .van-cell__title, .van-cell__value {
  3. max-width: 50%!important;
  4. }
  5. .main-box{
  6. background: #ffffff;
  7. padding: 20px;
  8. width: 94%;
  9. margin: 0 auto;
  10. border-radius: 10px;
  11. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  12. }
  13. .table-box van-field van-cell .van-cell{
  14. margin-bottom: 15px;
  15. }
  16. .table-box van-field:last-child van-cell .van-cell{
  17. margin-bottom: 0px;
  18. }
  19. .van-cell{
  20. padding: 0!important;
  21. margin-bottom: 15px;
  22. }
  23. .van-cell__value {
  24. display: flex;
  25. justify-content: flex-end;
  26. }
  27. .van-radio--horizontal {
  28. margin-right: 0!important;
  29. margin-left: var(--padding-sm,12px)
  30. }
  31. .van-cell--required:before {
  32. left: 0!important;
  33. }
  34. .van-field__label {
  35. padding-left: 10px;
  36. }
  37. .bottom{
  38. width: 100%;
  39. margin: 0 auto;
  40. text-align: center;
  41. margin-top: 30px;
  42. margin-bottom: 30px;
  43. display: flex;
  44. }
  45. .bottom view {
  46. width: 47%;
  47. margin: 0 auto;
  48. border-radius: 30px;
  49. display: inline-block;
  50. }
  51. .bottom .btn2{
  52. border: 1px solid transparent;
  53. padding: 8px 0px;
  54. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  55. color: #fff;
  56. }
  57. .table-boxs>view{
  58. display: flex;
  59. justify-content: space-between;
  60. line-height: 100rpx;
  61. }
  62. .ql-container {
  63. box-sizing: border-box;
  64. width: 100%;
  65. height: 400px;
  66. font-size: 16px;
  67. line-height: 1.5;
  68. overflow: auto;
  69. padding: 10px 10px 20px 10px;
  70. border: 1px solid #ECECEC;
  71. }
  72. .ql-active {
  73. color: #22C704;
  74. }
  75. .iconfont {
  76. display: inline-block;
  77. width: 30px;
  78. height: 30px;
  79. cursor: pointer;
  80. font-size: 20px;
  81. }
  82. .toolbar {
  83. box-sizing: border-box;
  84. padding: 0 10px;
  85. height: 50px;
  86. width: 100%;
  87. position: absolute;
  88. left: 0;
  89. right: 100%;
  90. top: 0;
  91. display: flex;
  92. align-items: center;
  93. justify-content: space-between;
  94. border: 1px solid #ECECEC;
  95. border-left: none;
  96. border-right: none;
  97. }