家政小程序
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.

index.wxss 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. page {
  2. background-color: #fff;
  3. }
  4. .page-hd {
  5. position: relative;
  6. z-index: 9;
  7. }
  8. .tabs {
  9. position: absolute;
  10. left: 0;
  11. width: 226rpx;
  12. top: 300rpx;
  13. bottom: 0;
  14. background-color: #f6f6f8;
  15. padding-top: 20rpx;
  16. box-sizing: border-box;
  17. }
  18. .tab {
  19. height: 90rpx;
  20. line-height: 90rpx;
  21. text-align: center;
  22. font-size: 29rpx;
  23. color: #323234;
  24. }
  25. .tab.active {
  26. background-color: #fff;
  27. color: #00a0e9;
  28. border-left: solid 8rpx #00a0e9;
  29. }
  30. .details {
  31. padding-left: 226rpx;
  32. }
  33. .cards {
  34. padding-top: 20rpx;
  35. padding-bottom: 20rpx;
  36. }
  37. .card {
  38. width: 236rpx;
  39. margin-left: 16rpx;
  40. display: inline-block;
  41. margin-top: 18rpx;
  42. padding-bottom: 14rpx;
  43. border-radius: 4rpx;
  44. border: solid 2rpx #efefef;
  45. }
  46. .goods-img {
  47. width: 100%;
  48. height: 135rpx;
  49. }
  50. .card-name {
  51. font-size: 22rpx;
  52. color: #535353;
  53. padding-left: 14rpx;
  54. }
  55. .price {
  56. font-size: 23rpx;
  57. color: #fe2e48;
  58. padding-left: 14rpx;
  59. margin-top: 10rpx;
  60. }
  61. .slide-image {
  62. width: 100%;
  63. height: 300rpx;
  64. }