common.css 5.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /* 全屏状态栏占位 */
  2. .hold-status-bar{ height: var(--status-bar-height);width: 100%;display: none;}
  3. /* 全屏图片背景 */
  4. .page-bg-wrap{position: fixed;left: 0;right: 0;top: 0;bottom: 0;}
  5. .page-bg{width: 100%;max-height: 100%;}
  6. /* 头部图片 */
  7. .top-img{position: relative;height: 390rpx;overflow: hidden;}
  8. .top-img .img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: -1;}
  9. .wrap{margin: 24rpx;}
  10. .padding24{padding: 24rpx;}
  11. .wrap40{margin: 32rpx 40rpx;}
  12. .full-btn{height: 98rpx;line-height: 98rpx;background-color: #26D18B;border-radius: 8rpx;font-size: 36rpx;color: #fff;text-align: center;}
  13. /* 浮底按钮 */
  14. .bottom-btn-wrap{height: 146rpx;margin-top: 44rpx;}
  15. .bottom-btn-wrap-bg{position: fixed;left: 0;right: 0;bottom: 0;background-color: #fff;height: inherit;}
  16. .bottom-btn{height: 98rpx;line-height: 98rpx;position: fixed;left: 24rpx;right: 24rpx;bottom: 24rpx;text-align: center;z-index: 99;border-radius: 8rpx;}
  17. .bottom-btn.btn{background-color: #26D18B;color: #fff;}
  18. /* 截取隐藏 */
  19. .f-ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  20. .common-content{margin-bottom: 32rpx;border-radius: 16rpx;box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.04);background-color: #fff;padding: 24rpx;}
  21. .common-content-title{display: flex;align-items: center;margin-bottom: 24rpx;}
  22. .common-content-icon{width: 45rpx;height: 45rpx;}
  23. .common-content-icon .icon{width: 100%;height: 100%;}
  24. .common-content-til{margin-left: 24rpx;font-size: 32rpx;color: #333;line-height: 45rpx;font-weight: 500;flex: 1;}
  25. .common-content-right{margin-right: 0;display: flex;align-items: center;font-size: 24rpx;color: #999;}
  26. .common-content-right .icon{width: 45rpx;height: 45rpx;margin-right: 18rpx;}
  27. .common-content-blink{margin-top: 6rpx;text-align: center;font-size: 24rpx;color: #26D18B;}
  28. .icon-form-item-wrap{margin-bottom: 32rpx;background-color: #fff;}
  29. .icon-form-item{display: flex;position: relative;height: 104rpx;align-items: center;}
  30. .icon-form-item::after{content: '';position: absolute;right: 0;bottom: 0;width: calc( 100% - 144rpx);height: 2rpx;background-color: #EDEEED;}
  31. .icon-form-item-wrap .icon-form-item:last-of-type::after{height: 0;}
  32. .icon-form-item-wrap .icon-form-item.full-border::after{width: 100%;}
  33. .icon-form-item-imgwrap{width: 144rpx;height: 44rpx;box-sizing: border-box;text-align: right;padding-right: 40rpx;}
  34. .icon-form-item-img{width: 44rpx;height: 100%;}
  35. .icon-form-item-text{flex: 1;font-size: 28rpx;color: #333;}
  36. .icon-form-item-icon{margin-right: 0;width: 68rpx;}
  37. .icon-form-item-icon .iconfont{font-size: 30rpx;color: #ccc;}
  38. /* 头部轮播 */
  39. .swiper-wrap{margin: 0 auto 32rpx;height: 320rpx;overflow: hidden;position: relative;}
  40. .swiper{height: 100%;text-align: center;background-color: #fbfffd;}
  41. .adv-item{height: 100%;}
  42. .swiper-wrap .pic{width: 100%;height: 100%;}
  43. .full-search{padding-left: 16rpx;margin-bottom: 24rpx;}
  44. /* 侧边工具 */
  45. .aside-tool{position: fixed;top: 170rpx;right: 14rpx;}
  46. .aside-tool-item{margin-bottom: 35rpx;text-align: center;}
  47. .aside-tool-icon{width: 80rpx;height: 80rpx;margin: 0 auto;position: relative;overflow: hidden;top: 10rpx;display: flex;align-items: center;justify-content: center;border: 4rpx solid #fff;border-radius: 50%;}
  48. .aside-tool-icon.green{background-color: #26D18B;}
  49. .aside-tool-icon.yellow{background-color: #FFDA00;}
  50. .aside-tool-icon .img{width: 48rpx;height: 48rpx;}
  51. .aside-tool-text{position: relative;width: 144rpx;height: 40rpx;line-height: 40rpx;background-color: #fff;border-radius: 20rpx;font-size: 24rpx;color: #0A6F44;}
  52. .step-wrap{padding: 43rpx 86rpx 12rpx 74rpx;margin-bottom: 12rpx;display: flex;}
  53. .step-item{position: relative;flex: 1;height: 2rpx}
  54. .step-item::before{content: '';width: 16rpx;height: 16rpx;background-color: #E5E5E5;border-radius: 50%;position: absolute;left: 0;top: -8rpx;}
  55. .step-item.active::before{background-color: #26D18B;}
  56. .step-item::after{content: '';position: absolute;height: 1px;left: 22rpx;right: 6rpx;background-color: #E5E5E5;top: 0;}
  57. .step-wrap .step-item:last-of-type{flex: unset;width: 0;}
  58. .step-wrap .step-item:last-of-type::after{height: 0;}
  59. .step-text{margin:0 -30rpx 49rpx;display: flex;justify-content: space-between;}
  60. .step-text-item{flex: 1;text-align: center;}
  61. .step-text-item-cn{font-size: 28rpx;color: #333;line-height: 40rpx;}
  62. .step-text-item-en{font-size: 24rpx;color: #999;line-height: 33rpx;}
  63. .main-til{display: flex;margin-bottom: 24rpx;align-items: center;}
  64. .main-til-icon{width: 36rpx;height: 36rpx;margin-right: 20rpx;}
  65. .main-til-text{font-size: 32rpx;color: #333;font-weight: 500;}
  66. .timeline{margin-left: 56rpx;margin-bottom: 24rpx;}
  67. .timeline-item-content{transform: translateY(-30rpx);}
  68. .timeline-item{position: relative;padding: 0 0 118rpx 60rpx;font-weight: 400;border-left: 2rpx solid #E5E5E5;}
  69. .timeline .timeline-item:first-of-type{padding-top: 0;}
  70. .timeline .timeline-item:first-of-type .timeline-item-content{transform: translateY(0);}
  71. .timeline .timeline-item:last-of-type{padding-bottom: 0;border: 0;}
  72. .timeline-item-til{margin-bottom: 4rpx;font-size: 34rpx;color: #333;line-height: 48rpx;}
  73. .timeline-item.active {border-color: #26D18B;}
  74. .timeline-item.active .timeline-item-til{color: #26D18B;}
  75. .timeline-item-con{font-size: 30rpx;color: #999;line-height: 42rpx;}
  76. .timeline-item::before{content: '';width: 16rpx;height: 16rpx;border-radius: 50%;background: #E5E5E5;position: absolute;left: -8rpx;top: 0;}
  77. .timeline-item.active::before{width: 40rpx;height: 40rpx;left: -20rpx;background: url('http://fqn.hongweisoft.com/cqcarbon/wxapp/icon-zhonghe.png');background-size: 100%;}