农经大屏
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.scss 1.7 KiB

2 days ago
1 day ago
2 days ago
1 day ago
2 days ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .buttom2 {
  2. width: 220px;
  3. display: flex;
  4. justify-content: space-between;
  5. position: absolute;
  6. top: 100px;
  7. left: 460px;
  8. z-index: 2;
  9. .flex_main{
  10. background: url("bg.png") no-repeat 10px center;
  11. background-size: calc(100% - 10px) 100%;
  12. width: 220px;
  13. height: 150px;
  14. padding: 15px 15px 15px 25px;
  15. display: flex;
  16. flex-direction: column;
  17. justify-content: space-between;
  18. margin-bottom: 15px;
  19. position: relative;
  20. .flex_block{
  21. display: flex;
  22. align-items: center;
  23. justify-content: space-between;
  24. p:nth-child(1){
  25. color: #e6f1ff;
  26. }
  27. }
  28. .tt{
  29. text-shadow: 2px 2px 4px #000000;
  30. font-size: 18px;
  31. font-weight: bold;
  32. }
  33. i{
  34. display: block;
  35. height: 100%;
  36. width: 5px;
  37. position: absolute;
  38. top: 0;
  39. left: 0;
  40. }
  41. &:nth-child(1){
  42. i{
  43. background-color: #00d6f8;
  44. }
  45. .flex_block{
  46. p:nth-child(2){
  47. color: #00d6f8;
  48. }
  49. }
  50. }
  51. &:nth-child(2){
  52. i{
  53. background-color: #f7cc3a;
  54. }
  55. .flex_block{
  56. p:nth-child(2){
  57. color: #f7cc3a;
  58. }
  59. }
  60. }
  61. &:nth-child(3){
  62. i{
  63. background-color: #04e26f;
  64. }
  65. .flex_block{
  66. p:nth-child(2){
  67. color: #04e26f;
  68. }
  69. }
  70. }
  71. }
  72. .flex_main_right{
  73. background: url("bg2.png") no-repeat center;
  74. background-size: 100% 100%;
  75. width: 220px;
  76. height: 100px;
  77. margin-bottom: 15px;
  78. display: flex;
  79. flex-direction: column;
  80. align-items: center;
  81. justify-content: space-evenly;
  82. p:nth-child(1){
  83. color: #01d5f8;
  84. font-size: 26px;
  85. font-weight: bold;
  86. span{
  87. font-size: 14px;
  88. }
  89. }
  90. }
  91. }