index.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. @import '/app.wxss';
  2. .goodList .item {
  3. position: relative;
  4. padding-left: 30rpx;
  5. }
  6. .goodList .item .pictrue {
  7. width: 180rpx;
  8. height: 180rpx;
  9. position: relative;
  10. }
  11. .goodList .item .pictrue image {
  12. width: 100%;
  13. height: 100%;
  14. border-radius: 6rpx;
  15. }
  16. .goodList .item .pictrue .numPic {
  17. position: absolute;
  18. left: 7rpx;
  19. top: 7rpx;
  20. width: 50rpx;
  21. height: 50rpx;
  22. border-radius: 50%;
  23. }
  24. .goodList .item .underline {
  25. padding: 30rpx 30rpx 30rpx 0;
  26. border-bottom: 1px solid #f5f5f5;
  27. }
  28. .goodList .item:nth-last-child(1) .underline {
  29. border-bottom: 0;
  30. }
  31. .goodList .item .text {
  32. font-size: 30rpx;
  33. color: #222;
  34. width: 489rpx;
  35. }
  36. .goodList .item .text .money {
  37. font-size: 26rpx;
  38. font-weight: bold;
  39. margin-top: 50rpx;
  40. }
  41. .goodList .item .text .money .num {
  42. font-size: 34rpx;
  43. }
  44. .goodList .item .text .vip-money {
  45. font-size: 24rpx;
  46. color: #282828;
  47. font-weight: bold;
  48. margin-top: 15rpx;
  49. }
  50. .goodList .item .text .vip-money image {
  51. width: 46rpx;
  52. height: 21rpx;
  53. margin-left: 5rpx;
  54. }
  55. .goodList .item .text .vip-money .num {
  56. font-size: 22rpx;
  57. color: #aaa;
  58. font-weight: normal;
  59. margin: -2rpx 0 0 22rpx;
  60. }
  61. .goodList .item .iconfont {
  62. position: absolute;
  63. right: 30rpx;
  64. width: 50rpx;
  65. height: 50rpx;
  66. border-radius: 50%;
  67. font-size: 30rpx;
  68. bottom: 38rpx;
  69. }