msBank.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. .info-collect-page {
  2. padding: 0;
  3. }
  4. .product-info {
  5. /* height: 162rpx; */
  6. padding: 12rpx 12rpx 16rpx;
  7. background: #fff;
  8. border-radius: 10rpx;
  9. }
  10. .product-info {
  11. /* display: flex; */
  12. align-items: center;
  13. }
  14. .product-left image {
  15. width: 100%;
  16. height: 386rpx;
  17. /* border-radius: 10rpx; */
  18. }
  19. .product-right {
  20. margin: 0 0 0 6rpx;
  21. display: flex;
  22. flex-direction: column;
  23. /* justify-content: space-between; */
  24. /* height: 136rpx; */
  25. padding: 14rpx 0 5rpx;
  26. }
  27. .product-right .title {
  28. margin-left: -12px;
  29. white-space: nowrap;
  30. text-overflow: ellipsis;
  31. overflow: hidden;
  32. word-break: break-all;
  33. font-size: 36rpx;
  34. }
  35. .brief {
  36. font-size: 24rpx;
  37. margin-top: 15rpx;
  38. }
  39. .collect-detail {
  40. margin: 20rpx 0 24rpx;
  41. padding: 0 10px;
  42. background-color: #fff;
  43. }
  44. .collect-detail .van-cell {
  45. background-color: transparent;
  46. padding: 20rpx 10rpx;
  47. }
  48. .collect-detail .van-cell:after {
  49. border-bottom-color: #E4E4E4;
  50. border-bottom-width: 4rpx;
  51. left: 0;
  52. }
  53. .collect-detail .van-field__input {
  54. text-align: right;
  55. }
  56. .collect-tip {
  57. font-size: 24rpx;
  58. padding: 0 10px;
  59. }
  60. .collect-detail .van-cell__value,
  61. .collect-detail .van-field__input {
  62. color: #85868A;
  63. font-size: 24rpx;
  64. font-family: PingFangSC-Light, helvetica, 'Heiti SC';
  65. }
  66. /* 会员卡蒙层的样式 */
  67. .poster{
  68. position: fixed;
  69. top: 0;
  70. bottom: 0;
  71. right: 0;
  72. left: 0;
  73. background-color: #333333d1;
  74. /* padding: 0rpx 80rpx;
  75. padding-top: 20%;*/
  76. z-index: 9999;
  77. height: 100%;
  78. text-align: center;
  79. justify-content: center;
  80. align-items: center;
  81. display: flex;
  82. }
  83. .ads{
  84. margin: 10rpx 0rpx;
  85. color: #fff;
  86. }
  87. .tool{
  88. display: flex;
  89. text-align: center;
  90. justify-content: baseline;
  91. width: 100%;
  92. margin-top: 20rpx;
  93. }
  94. .tool view{
  95. flex: 1;
  96. }
  97. .img{
  98. width: 99rpx;
  99. }
  100. .closeImg{
  101. width: 57rpx;
  102. height: 57rpx;
  103. }
  104. .share-btn{
  105. background-color:transparent;
  106. }
  107. .share-btn::after {
  108. border: none;
  109. }
  110. .m-card{
  111. width: 100%;
  112. height: 230rpx;
  113. margin: 20rpx 0;
  114. }
  115. .m-card image{
  116. width: 100%;
  117. height: 230rpx;
  118. }