index.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. /* nova-travel/page/vip-info/real-name/real-name.wxss */
  2. .real_name_wrap .card {
  3. width: 100%;
  4. background-color: #fff;
  5. }
  6. .real_name_wrap .card .title {
  7. width: 100%;
  8. height: 90rpx;
  9. padding-left: 20rpx;
  10. font-size: 36rpx;
  11. font-weight: 600;
  12. display: flex;
  13. align-items: center;
  14. }
  15. .real_name_wrap .card .real_name {
  16. width: 90%;
  17. height: 250rpx;
  18. background-color: #4079d3;
  19. padding: 20rpx;
  20. border-radius: 20rpx;
  21. margin: 30rpx auto;
  22. position: relative;
  23. }
  24. .real_name_wrap .card .real_name .name {
  25. height: 100rpx;
  26. font-size: 34rpx;
  27. font-weight: 800;
  28. color: #fff;
  29. display: flex;
  30. align-items: center;
  31. }
  32. .real_name_wrap .card .real_name .number {
  33. font-size: 46rpx;
  34. font-weight: 800;
  35. color: #fff;
  36. display: flex;
  37. align-items: center;
  38. letter-spacing: 6rpx;
  39. }
  40. .real_name_wrap .card .add {
  41. width: 90%;
  42. height: 90rpx;
  43. line-height: 90rpx;
  44. background-color: #3476fe;
  45. display: flex;
  46. align-items: center;
  47. justify-content: center;
  48. margin: 20rpx auto;
  49. border-radius: 15rpx;
  50. }
  51. .real_name_wrap .card .add text {
  52. color: #fff;
  53. font-size: 32rpx;
  54. font-weight: 600;
  55. padding-left: 15rpx;
  56. }
  57. .wrapper {
  58. display: flex;
  59. align-items: center;
  60. justify-content: center;
  61. height: 100%;
  62. }
  63. .block {
  64. width: 600rpx;
  65. height: 700rpx;
  66. background-color: #fff;
  67. border-radius: 30rpx;
  68. }
  69. .block .bank {
  70. width: 100%;
  71. }
  72. .block .bank .title {
  73. width: 100%;
  74. height: 90rpx;
  75. font-size: 32rpx;
  76. font-weight: 600;
  77. display: flex;
  78. justify-content: center;
  79. align-items: center;
  80. }
  81. .block .bank .box {
  82. width: 95%;
  83. height: 90rpx;
  84. display: flex;
  85. align-items: center;
  86. background-color: #fff;
  87. padding: 0 20rpx;
  88. border: 1px solid #b3dbec;
  89. margin-top: 20rpx;
  90. margin: 20rpx auto;
  91. }
  92. .block .bank .box text {
  93. font-size: 28rpx;
  94. font-weight: 600;
  95. padding-right: 20rpx;
  96. }
  97. .block .bank button {
  98. width: 95%;
  99. height: 80rpx;
  100. line-height: 80rpx;
  101. background-color: #3476fe;
  102. color: #fff;
  103. font-weight: 28rpx;
  104. margin-top: 30rpx;
  105. }