微信小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

75 строки
1.3 KiB

  1. /* pages/payee/index.wxss */
  2. page{background-color: #fff;}
  3. .value-class {
  4. flex: none !important;
  5. }
  6. .van-cell:after {
  7. border-bottom: 1px solid #ddd!important;
  8. }
  9. .van-cell{
  10. background-color: transparent!important;
  11. }
  12. .van-search__content {
  13. border: 1px solid #5CAE77!important;
  14. background: transparent!important;
  15. }
  16. van-search {
  17. flex: 0.8;
  18. }
  19. .search_box{
  20. display: flex;
  21. }
  22. .add_btn{
  23. flex: 0.2;
  24. padding: var(--search-padding,10px 12px);
  25. padding-left: 0;
  26. }
  27. .add_btn text{
  28. background-color: #62AD66;
  29. display: block;
  30. height: 100%;
  31. text-align: center;
  32. line-height: 36px;
  33. color: #fff;
  34. border-radius: 36px;
  35. box-shadow: 0px 5px 5px #ddd;
  36. }
  37. .bottom{
  38. width: 100%;
  39. margin: 0 auto;
  40. text-align: center;
  41. padding-top: 30px;
  42. padding-bottom: 30px;
  43. display: flex;
  44. position: fixed;
  45. bottom: 0;
  46. background: #FFF;
  47. box-shadow: 0px -5px 9px #eee;
  48. }
  49. .bottom view {
  50. width: 47%;
  51. margin: 0 auto;
  52. border-radius: 30px;
  53. display: inline-block;
  54. }
  55. .bottom .btn2{
  56. border: 1px solid transparent;
  57. padding: 8px 0px;
  58. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  59. color: #fff;
  60. }
  61. .van-radio-group{
  62. padding-bottom: 100px;
  63. }
  64. .deleteBox{
  65. width: 65px;
  66. text-align: center;
  67. height: 100%;
  68. background: #F6F6F6;
  69. align-items: center;
  70. display: flex;
  71. }