index.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. .top-fixed {
  2. position: fixed;
  3. left: 0;
  4. right: 0;
  5. top: 0;
  6. background-color: #F8F8F8;
  7. z-index: 99;
  8. }
  9. .back {
  10. width: 30rpx;
  11. padding-left: 30rpx;
  12. }
  13. .back image {
  14. width: 18rpx;
  15. height: 32rpx;
  16. margin: auto;
  17. }
  18. .add-pop {
  19. width: 259rpx;
  20. height: 90rpx;
  21. background: #4C4C4C;
  22. border-radius: 9rpx 9rpx 9rpx 9rpx;
  23. opacity: 1;
  24. position: absolute;
  25. right: 10rpx;
  26. top: 60rpx;
  27. z-index: 98;
  28. }
  29. .add-pop-before {
  30. position: relative;
  31. }
  32. .add-pop::before {
  33. content: '';
  34. position: absolute;
  35. top: -22rpx;
  36. right: 28rpx;
  37. border-left: 12rpx solid transparent;
  38. border-right: 12rpx solid transparent;
  39. border-top: 12rpx solid transparent;
  40. border-bottom: 12rpx solid #4C4C4C;
  41. }
  42. .add-pop-li {
  43. padding: 20rpx 30rpx;
  44. font-size: 32rpx;
  45. font-weight: 500;
  46. color: #FFFFFF;
  47. }
  48. .add-pop-li image {
  49. width: 48rpx;
  50. height: 48rpx;
  51. margin-right: 20rpx;
  52. }
  53. .ceng {
  54. position: fixed;
  55. top: 0;
  56. right: 0;
  57. left: 0;
  58. bottom: 0;
  59. background-color: #000000;
  60. opacity: 0;
  61. z-index: 98;
  62. }
  63. .web-view{
  64. position: fixed;
  65. bottom: 120rpx;
  66. left: 0;
  67. right: 0;
  68. }
  69. .bottom-fixed{
  70. position: fixed;
  71. bottom: 0;
  72. left: 0;
  73. right: 0;
  74. height: 118rpx;
  75. z-index: 50;
  76. box-shadow: 0rpx 0rpx 15rpx 1rpx rgba(0,0,0,0.16);
  77. }
  78. .bottom-fixed-left{
  79. width: 161rpx;
  80. text-align: center;
  81. background-color: #fff;
  82. height: 118rpx;
  83. flex-direction: column;
  84. align-items: center;
  85. justify-content: center;
  86. font-size: 24rpx;
  87. color: #999999;
  88. }
  89. .bottom-fixed-btn{height: 118rpx;background: var(--main);font-size: 36rpx;color: #fff;text-align: center;line-height: 84rpx;justify-content: center;}
  90. .file-box{
  91. margin-top: 80rpx;
  92. text-align: center;
  93. }
  94. .file-icon{
  95. width: 100rpx;
  96. margin: auto;
  97. }
  98. .file-title{
  99. font-size: 32rpx;font-weight: bold;text-align: center;margin: 20rpx 30rpx;
  100. }
  101. .file-size{
  102. font-size: 26rpx;font-weight: 400;text-align: center;margin: 10rpx 30rpx;
  103. }
  104. .file-down{
  105. line-height: 84rpx;
  106. height: 84rpx;
  107. background: #1A83FF;
  108. border-radius: 10rpx 10rpx 10rpx 10rpx;
  109. opacity: 1;
  110. font-size: 36rpx;
  111. color: #FFFFFF;
  112. display: inline-block;
  113. padding: 0 40rpx;
  114. margin-top:80rpx;
  115. }
  116. .card-box{
  117. padding: 25rpx 30rpx;
  118. }
  119. .card-header{
  120. width: 86rpx;
  121. height: 86rpx;
  122. background: #FFFFFF;
  123. opacity: 1;
  124. border-radius: 100%;
  125. margin-right: 18rpx;
  126. }
  127. .card-name{
  128. font-size: 32rpx;
  129. font-weight: bold;
  130. color: #333333;
  131. }
  132. .card-phone{
  133. font-size: 28rpx;
  134. font-weight: 400;
  135. color: #6F6F6F;
  136. }
  137. .card-line{
  138. width: 1rpx;
  139. height: 76rpx;
  140. opacity: 1;
  141. background-color:#DEDEDE;
  142. margin: auto 30rpx;
  143. }
  144. .card-btn{
  145. width: 176rpx;
  146. height: 76rpx;
  147. line-height: 76rpx;
  148. background: #0091FE;
  149. border-radius: 38rpx 38rpx 38rpx 38rpx;
  150. opacity: 1;
  151. text-align: center;
  152. font-size: 28rpx;
  153. font-family: PingFang SC, PingFang SC;
  154. font-weight: 400;
  155. color: #FFFFFF;
  156. }
  157. .share-pop{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.6);z-index: 100;}
  158. .share-pop image{width: 575rpx;height: 359rpx;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}