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

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