微信小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

64 行
1.1 KiB

  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. .bottom{
  35. width: 100%;
  36. margin: 0 auto;
  37. text-align: center;
  38. margin-top: 30px;
  39. margin-bottom: 30px;
  40. display: flex;
  41. position: absolute;
  42. bottom: 10%;
  43. }
  44. .bottom view {
  45. width: 47%;
  46. margin: 0 auto;
  47. border-radius: 30px;
  48. display: inline-block;
  49. }
  50. .bottom .btn2{
  51. border: 1px solid transparent;
  52. padding: 8px 0px;
  53. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  54. color: #fff;
  55. }
  56. .table-boxs>view{
  57. display: flex;
  58. justify-content: space-between;
  59. line-height: 100rpx;
  60. }