美甲小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

159 lignes
2.2 KiB

  1. /* pages/detailContent/detailContent.wxss */
  2. .body-box {
  3. padding: 0 24rpx;
  4. width: 100%;
  5. box-sizing: border-box;
  6. }
  7. .head-title {
  8. height: 98rpx;
  9. width: 100%;
  10. line-height: 98rpx;
  11. color: #333333;
  12. font-size: 30rpx;
  13. font-weight: 500;
  14. }
  15. .swiper-box {
  16. width: 100%;
  17. height: 539rpx;
  18. border-radius: 16rpx;
  19. overflow: hidden;
  20. }
  21. .swiper {
  22. width: 100%;
  23. height: 100%;
  24. }
  25. .imageUrl {
  26. width: 100%;
  27. height: 100%;
  28. }
  29. .imageUrl-box {
  30. position: relative;
  31. width: 100%;
  32. height: 100%;
  33. }
  34. .swiper .itemTitle {
  35. position: absolute;
  36. z-index: 9;
  37. bottom: 20rpx;
  38. left: 0rpx;
  39. right: 0rpx;
  40. margin: 0 auto;
  41. text-align: center;
  42. color: #F85E4C;
  43. font-size: 24rpx;
  44. }
  45. .scroll-view {
  46. padding-left: 24rpx;
  47. white-space: nowrap;
  48. height: 209rpx;
  49. width: 100%;
  50. box-sizing: border-box;
  51. }
  52. .scroll-view-box {
  53. display: inline-block;
  54. width: 160rpx;
  55. height: 209rpx;
  56. border-radius: 16rpx;
  57. margin-right: 16rpx;
  58. overflow: hidden;
  59. }
  60. .scroll-view-box>image {
  61. width: 160rpx;
  62. height: 160rpx;
  63. vertical-align: middle;
  64. }
  65. .scroll-view-box>.itemTitle {
  66. text-align: center;
  67. color: #333333;
  68. width: 100%;
  69. height: 49rpx;
  70. line-height: 49rpx;
  71. font-size: 24rpx;
  72. background: #F1F1F1;
  73. font-weight: 500;
  74. }
  75. .scroll-view-box>.itemColor {
  76. text-align: center;
  77. color: #FFF;
  78. width: 100%;
  79. height: 49rpx;
  80. line-height: 49rpx;
  81. font-size: 24rpx;
  82. background: #F96956;
  83. font-weight: 500;
  84. }
  85. .bottom-box {
  86. width: 100%;
  87. padding: 0 24rpx;
  88. margin-top: 52rpx;
  89. box-sizing: border-box;
  90. }
  91. .input-box {
  92. width: 100%;
  93. background-color: #FFF;
  94. height: 88rpx;
  95. border-radius: 16rpx;
  96. vertical-align: middle;
  97. position: relative;
  98. text-align: center;
  99. }
  100. .inputItem {
  101. display: inline-block;
  102. height:100%;
  103. color: #333333;
  104. font-size: 30rpx;
  105. font-weight: 500;
  106. }
  107. .text-g {
  108. position: absolute;
  109. color: #999999;
  110. font-size: 30rpx;
  111. line-height: 88rpx;
  112. right: 30rpx;
  113. top: 0;
  114. }
  115. .button-box {
  116. width: 100%;
  117. height: 88rpx;
  118. line-height: 88rpx;
  119. text-align: center;
  120. color: #FFF;
  121. margin-top: 24rpx;
  122. background: #F85E4C;
  123. box-shadow: 0rpx 4rpx 20rpx 0px #FFB9B1;
  124. border-radius: 16rpx;
  125. font-size: 24rpx;
  126. font-weight: 500;
  127. }
  128. .serch-n {
  129. width: 26rpx;
  130. margin-right: 10rpx;
  131. vertical-align: -4rpx;
  132. }