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

54 line
942 B

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