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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. }
  30. .card {
  31. width: 236rpx;
  32. margin-left: 16rpx;
  33. display: inline-block;
  34. margin-top: 18rpx;
  35. box-shadow: 0 1rpx 6rpx rgba(0, 0, 0, .3);
  36. padding-bottom: 14rpx;
  37. border-radius: 4rpx;
  38. }
  39. .goods-img {
  40. width: 100%;
  41. height: 135rpx;
  42. }
  43. .card-name {
  44. font-size: 22rpx;
  45. color: #535353;
  46. padding-left: 14rpx;
  47. }
  48. .price {
  49. font-size: 23rpx;
  50. color: #fe2e48;
  51. padding-left: 14rpx;
  52. margin-top: 10rpx;
  53. }