蓝色 贷款产品助手

find.wxss 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /* pages/find/find.wxss */
  2. .fixed-box {
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. z-index: 1;
  7. background-color: #fff;
  8. width: 100%;
  9. }
  10. .relative-box {
  11. padding-top: 98px;
  12. }
  13. .weui-flex {
  14. width: 100%;
  15. margin: 0 auto;
  16. }
  17. .button-flex .weui-flex__item {
  18. font-size: 26rpx;
  19. }
  20. .button-flex .placeholder {
  21. width: 200rpx;
  22. height: 80rpx;
  23. line-height: 80rpx;
  24. padding: 0 3px 0 5px;
  25. border: #E5E5E5 solid 1rpx;
  26. border-radius: 5px;
  27. }
  28. .fixed-box .placeholder .icon {
  29. display: inline-block;
  30. }
  31. .fixed-box .placeholder .icon_placeholder_01 {
  32. background: url('https://chaoshi.henhaojie.com/icon/job.png') no-repeat;
  33. background-size: 100% 100%;
  34. }
  35. .fixed-box .placeholder .icon_placeholder_02 {
  36. background: url('https://chaoshi.henhaojie.com/icon/money.png') no-repeat;
  37. background-size: 100% 100%;
  38. }
  39. .fixed-box .placeholder .icon_placeholder_03 {
  40. background: url('https://chaoshi.henhaojie.com/icon/time.png') no-repeat;
  41. background-size: 100% 100%;
  42. }
  43. .button-flex .weui-flex__item .icon {
  44. width: 40rpx;
  45. height: 44rpx;
  46. vertical-align: middle;
  47. margin: 0 4px 4px 0px;
  48. }
  49. .button-flex .weui-flex__item .drop {
  50. width: 20rpx;
  51. height: 12rpx;
  52. margin: 0 0 2px 3px;
  53. }
  54. .tab-flex {
  55. font-size: 32rpx;
  56. text-align: center;
  57. height: 40px;
  58. line-height: 40px;
  59. margin-top: 8px;
  60. }
  61. .tab-flex .weui-flex__item {
  62. color: #666;
  63. }
  64. .tab-flex .weui-flex__item.active {
  65. border-bottom: #487BFF solid 2px;
  66. color: #000;
  67. }
  68. .tab-right .right-item {
  69. display: none;
  70. }
  71. .tab-right .right-item.active {
  72. display: block;
  73. }
  74. @import "../template/template.wxss";