fourth.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. flex-wrap: wrap;
  17. height: calc(100vh - 220pt);
  18. overflow: auto;
  19. }
  20. .item_content_shop{
  21. letter-spacing: 2pt;
  22. background:-webkit-linear-gradient(top,rgb(255, 255, 255),rgb(231, 229, 229),rgb(192, 189, 189));
  23. width: 100%;
  24. text-align: center;
  25. height: 30pt;
  26. line-height: 30pt;
  27. border-radius: 10pt;
  28. margin: 5pt 0;
  29. }
  30. .item_content_shop_child{
  31. letter-spacing: 2pt;
  32. background:-webkit-linear-gradient(top,rgb(255, 255, 255),rgb(231, 229, 229),rgb(192, 189, 189));
  33. width: 100%;
  34. text-align: center;
  35. height: 30pt;
  36. line-height: 30pt;
  37. margin: 5pt 0;
  38. }
  39. .choose{
  40. color: rgb(170, 165, 165);
  41. }
  42. .unchoose{
  43. color: black;
  44. }
  45. .btn{
  46. text-align: center;
  47. margin-top: 20pt;
  48. }
  49. .btn_item{
  50. width: 200pt;
  51. margin: 10pt;
  52. }
  53. .font_item{
  54. color: black;
  55. }
  56. .right{
  57. max-height: 300pt;
  58. overflow: auto;
  59. background-color: rgb(243, 243, 242);
  60. }
  61. .show_box{
  62. width: 100%;
  63. height: 90%;
  64. position: absolute;
  65. bottom: 0;
  66. background-color: #fff;
  67. }
  68. .show_item{
  69. height: 60rpx;
  70. padding: 15rpx;
  71. font-size: 40rpx;
  72. margin:0 20rpx;
  73. color: rgb(97, 92, 92);
  74. text-align: center;
  75. border-bottom:1rpx solid rgb(167, 163, 163)
  76. }
  77. .show_title{
  78. display: flex;
  79. justify-content: space-between;
  80. align-items: center;
  81. }