index.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. .first {
  2. display: flex;
  3. flex-direction: row;
  4. justify-content: space-between;
  5. align-items: center;
  6. height: 96rpx;
  7. line-height: 96rpx;
  8. width: 100%;
  9. background: rgba(255, 255, 255, 1);
  10. border-bottom: 2rpx solid rgba(238, 238, 238, 1);
  11. }
  12. .leftinfo {
  13. display: flex;
  14. flex-direction: row;
  15. }
  16. .tipleft {
  17. font-size: 28rpx;
  18. font-family: SourceHanSansCN-Regular;
  19. font-weight: 400;
  20. color: rgba(51, 51, 51, 1);
  21. margin-left: 50rpx;
  22. }
  23. .tipright {
  24. font-size: 24rpx;
  25. font-family: SourceHanSansCN-Regular;
  26. font-weight: 400;
  27. color: #999;
  28. }
  29. .radio {
  30. display: flex;
  31. justify-content: flex-end;
  32. margin-right: 50rpx;
  33. }
  34. .radios {
  35. width: 100%;
  36. height: 100%;
  37. }
  38. .midden {
  39. display: flex;
  40. flex-direction: row;
  41. justify-content: space-between;
  42. align-items: center;
  43. margin-left: 30rpx;
  44. margin-right: 30rpx;
  45. height: 96rpx;
  46. background: rgba(255, 255, 255, 1);
  47. border-bottom: 2rpx solid rgba(238, 238, 238, 1);
  48. }
  49. .rzinfo {
  50. font-size: 28rpx;
  51. font-family: SourceHanSansCN-Regular;
  52. font-weight: 400;
  53. color: rgba(51, 51, 51, 1);
  54. margin-left: 20rpx;
  55. }
  56. .infodetail {
  57. font-size: 28rpx;
  58. font-family: SourceHanSansCN-Regular;
  59. font-weight: 400;
  60. color: rgba(36, 98, 186, 1);
  61. margin-right: 20rpx;
  62. }
  63. .infodetail1 {
  64. font-size: 28rpx;
  65. font-family: SourceHanSansCN-Regular;
  66. font-weight: 400;
  67. color: rgba(153, 153, 153, 1);
  68. margin-right: 20rpx;
  69. }
  70. .jiantou {
  71. width: 17rpx;
  72. height: 29rpx;
  73. margin-right: 20rpx;
  74. }
  75. .last {
  76. display: flex;
  77. flex-direction: row;
  78. align-items: center;
  79. width: 100%;
  80. height: 174rpx;
  81. background: rgba(255, 255, 255, 1);
  82. }
  83. .touxiang {
  84. width: 102rpx;
  85. height: 102rpx;
  86. border-radius: 50%;
  87. margin-left: 50rpx;
  88. }
  89. .rightinfo {
  90. display: flex;
  91. flex-direction: column;
  92. }
  93. .name {
  94. font-size: 34rpx;
  95. font-family: SourceHanSansCN-Regular;
  96. font-weight: 400;
  97. color: rgba(51, 51, 51, 1);
  98. margin-left: 37rpx;
  99. }
  100. .otherdetail {
  101. font-size: 28rpx;
  102. font-family: SourceHanSansCN-Regular;
  103. font-weight: 400;
  104. color: rgba(153, 153, 153, 1);
  105. margin-left: 37rpx;
  106. }
  107. .fgx {
  108. width: 100%;
  109. height: 20rpx;
  110. background: rgba(238, 238, 238, 1);
  111. }
  112. /* btn */
  113. .fixed-footer {
  114. position: fixed;
  115. left: 0;
  116. bottom: 0;
  117. width: 100%;
  118. }
  119. .btn-group {
  120. background: #fff;
  121. padding: 20rpx;
  122. box-sizing: border-box;
  123. }
  124. .selfBtn {
  125. display: flex;
  126. height: 106rpx;
  127. line-height: 88rpx;
  128. align-items: center;
  129. box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  130. background: linear-gradient(90deg, rgba(50, 122, 225, 1), rgba(90, 191, 225, 1));
  131. border-radius: 53rpx;
  132. justify-content: center;
  133. font-size: 36rpx;
  134. font-family: SourceHanSansCN-Normal;
  135. font-weight: 400;
  136. color: rgba(255, 255, 255, 1);
  137. }
  138. .selfBtn1 {
  139. display: flex;
  140. height: 106rpx;
  141. line-height: 88rpx;
  142. align-items: center;
  143. box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  144. background: linear-gradient(90deg, rgba(221, 221, 221, 1), rgba(204, 204, 204, 1));
  145. border-radius: 53rpx;
  146. justify-content: center;
  147. font-size: 36rpx;
  148. font-family: SourceHanSansCN-Regular;
  149. font-weight: 400;
  150. color: rgba(255, 255, 255, 1);
  151. }