dragonBoatFestivalInfor.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /* pages/dragonBoatFestivalInfor/dragonBoatFestivalInfor.wxss */
  2. .container{
  3. background-color: #f7f7f9;
  4. }
  5. .hidden{
  6. display: none;
  7. }
  8. .big_img{
  9. display: block;
  10. width: 100%;
  11. }
  12. .goods_img{
  13. display: block;
  14. width: 490rpx;
  15. height: 490rpx;
  16. margin: 0 auto;
  17. }
  18. /* 价钱 */
  19. .goods_price_wrap{
  20. position: relative;
  21. padding: 26rpx 0 20rpx 0;
  22. }
  23. .goods_price_bg{
  24. display: block;
  25. width: 328rpx;
  26. height: 62rpx;
  27. margin: 0 auto
  28. }
  29. .goods_price_cont{
  30. width: 100%;
  31. position: absolute;
  32. left: 0;
  33. top:26rpx;
  34. font-size: 46rpx;
  35. font-weight: bolder;
  36. line-height: 62rpx;
  37. font-family: '宋体';
  38. text-align: center;
  39. }
  40. .goods_price_cont_icon{
  41. font-size: 30rpx;
  42. padding: 0 20rpx;
  43. }
  44. /* 购买按钮 */
  45. .goods_btn_wrap{
  46. position: relative;
  47. }
  48. .goods_btn_bg{
  49. display: block;
  50. width: 540rpx;
  51. height: 169rpx;
  52. margin: 0 auto;
  53. }
  54. .goods_btn{
  55. position: absolute;
  56. top: 26rpx;
  57. left: 50%;
  58. margin: 0 0 0 -80rpx;
  59. width: 160rpx;
  60. height: 60rpx;
  61. font-size: 24rpx;
  62. line-height: 60rpx;
  63. color: #fff;
  64. background-color: #47a14a;
  65. text-align: center;
  66. border-radius: 30rpx;
  67. }
  68. /* footer */
  69. .footer_wrap{
  70. position: relative;
  71. }
  72. .footer_msg{
  73. width: 570rpx;
  74. height: 56rpx;
  75. position: absolute;
  76. top: 18rpx;
  77. left: 50%;
  78. font-size: 20rpx;
  79. line-height: 56rpx;
  80. color: #ff0000;
  81. text-align: center;
  82. border: 1px solid #e30a20;
  83. margin: 0 0 0 -285rpx;
  84. }