linNext.wxss 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /* StepPage/pages/linNext/linNext.wxss */
  2. /* StepPage/pages/lin/lin.wxss */
  3. .title{
  4. border-radius: 8pt;
  5. height: 30pt;
  6. line-height: 30pt;
  7. letter-spacing: 3pt;
  8. text-align: center;
  9. width: 90%;
  10. margin: 10pt auto;
  11. background:-webkit-linear-gradient(top,rgb(255, 255, 255),rgb(231, 229, 229),rgb(192, 189, 189));
  12. }
  13. .item_content{
  14. width: 90%;
  15. margin:0 auto;
  16. display: flex;
  17. flex-wrap: wrap;
  18. }
  19. .item_content_shop{
  20. background:-webkit-linear-gradient(top,rgb(255, 255, 255),rgb(231, 229, 229),rgb(192, 189, 189));
  21. width: 44%;
  22. text-align: center;
  23. height: auto;
  24. padding: 4pt;
  25. /* line-height: 30pt; */
  26. border-radius: 10pt;
  27. margin: 15rpx 0;
  28. }
  29. .item_content_shop:nth-child(2n+1){
  30. margin-right: 30rpx;
  31. }
  32. .show_box{
  33. width: 100%;
  34. height: 90%;
  35. position: absolute;
  36. bottom: 0;
  37. background-color: #fff;
  38. }
  39. .show_item{
  40. height: auto;
  41. padding: 15rpx;
  42. font-size: 40rpx;
  43. margin:0 20rpx;
  44. color: rgb(97, 92, 92);
  45. text-align: center;
  46. border-bottom:1rpx solid rgb(167, 163, 163)
  47. }
  48. .btn{
  49. text-align: center;
  50. margin-top: 20pt;
  51. }
  52. .show_title{
  53. display: flex;
  54. justify-content: space-between;
  55. align-items: center;
  56. }
  57. .btn_item{
  58. width: 200pt;
  59. margin: 10pt;
  60. }
  61. .font_item{
  62. color: black;
  63. display: inline-block;
  64. width: 100rpx;
  65. }
  66. .item_in{
  67. border: 1rpx solid rgb(78, 78, 78);
  68. margin: 10rpx 30rpx 10rpx 30rpx;
  69. border-radius: 34rpx;
  70. padding: 0rpx 0 50rpx 0;
  71. position: relative;
  72. }
  73. .add1{
  74. bottom: 0;
  75. left: 0;
  76. font-size: 60rpx;
  77. line-height: .9;
  78. text-align: center;
  79. color: rgb(57, 97, 231);
  80. }
  81. .delete1{
  82. display: flex;
  83. justify-content: center;
  84. align-items: center;
  85. bottom: 0;
  86. right: 0;
  87. color: red;
  88. }
  89. .btn1{
  90. position: absolute;
  91. width: 60rpx;
  92. height: 60rpx;
  93. border: 1rpx solid;
  94. border-radius: 50%;
  95. z-index: 900;
  96. }