微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. /* pages/apply/index.wxss */
  2. .top{
  3. display: flex;
  4. width: 94%;
  5. margin: 0 auto;
  6. background-color: #ffffff;
  7. border-radius: 10px;
  8. margin-top: 3vw;
  9. overflow: hidden;
  10. position: relative;
  11. }
  12. .top view{
  13. padding: 18px 15px;
  14. align-items: center;
  15. justify-content: center;
  16. position: relative;
  17. }
  18. .top image{
  19. position: absolute;
  20. width: 100%;
  21. height: 100%;
  22. }
  23. .top-title{
  24. flex: 1;
  25. text-align: center;
  26. }
  27. .top-tit{
  28. color: #fff;
  29. }
  30. .main{
  31. width: 94%;
  32. margin: 0 auto;
  33. margin-top: 3vw;
  34. }
  35. .van-tabs__nav {
  36. background-color: #F4F4F4;
  37. }
  38. .bank_content{
  39. color: #fff;
  40. background:linear-gradient(to right, #176AB7, #318DE5);
  41. width: 100%;
  42. border-radius: 10px;
  43. /* height: 100%; */
  44. padding: 2vh 2vh 3vh;
  45. }
  46. .bank_content view{
  47. margin-top: 1vh;
  48. }
  49. .bank_content view text{
  50. font-size: 14px;
  51. margin-left: 10vw;
  52. }
  53. .bank_box{
  54. position: relative;
  55. margin-top: 20px;
  56. }
  57. .zt {
  58. font-size: 14px;
  59. position: absolute;
  60. top: 10px;
  61. transform: rotate(45deg);
  62. right: 0px;
  63. color: #FFF;
  64. z-index: 10;
  65. }
  66. .gwk{
  67. background:linear-gradient(to right, #5CAE77, #B3DB62);
  68. }
  69. .holder{
  70. padding: 15px 25px ;
  71. background-color: rgba(255,255,255,0.9);
  72. color: #333333;
  73. font-size: 16px;
  74. border-top-left-radius: 30px;
  75. border-bottom-left-radius: 30px;
  76. position:absolute;
  77. bottom:20%;
  78. right:0;
  79. }
  80. .bottom{
  81. width: 84%;
  82. margin: 0 auto;
  83. text-align: center;
  84. margin-top: 30px;
  85. margin-bottom: 30px;
  86. display: flex;
  87. }
  88. .bottom view {
  89. width: 47%;
  90. margin: 0 auto;
  91. border-radius: 30px;
  92. display: inline-block;
  93. }
  94. .bottom .btn1{
  95. border: 1px solid #2C8E68;
  96. padding: 8px 0px;
  97. color: #2C8E68;
  98. }
  99. .bottom .btn2{
  100. border: 1px solid transparent;
  101. padding: 8px 0px;
  102. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  103. margin-left: 6%;
  104. color: #fff;
  105. }
  106. .deleteBox{
  107. width: 65px;
  108. text-align: center;
  109. height: 100%;
  110. background: #F6F6F6;
  111. align-items: center;
  112. display: flex;
  113. }
  114. .van-action-sheet__header {
  115. background: #f2f2f2;
  116. color: #2C8E68;
  117. }