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

46 lines
767 B

  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. .van-cell{
  11. padding-left: 0!important;
  12. padding-right: 0!important;
  13. }
  14. .tit{
  15. line-height: 20px;
  16. font-size: 16px;
  17. font-weight: bold;
  18. }
  19. .bottom{
  20. width: 100%;
  21. margin: 0 auto;
  22. text-align: center;
  23. margin-top: 30px;
  24. margin-bottom: 30px;
  25. display: flex;
  26. }
  27. .bottom view {
  28. width: 47%;
  29. margin: 0 auto;
  30. border-radius: 30px;
  31. display: inline-block;
  32. }
  33. .btn2{
  34. background-image: linear-gradient(to right, #49CDFC, #2C6BF6);
  35. color: #fff;
  36. text-align: center;
  37. width: 40%;
  38. border-radius: 100px;
  39. margin: 5vh auto 3vh;
  40. }
  41. .table-boxs>view{
  42. line-height: 80rpx;
  43. }