joinapply.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. page {
  2. background: #f4f4f4;
  3. min-height: 100%;
  4. display: flex;
  5. }
  6. .container {
  7. background: #f4f4f4;
  8. min-height: 100%;
  9. padding-top: 30rpx;
  10. width: 100%;
  11. }
  12. .fb-type {
  13. height: 104rpx;
  14. width: 100%;
  15. background: #fff;
  16. margin-bottom: 20rpx;
  17. display: flex;
  18. flex-direction: row;
  19. align-items: center;
  20. padding-left: 30rpx;
  21. padding-right: 30rpx;
  22. }
  23. .fb-type .type-label {
  24. height: 36rpx;
  25. flex: 1;
  26. color: #333;
  27. font-size: 28rpx;
  28. }
  29. .fb-type .type-icon {
  30. height: 36rpx;
  31. width: 36rpx;
  32. }
  33. .fb-body {
  34. width: 100%;
  35. background: #fff;
  36. height: 450rpx;
  37. padding: 18rpx 30rpx 64rpx 30rpx;
  38. }
  39. .fb-body .content {
  40. width: 100%;
  41. height: 400rpx;
  42. color: #333;
  43. line-height: 40rpx;
  44. font-size: 28rpx;
  45. }
  46. .fb-body .text-count {
  47. line-height: 30rpx;
  48. float: right;
  49. color: #666;
  50. font-size: 24rpx;
  51. }
  52. .fb-mobile {
  53. height: 162rpx;
  54. width: 100%;
  55. }
  56. .fb-mobile .label {
  57. height: 58rpx;
  58. width: 100%;
  59. padding-top: 14rpx;
  60. padding-bottom: 11rpx;
  61. color: #7f7f7f;
  62. font-size: 24rpx;
  63. padding-left: 30rpx;
  64. padding-right: 30rpx;
  65. line-height: 33rpx;
  66. }
  67. .fb-mobile .mobile-box {
  68. height: 104rpx;
  69. width: 100%;
  70. color: #333;
  71. padding-left: 30rpx;
  72. padding-right: 30rpx;
  73. font-size: 24rpx;
  74. background: #fff;
  75. }
  76. .fb-mobile .mobile {
  77. top: 27rpx;
  78. left: 30rpx;
  79. height: 50rpx;
  80. width: 100%;
  81. color: #333;
  82. line-height: 50rpx;
  83. font-size: 24rpx;
  84. padding-top:25rpx
  85. }
  86. .fb-mobile .clear-icon {
  87. position: absolute;
  88. top: 27rpx;
  89. right: 30rpx;
  90. width: 48rpx;
  91. height: 48rpx;
  92. z-index: 2;
  93. }
  94. .fb-btn {
  95. right: 0;
  96. display: flex;
  97. justify-content: center;
  98. align-items: center;
  99. width: 90%;
  100. height: 90rpx;
  101. line-height: 98rpx;
  102. position: absolute;
  103. bottom: 25rpx;
  104. left: 0;
  105. border-radius: 0;
  106. padding: 0;
  107. margin: 0;
  108. margin-left: 5%;
  109. text-align: center;
  110. /* padding-left: -5rpx; */
  111. font-size: 26rpx;
  112. border-top-left-radius: 50rpx;
  113. border-bottom-left-radius: 50rpx;
  114. border-top-right-radius: 50rpx;
  115. border-bottom-right-radius: 50rpx;
  116. letter-spacing: 3rpx;
  117. /* color: #f4f4f4;
  118. background-image: linear-gradient(to right, #242a48 0%, #242a48 100%); */
  119. color:#fff;
  120. background:#09afff;
  121. }
  122. .b {
  123. height: 53rpx;
  124. line-height: 53rpx;
  125. margin-left: 31.25rpx;
  126. padding-right: 31.25rpx;
  127. border-top: 1px solid #f4f4f4;
  128. font-size: 30rpx;
  129. background-color: #f4f4f4;
  130. }
  131. .b2 {
  132. height: 50rpx;
  133. line-height: 50rpx;
  134. margin-left: 31.25rpx;
  135. margin-bottom: 15rpx;
  136. padding-right: 31.25rpx;
  137. border-top: 1px solid #f4f4f4;
  138. font-size: 30rpx;
  139. background-color: #f4f4f4;
  140. }
  141. .b .l {
  142. float: left;
  143. }
  144. .b .r {
  145. float: right;
  146. color: red;
  147. }
  148. .tips{
  149. color: red;
  150. margin-top:40rpx;
  151. margin-left:30rpx;
  152. }
  153. .cell-wrapper{
  154. margin:40rpx 0;
  155. }
  156. .cell-wrapper .van-cell__title{
  157. color:#7f7f7f;
  158. }
  159. view.van-ellipsis{
  160. color:#666;
  161. }