index.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .main .one {
  6. float: left;
  7. width: 100%;
  8. }
  9. .main .one image {
  10. width: 100%;
  11. height: 240px;
  12. overflow: hidden;
  13. }
  14. .main .two {
  15. float: left;
  16. width: 95%;
  17. margin: 0 10px;
  18. position: relative;
  19. top: -40px;
  20. }
  21. .main .two .list {
  22. float: left;
  23. width: 95%;
  24. border-radius: 5px;
  25. background-color: #ffffff;
  26. margin: 0 0 10px 0;
  27. padding: 10px;
  28. }
  29. .main .two .list .list_1 {
  30. float: left;
  31. width: 100%;
  32. margin: 0 0 5px 0;
  33. }
  34. .main .two .list .list_1 text:nth-child(1) {
  35. font-size: 16px;
  36. font-weight: bold;
  37. color: #263fa3;
  38. }
  39. .main .two .list .list_1 text:nth-child(2) {
  40. display: inline-block;
  41. background-color: #7b7b7b;
  42. color: #fff;
  43. padding: 3px 6px;
  44. border-radius: 90px;
  45. font-size: 12px;
  46. margin: 0 0 0 10px;
  47. }
  48. .main .two .list .list_1 .color1 {
  49. background-color: #57cd00 !important;
  50. }
  51. .main .two .list .list_1 .color2 {
  52. background-color: #ff5a00 !important;
  53. }
  54. .main .two .list .list_1 .color3 {
  55. background-color: #ffa200 !important;
  56. }
  57. .main .two .list .list_2 {
  58. float: left;
  59. width: 100%;
  60. font-size: 14px;
  61. color: #666;
  62. margin: 0 0 5px 0;
  63. }
  64. .main .two .list .list_3 {
  65. float: left;
  66. width: 100%;
  67. font-size: 14px;
  68. color: #666;
  69. }