supplierdetail.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. page {
  2. background: #fff;
  3. }
  4. .part {
  5. padding: 30rpx;
  6. }
  7. .row1 {
  8. height: 60rpx;
  9. line-height: 60rpx;
  10. }
  11. .row1 text:nth-child(1) {
  12. color: #666;
  13. }
  14. .row1 text:nth-child(2) {
  15. float: right;
  16. }
  17. .row2 {
  18. height: 60rpx;
  19. line-height: 60rpx;
  20. color: #666;
  21. }
  22. .row2 text:nth-child(2) {
  23. float: right;
  24. }
  25. .paybtn {
  26. height: 60rpx;
  27. line-height: 60rpx;
  28. text-align: center;
  29. width: 100%;
  30. color: #2b8cff;
  31. border: 1rpx solid #2b8cff;
  32. border-radius: 16rpx;
  33. margin-top: 20rpx;
  34. }
  35. .menubar {
  36. height: 80rpx;
  37. line-height: 80rpx;
  38. text-align: center;
  39. border-top: 20rpx solid #f8f8f8;
  40. }
  41. .act {
  42. font-weight: 600;
  43. position: relative;
  44. }
  45. .act::after {
  46. position: absolute;
  47. content: ' ';
  48. width: 60rpx;
  49. bottom: 0;
  50. left: 50%;
  51. margin-left: -30rpx;
  52. height: 8rpx;
  53. background: #2b8cff;
  54. }
  55. .buycontent {
  56. padding: 0 30rpx;
  57. }
  58. .buypart {
  59. padding: 30rpx 0;
  60. }
  61. .time {
  62. font-size: 24rpx;
  63. }
  64. .buyname {
  65. line-height: 60rpx;
  66. }
  67. .row3 {
  68. color: #666;
  69. display: flex;
  70. height: 40rpx;
  71. line-height: 40rpx;
  72. }
  73. .row3 view {
  74. flex: 1;
  75. font-size: 24rpx;
  76. }
  77. .paypart {
  78. padding: 30rpx 0;
  79. display: flex;
  80. }
  81. .actv {
  82. width: 100rpx;
  83. position: relative;
  84. }
  85. .actv image {
  86. width: 32rpx;
  87. height: 32rpx;
  88. position: absolute;
  89. right: 0;
  90. top: 50%;
  91. margin-top: -16rpx;
  92. }
  93. .row4 {
  94. height: 50rpx;
  95. line-height: 50rpx;
  96. display: flex;
  97. color: #666;
  98. }
  99. .row4 view {
  100. font-size: 24rpx;
  101. }
  102. .row4 view:nth-child(1) {
  103. width: 200rpx;
  104. }
  105. .row4 view:nth-child(2) {
  106. flex: 1;
  107. }
  108. .payframe {
  109. top: 50%;
  110. margin-top: -186rpx;
  111. position: fixed;
  112. left: 50rpx;
  113. right: 50rpx;
  114. background: #fff;
  115. padding: 30rpx;
  116. z-index: 9;
  117. }
  118. .row5 {
  119. display: flex;
  120. height: 60rpx;
  121. line-height: 60rpx;
  122. }
  123. .row5 view:nth-child(1) {
  124. width: 200rpx;
  125. }
  126. .row5 view:nth-child(2) {
  127. flex: 1;
  128. text-align: right;
  129. }
  130. .bluebtn {
  131. width: 100%;
  132. height: 72rpx;
  133. line-height: 72rpx;
  134. background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
  135. border-radius: 44rpx;
  136. text-align: center;
  137. color: #fff;
  138. margin-top: 30rpx;
  139. margin-bottom: 20rpx;
  140. }