微信小程序
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.

index.wxss 1.9 KiB

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