index.less 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /* pages/home/index.less */
  2. .banner {
  3. height: 210px;
  4. .swiper-item, image {
  5. width: 100%;
  6. }
  7. }
  8. .statistics {
  9. display: flex;
  10. flex-direction: row;
  11. justify-content: space-between;
  12. margin: 10px;
  13. background-color: #f0f0f0;
  14. padding: 15px;
  15. border-radius: 5px;
  16. box-shadow: 5px 5px 5px #aaa;
  17. .statistics-item {
  18. display: grid;
  19. justify-content: center;
  20. text-align: center;
  21. }
  22. text {
  23. margin-top: 5px;
  24. font-size: 26rpx;
  25. color: #fff;
  26. }
  27. }
  28. .view_top_content {
  29. display: flex;
  30. flex-direction: row;
  31. justify-content: space-between;
  32. align-items: center;
  33. .msg_date {
  34. font-size: 22rpx;
  35. color: #999999;
  36. text-align: left;
  37. width: 120px;
  38. }
  39. .msg_title {
  40. font-size: 28rpx;
  41. color: #333333;
  42. text-align: left;
  43. }
  44. }
  45. .certsearch, .calculator {
  46. display: flex;
  47. align-items: center;
  48. margin: 3px;
  49. border-radius: 5px;
  50. position: fixed;
  51. z-index: 999;
  52. bottom: 10%;
  53. background-image: url('../../images/home-zscx.png');
  54. background-size: 100% 100%;
  55. height: 50px;
  56. width: 50px;
  57. }
  58. .certsearch {
  59. right: 5px;
  60. bottom: 18%;
  61. }
  62. .calculator {
  63. right: 5px;
  64. }