newYears.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /* pages/newYears/newYears.wxss */
  2. page{
  3. background-color: #e4d9c3;
  4. }
  5. .container{
  6. padding-bottom: 30rpx;
  7. }
  8. .content_wrap{
  9. position: relative;
  10. z-index: 1;
  11. }
  12. .ny_bg{
  13. width: 100%;
  14. position: absolute;
  15. top: 0;
  16. left: 0;
  17. }
  18. image{
  19. display: block;
  20. }
  21. .ny_top_bg,.ny_title image{
  22. width: 100%;
  23. }
  24. .ny_active_icon{
  25. width: 712rpx;
  26. margin: 0 auto;
  27. }
  28. /* 商品1 */
  29. .ny_goods_wrap_1 image{
  30. width: 100%;
  31. margin: 0 auto;
  32. }
  33. .ny_goods_wrap_2{
  34. margin: 14rpx auto 0;
  35. }
  36. .each_goods{
  37. display: block;
  38. float: left;
  39. width: 249rpx;
  40. height: 311rpx;
  41. }
  42. .each_goods_img{
  43. width: 243rpx;
  44. height: 311rpx;
  45. }
  46. .each_goods image{
  47. width: 249rpx;
  48. height: 311rpx;
  49. margin: 0 auto;
  50. }
  51. .goods_name{
  52. height: 52rpx;
  53. font-size: 19rpx;
  54. line-height: 52rpx;
  55. color: #232323;
  56. text-align: center;
  57. padding-bottom: 5rpx;
  58. }
  59. .goods_name_2{
  60. height: 26rpx;
  61. font-size: 19rpx;
  62. line-height:26rpx;
  63. }
  64. .goods_old_price{
  65. font-size: 18rpx;
  66. color: #8b8b8b;
  67. text-align: center;
  68. text-decoration: line-through;
  69. }
  70. .goods_new_price{
  71. font-size: 20rpx;
  72. color: #be1a21;
  73. text-align: center;
  74. }
  75. .goods_top{
  76. margin-top:14rpx;
  77. }
  78. /* 更多 */
  79. .new_years_more{
  80. padding-right: 14rpx;
  81. height: 40rpx;
  82. font-size: 18rpx;
  83. color: #dd060e;
  84. text-align: right;
  85. }