微信小程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

3 lat temu
3 lat temu
3 lat temu
3 lat temu
3 lat temu
3 lat temu
3 lat temu
3 lat temu
3 lat temu
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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: 100%;
  35. margin: 0 auto;
  36. text-align: center;
  37. padding-top: 30px;
  38. padding-bottom: 30px;
  39. display: flex;
  40. position: fixed;
  41. bottom: 0;
  42. background: #FFF;
  43. box-shadow: 0px -5px 9px #eee;
  44. }
  45. .bottom view {
  46. width: 47%;
  47. margin: 0 auto;
  48. border-radius: 30px;
  49. display: inline-block;
  50. }
  51. .bottom .btn2{
  52. border: 1px solid transparent;
  53. padding: 8px 0px;
  54. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  55. color: #fff;
  56. }
  57. .van-radio-group{
  58. padding-bottom: 100px;
  59. }