bankinfo.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. .identity__bg {
  2. width: 100%;
  3. min-height: 100%;
  4. background: #f3f3f3;
  5. }
  6. .identity__head {
  7. width: 100%;
  8. height: 248rpx;
  9. background-image: linear-gradient(180deg,
  10. #eab86a 0%,
  11. #d4932b 100%);
  12. }
  13. .identity__head image {
  14. display: block;
  15. width: 201rpx;
  16. height: 251rpx;
  17. margin: 0 auto;
  18. }
  19. .identity_wid {
  20. width: 100%;
  21. padding: 0 20rpx;
  22. box-sizing: border-box;
  23. }
  24. .identity_content {
  25. position: relative;
  26. width: 100%;
  27. background: #fff;
  28. padding: 54rpx 30rpx 38rpx;
  29. margin-top: 20rpx;
  30. box-sizing: border-box;
  31. }
  32. .identity_content .title {
  33. text-align: center;
  34. font-size: 28rpx;
  35. color: #7f93ae;
  36. margin-bottom: 54rpx;
  37. }
  38. .identity_name, .identity_number {
  39. width: 100%;
  40. height: 100rpx;
  41. background: #f6f9fd;
  42. border: 1rpx solid #e5e5e5;
  43. padding-left: 30rpx;
  44. padding-right: 20rpx;
  45. margin-bottom:30rpx;
  46. box-sizing: border-box;
  47. }
  48. .identity_name fl {
  49. float: left;
  50. }
  51. .identity_name text, .identity_number text{
  52. /*display: inline-block;*/
  53. float: left;
  54. width: 140rpx;
  55. line-height: 100rpx;
  56. font-size: 28rpx;
  57. color: #7f93ae;
  58. }
  59. .identity_name input {
  60. float: left;
  61. width: 160rpx;
  62. height: 100rpx;
  63. border: none;
  64. outline: none;
  65. font-size: 28rpx;
  66. color: #b8c6d9;
  67. }
  68. .identity_name .btn {
  69. float: right;
  70. width: 260rpx;
  71. height: 52rpx;
  72. background: #fff;
  73. border-radius: 26rpx;
  74. line-height: 52rpx;
  75. font-size: 24rpx;
  76. color: #eab86a;
  77. border: 1rpx solid #eab86a;
  78. box-sizing: border-box;
  79. text-align: center;
  80. margin-top: 24rpx;
  81. }
  82. .identity_number input {
  83. float: left;
  84. width: 440rpx;
  85. height: 100rpx;
  86. border: none;
  87. outline: none;
  88. font-size: 28rpx;
  89. color: #b8c6d9;
  90. }
  91. .identity_btn {
  92. width: 100%;
  93. height: 88rpx;
  94. background: #eab86a;
  95. border-radius: 8rpx;
  96. line-height: 88rpx;
  97. text-align: center;
  98. font-size: 28rpx;
  99. color: #ffffff;
  100. }
  101. .identity__img {
  102. position: absolute;
  103. width: 224rpx;
  104. height: 162rpx;
  105. right: 0;
  106. }
  107. .identity_headImg {
  108. width: 172rpx;
  109. height: 172rpx;
  110. margin: 0 auto 46rpx;
  111. }
  112. .identity_headImg image {
  113. width: 100%;
  114. height: 100%;
  115. border-radius: 50%;
  116. }
  117. .identity_content .info {
  118. font-size: 28rpx;
  119. color: #7f93ae;
  120. text-align: center;
  121. margin-bottom: 24rpx;
  122. }