shenNext.wxss 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. }
  65. .item_in{
  66. border: 1rpx solid rgb(78, 78, 78);
  67. margin: 10rpx 30rpx 10rpx 30rpx;
  68. border-radius: 34rpx;
  69. padding: 0rpx 0 50rpx 0;
  70. position: relative;
  71. }
  72. .add1{
  73. bottom: 0;
  74. left: 0;
  75. font-size: 60rpx;
  76. line-height: .9;
  77. text-align: center;
  78. color: rgb(57, 97, 231);
  79. }
  80. .delete1{
  81. display: flex;
  82. justify-content: center;
  83. align-items: center;
  84. bottom: 0;
  85. right: 0;
  86. color: red;
  87. }
  88. .btn1{
  89. position: absolute;
  90. width: 60rpx;
  91. height: 60rpx;
  92. border: 1rpx solid;
  93. border-radius: 50%;
  94. z-index: 900;
  95. }