shen.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /* StepPage/pages/lin/lin.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. }
  18. .item_content_shop{
  19. background:-webkit-linear-gradient(top,rgb(255, 255, 255),rgb(231, 229, 229),rgb(192, 189, 189));
  20. width: 44%;
  21. text-align: center;
  22. height: auto;
  23. padding: 4pt;
  24. /* line-height: 30pt; */
  25. border-radius: 10pt;
  26. margin: 15rpx 0;
  27. }
  28. .item_content_shop:nth-child(2n+1){
  29. margin-right: 30rpx;
  30. }
  31. .show_box{
  32. width: 100%;
  33. height: 90%;
  34. position: absolute;
  35. bottom: 0;
  36. background-color: #fff;
  37. }
  38. .show_item{
  39. height: auto;
  40. padding: 15rpx;
  41. font-size: 40rpx;
  42. margin:0 20rpx;
  43. color: rgb(97, 92, 92);
  44. text-align: center;
  45. border-bottom:1rpx solid rgb(167, 163, 163)
  46. }
  47. .btn{
  48. text-align: center;
  49. margin-top: 20pt;
  50. }
  51. .show_title{
  52. display: flex;
  53. justify-content: space-between;
  54. align-items: center;
  55. }
  56. .btn_item{
  57. width: 200pt;
  58. margin: 10pt;
  59. }
  60. .font_item{
  61. color: black;
  62. display: inline-block;
  63. width: 100rpx;
  64. }