detail.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. .mainContent {
  10. height: 600rpx;
  11. }
  12. .defaultSelect {
  13. padding: 15rpx;
  14. color: #f00;
  15. border: 1px solid #f00;
  16. }
  17. .shopcart-button .left .van-button--normal {
  18. width: 50%;
  19. background-color: #595959;
  20. border: 1px solid #595959;
  21. }
  22. .shopcart-button .right .van-button--normal {
  23. width: 50%;
  24. }
  25. .tagName {
  26. font-size: 38rpx;
  27. }
  28. .submitBtn {
  29. position: absolute;
  30. bottom: 0;
  31. width: 100%;
  32. }
  33. .tagMenu {
  34. width: 100%;
  35. height: 100rpx;
  36. display: flex;
  37. justify-content: space-around;
  38. align-items: center;
  39. }
  40. .message .name {
  41. font-size: 38rpx;
  42. }
  43. .message .collect {
  44. margin-left: 10rpx;
  45. font-size: 38rpx;
  46. }
  47. .message .tip .van-col--20 {
  48. font-size: 20rpx;
  49. margin-top: 22rpx;
  50. }
  51. .message .price .van-col--20 {
  52. margin-top: 18rpx;
  53. font-size: 28rpx;
  54. color: red;
  55. }
  56. .message .price .van-col--20 text {
  57. font-size: 41rpx;
  58. }
  59. .prop-selected {
  60. color: #FFF !important;
  61. background-color: red !important;
  62. }
  63. .prod-info .van-tag {
  64. color: #ee0a24;
  65. margin-left: 1rem;
  66. padding: 0.3rem;
  67. }
  68. .other {
  69. display: flex;
  70. height: 100rpx;
  71. align-items: center;
  72. justify-content: space-between;
  73. padding: 0 15rpx;
  74. }
  75. .other .name {
  76. font-size: 40rpx;
  77. font-size: 36rpx;
  78. padding-left: 6px;
  79. }
  80. .word {
  81. height: 100rpx;
  82. width: 100%;
  83. display: flex;
  84. justify-content: space-around;
  85. align-items: center;
  86. margin: 15rpx 0;
  87. }
  88. .word view {
  89. padding: 20rpx;
  90. text-align: center;
  91. }