微信小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

79 lignes
1.5 KiB

  1. /* pages/user/region/region.wxss */
  2. page{
  3. background: #F6F6F6;
  4. }
  5. text{
  6. display: block;
  7. }
  8. .flex{
  9. display: flex;
  10. align-items: center;
  11. justify-content: space-between;
  12. }
  13. .top_win{
  14. width: 96%;
  15. margin: 0 auto;
  16. background: #ffffff;
  17. padding: 4%;
  18. border-radius: 15px;
  19. }
  20. .top{
  21. margin: 0 auto 15px;
  22. color: #878787;
  23. }
  24. .dw_box{
  25. display: flex;
  26. }
  27. .dw_box text{
  28. color:#5CAE77;
  29. }
  30. .nowDress{
  31. border: 1px solid #2C8E68;
  32. width: auto;
  33. display: inline-block;
  34. padding: 5px 20px 5px 30px;
  35. border-radius: 50px;
  36. color: #333333;
  37. background: url("https://www.nongshen.net/static/wechat/local.png") no-repeat 15px center;
  38. margin-bottom: 15px;
  39. }
  40. .nowDress2{
  41. border: 1px solid #2C8E68;
  42. width: auto;
  43. display: inline-block;
  44. padding: 5px 20px 5px 20px;
  45. border-radius: 50px;
  46. color: #333333;
  47. margin-bottom: 15px;
  48. margin-right: 15px;
  49. }
  50. .nowDress2.active{
  51. background: linear-gradient( 92deg, #2FE398 0%, #00B268 100%);
  52. border-color: transparent;
  53. color: #ffffff;
  54. }
  55. .list_bar .list_bar_text{
  56. border: 1px solid #2C8E68;
  57. width: auto;
  58. display: inline-block;
  59. padding: 5px 20px;
  60. border-radius: 50px;
  61. color: #333333;
  62. margin-bottom: 15px;
  63. margin-right: 3%;
  64. }
  65. .list_bar .list_bar_text:nth-child(4n){
  66. margin-right: 0%;
  67. }
  68. .van-collapse-item__content {
  69. display: flex;
  70. flex-wrap:wrap;
  71. background-color: #f9f9f9!important;
  72. }
  73. .van-index-anchor {
  74. color: #878787!important;
  75. }
  76. .van-cell{
  77. padding: var(--cell-vertical-padding,10px) var(--cell-horizontal-padding,30px)!important;
  78. }