微信小程序
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

3 anos atrás
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* pages/payee/add/add.wxss */
  2. .main-box{
  3. background: #ffffff;
  4. padding: 20px;
  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. .table-box van-field van-cell .van-cell{
  11. margin-bottom: 15px;
  12. }
  13. .table-box van-field:last-child van-cell .van-cell{
  14. margin-bottom: 0px;
  15. }
  16. .van-cell{
  17. padding: 0!important;
  18. margin-bottom: 15px;
  19. }
  20. .van-cell__value {
  21. display: flex;
  22. justify-content: flex-end;
  23. }
  24. .van-radio--horizontal {
  25. margin-right: 0!important;
  26. margin-left: var(--padding-sm,12px)
  27. }
  28. .van-cell--required:before {
  29. left: 0!important;
  30. }
  31. .van-field__label {
  32. padding-left: 10px;
  33. }
  34. .tit{
  35. line-height: 20px;
  36. font-size: 16px;
  37. font-weight: bold;
  38. }
  39. .bottom{
  40. width: 100%;
  41. margin: 0 auto;
  42. text-align: center;
  43. margin-top: 30px;
  44. margin-bottom: 30px;
  45. display: flex;
  46. }
  47. .bottom view {
  48. width: 47%;
  49. margin: 0 auto;
  50. border-radius: 30px;
  51. display: inline-block;
  52. }
  53. .bottom .btn2{
  54. border: 1px solid transparent;
  55. padding: 8px 0px;
  56. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  57. color: #fff;
  58. }
  59. .table-boxs>view{
  60. display: flex;
  61. justify-content: space-between;
  62. line-height: 80rpx;
  63. }
  64. .table-box text{
  65. line-height: 80rpx;
  66. }