fourth.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /* StepPage/pages/fourth/fourth.wxss */
  2. .title{
  3. border-radius: 8pt;
  4. height: 30pt;
  5. line-height: 30pt;
  6. letter-spacing: 3pt;
  7. text-align: center;
  8. width: 90%;
  9. margin: 10pt auto;
  10. background:-webkit-linear-gradient(top,rgb(255, 255, 255),rgb(231, 229, 229),rgb(192, 189, 189));
  11. }
  12. .item_content{
  13. width: 90%;
  14. margin:0 auto;
  15. display: flex;
  16. justify-content: space-between;
  17. }
  18. .item_content_shop{
  19. letter-spacing: 2pt;
  20. background:-webkit-linear-gradient(top,rgb(255, 255, 255),rgb(231, 229, 229),rgb(192, 189, 189));
  21. width: 100%;
  22. text-align: center;
  23. height: 30pt;
  24. line-height: 30pt;
  25. border-radius: 10pt;
  26. margin: 5pt 0;
  27. }
  28. .item_content_shop:nth-child(2n+1){
  29. margin-right: 20pt;
  30. }
  31. .item_content_shop_child{
  32. letter-spacing: 2pt;
  33. background:-webkit-linear-gradient(top,rgb(255, 255, 255),rgb(231, 229, 229),rgb(192, 189, 189));
  34. width: 100%;
  35. text-align: center;
  36. height: 30pt;
  37. line-height: 30pt;
  38. margin: 5pt 0;
  39. }
  40. .choose{
  41. color: rgb(170, 165, 165);
  42. }
  43. .unchoose{
  44. color: black;
  45. }
  46. .btn{
  47. text-align: center;
  48. margin-top: 20pt;
  49. }
  50. .btn_item{
  51. width: 200pt;
  52. margin: 10pt;
  53. }
  54. .font_item{
  55. color: black;
  56. }
  57. .right{
  58. max-height: 300pt;
  59. overflow: auto;
  60. background-color: rgb(243, 243, 242);
  61. }