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

69 line
1.2 KiB

  1. /* pages/payee/add/add.wxss */
  2. @import "../../../style/iconfont.wxss";
  3. .main-box{
  4. background: #ffffff;
  5. padding: 20px;
  6. width: 94%;
  7. margin: 0 auto;
  8. border-radius: 10px;
  9. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  10. }
  11. .table-box van-field van-cell .van-cell{
  12. margin-bottom: 15px;
  13. }
  14. .table-box van-field:last-child van-cell .van-cell{
  15. margin-bottom: 0px;
  16. }
  17. .van-cell{
  18. padding: 0!important;
  19. margin-bottom: 15px;
  20. }
  21. .van-cell__value {
  22. display: flex;
  23. justify-content: flex-end;
  24. }
  25. .van-radio--horizontal {
  26. margin-right: 0!important;
  27. margin-left: var(--padding-sm,12px)
  28. }
  29. .van-cell--required:before {
  30. left: 0!important;
  31. }
  32. .van-field__label {
  33. padding-left: 10px;
  34. }
  35. .bottom{
  36. width: 100%;
  37. margin: 0 auto;
  38. text-align: center;
  39. margin-top: 30px;
  40. margin-bottom: 30px;
  41. display: flex;
  42. position: absolute;
  43. bottom: 10%;
  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. .van-field__label {
  58. width: max-content;
  59. }
  60. .table-boxs>view{
  61. display: flex;
  62. justify-content: space-between;
  63. line-height: 100rpx;
  64. }