index.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. .imgBox {
  2. display: flex;
  3. justify-content: center;
  4. align-items: flex-end;
  5. width: 100%;
  6. height: 300rpx;
  7. }
  8. .imgBox .logo {
  9. width: 179rpx;
  10. height: 165rpx;
  11. }
  12. .list {
  13. display: flex;
  14. flex-direction: row;
  15. justify-content: space-between;
  16. align-items: center;
  17. height: 48rpx;
  18. padding-top: 134rpx;
  19. padding-left: 140rpx;
  20. padding-right: 140rpx;
  21. }
  22. .phone {
  23. width: 32rpx;
  24. height: 47rpx;
  25. }
  26. .add {
  27. width: 90%;
  28. height: 100%;
  29. border-bottom: 2rpx solid rgba(30, 98, 167, 1);
  30. }
  31. .addp {
  32. width: 48%;
  33. height: 32rpx;
  34. text-align: left;
  35. padding-left: 55rpx;
  36. font-size: 30rpx;
  37. font-family: ArialMT;
  38. font-weight: 400;
  39. color: rgba(204,204,204,1);
  40. }
  41. .list1 {
  42. display: flex;
  43. flex-direction: row;
  44. justify-content: space-between;
  45. align-items: center;
  46. height: 48rpx;
  47. padding-top: 65rpx;
  48. padding-left: 140rpx;
  49. padding-right: 140rpx;
  50. }
  51. .code {
  52. width: 46rpx;
  53. height: 35rpx;
  54. }
  55. .add1 {
  56. display: flex;
  57. flex-direction: row;
  58. justify-content: space-between;
  59. align-items: center;
  60. width: 90%;
  61. height: 100%;
  62. border-bottom: 2rpx solid rgba(30, 98, 167, 1);
  63. }
  64. .add1 view {
  65. font-size: 26rpx;
  66. font-family: SourceHanSansCN-Regular;
  67. font-weight: 400;
  68. color: rgba(30, 97, 167, 1);
  69. margin-right: 26rpx;
  70. }
  71. .list2 {
  72. display: flex;
  73. flex-direction: row;
  74. justify-content:flex-start;
  75. align-items: center;
  76. height: 48rpx;
  77. padding-top: 39rpx;
  78. margin-right: 147rpx;
  79. margin-left: 147rpx;
  80. }
  81. .add2 {
  82. display: flex;
  83. flex-direction: row;
  84. padding-left: 48rpx;
  85. }
  86. .add2 .readtip {
  87. font-size: 24rpx;
  88. font-family: SourceHanSansCN-Regular;
  89. font-weight: 400;
  90. color: #999;
  91. }
  92. .add2 .readfull {
  93. font-size: 24rpx;
  94. font-family: SourceHanSansCN-Regular;
  95. font-weight: 400;
  96. color: #1e61a7;
  97. }
  98. /* btn */
  99. .fixed-footer {
  100. position: fixed;
  101. left: 0;
  102. bottom: 0;
  103. width: 100%;
  104. }
  105. .btn-group {
  106. background: #fff;
  107. padding: 20rpx;
  108. box-sizing: border-box;
  109. }
  110. .selfBtn {
  111. display: flex;
  112. height: 88rpx;
  113. line-height: 88rpx;
  114. align-items: center;
  115. box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  116. background: linear-gradient(90deg, rgba(59, 120, 207, 1), rgba(80, 166, 195, 1));
  117. border-radius: 44rpx;
  118. justify-content: center;
  119. font-size: 38rpx;
  120. font-family: SourceHanSansCN-Normal;
  121. font-weight: 400;
  122. color: rgba(255, 254, 254, 1);
  123. }