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