美甲小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
1.4 KiB

  1. /* pages/pageBusiness/pageBusiness.wxss */
  2. page {
  3. padding: 20rpx 24rpx 0;
  4. box-sizing: border-box;
  5. width: 100%;
  6. }
  7. .swiper-box {
  8. width: 100%;
  9. height: 300rpx;
  10. box-sizing: border-box;
  11. background: #FFF;
  12. }
  13. .swiper {
  14. width: 100%;
  15. height: 300rpx;
  16. border-radius: 10rpx;
  17. overflow: hidden;
  18. }
  19. .imageUrl {
  20. width: 100%;
  21. height: 100%;
  22. }
  23. .bus-list {
  24. overflow: hidden;
  25. margin-bottom: 20rpx;
  26. }
  27. .business-box {
  28. width: 100%;
  29. height: 493rpx;
  30. background: #FFF;
  31. margin-top: 24rpx;
  32. border-radius: 16rpx;
  33. overflow: hidden;
  34. box-sizing: border-box;
  35. padding: 0 16rpx;
  36. }
  37. .title1 {
  38. font-weight: 500;
  39. color: #333333;
  40. font-size: 28rpx;
  41. height: 88rpx;
  42. line-height: 88rpx;
  43. }
  44. .itemHead {
  45. font-size: 26rpx;
  46. color: #666666;
  47. font-weight: 500;
  48. line-height: 26rpx;
  49. margin-bottom: 20rpx;
  50. vertical-align: middle;
  51. overflow: hidden;
  52. }
  53. .itemHead>image {
  54. width: 24rpx;
  55. margin-right: 6rpx;
  56. vertical-align: -1rpx;
  57. }
  58. .itemCotnent {
  59. width: 100%;
  60. height: 68rpx;
  61. background: #F9F9F9;
  62. border-radius: 6rpx;
  63. vertical-align: middle;
  64. line-height: 68rpx;
  65. padding: 0 16rpx;
  66. box-sizing: border-box;
  67. }
  68. .itemLeft {
  69. float: left;
  70. height: 100%;
  71. font-size: 24rpx;
  72. color: #333333;
  73. }
  74. .itemRihgt {
  75. float: right;
  76. height: 100%;
  77. font-size: 22rpx;
  78. color: #999999;
  79. }
  80. .itemRihgt > image {
  81. width: 24rpx;
  82. vertical-align: -3rpx;
  83. margin-right: 10rpx;
  84. }