detail.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .uni-margin-wrap .swiper {
  2. width: 100%;
  3. height: 600rpx;
  4. }
  5. .uni-margin-wrap .swiper image {
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .prop_select {
  10. color: #fff !important;
  11. background: #f00 !important;
  12. }
  13. .product_name .van-col--18 {
  14. font-size: 39rpx;
  15. }
  16. .content_word {
  17. font-size: 34rpx;
  18. }
  19. .product_desc .van-col--20 {
  20. font-size: 24rpx;
  21. color: #333;
  22. margin-top: 20rpx;
  23. }
  24. .price {
  25. color: #f00;
  26. font-size: 34rpx;
  27. margin-top: 20rpx;
  28. }
  29. .price text {
  30. font-size: 48rpx;
  31. }
  32. .choose {
  33. width: 100%;
  34. height: 100rpx;
  35. display: flex;
  36. justify-content: space-between;
  37. align-items: center;
  38. font-size: 36rpx;
  39. }
  40. .choose .left text {
  41. font-size: 44rpx;
  42. }
  43. .other {
  44. width: 100%;
  45. height: 100rpx;
  46. display: flex;
  47. justify-content: space-around;
  48. align-items: center;
  49. }
  50. .other view .van-tag--warning {
  51. padding: 14rpx 20rpx;
  52. width: 50rpx;
  53. text-align: center;
  54. color: red;
  55. }
  56. .shopcart-button {
  57. width: 100%;
  58. position: absolute;
  59. bottom: 0;
  60. }
  61. .shopcart-button .shopcart-button .left .van-button--normal {
  62. width: 50%;
  63. background-color: #595959;
  64. border: 1px solid #595959;
  65. }
  66. .shopcart-button .shopcart-button .right .van-button--normal {
  67. width: 50%;
  68. }
  69. .shopcart-button .left .van-button--normal {
  70. width: 50%;
  71. background-color: #595959;
  72. border: 1px solid #595959;
  73. }
  74. .shopcart-button .right .van-button--normal {
  75. width: 50%;
  76. }
  77. .shop_main {
  78. height: 600rpx;
  79. }
  80. .choice .news {
  81. font-size: 32rpx;
  82. }
  83. .choice .news .news {
  84. font-size: 32rpx;
  85. padding: 29rpx;
  86. }
  87. .choice .select {
  88. width: 100%;
  89. height: 80rpx;
  90. display: flex;
  91. justify-content: space-around;
  92. align-items: center;
  93. }
  94. .choice .select .word {
  95. color: #f00;
  96. font-size: 25rpx;
  97. padding: 10rpx 20rpx;
  98. border: 1px solid #f00;
  99. }