scence_picture.css 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. *{
  2. margin: 0px;
  3. padding: 0px;
  4. font-size: 12px;
  5. line-height:1.4em;
  6. font-family:"΢ÈíÑźÚ", "ËÎÌå", arial;
  7. }
  8. html,body{
  9. width: 100%;
  10. height: 100%;
  11. /* background-color:#192735; */
  12. }
  13. #main_content{
  14. width: 100%;
  15. }
  16. /* h2{
  17. text-align: center;
  18. font-size: 30px;
  19. height:50px;
  20. background-color: #144E52;
  21. margin-top: 0px;
  22. line-height: 50px;
  23. } */
  24. ._head{
  25. color:#e3ab05;
  26. font-size: 20px;
  27. vertical-align:middle;
  28. width:100%;
  29. height:10%;
  30. display: inline-block;
  31. }
  32. ._img_main_content{
  33. display:inline-block;
  34. width: 100%;
  35. height: 100%;
  36. }
  37. /*Á½ÁÐ */
  38. ._li1{
  39. width: 46%;
  40. padding:0% 2%;
  41. display: inline-block;
  42. }
  43. ._li2{
  44. width: 28%;
  45. padding:0% 2%;
  46. display: inline-block;
  47. }
  48. ._li3{
  49. width: 21%;
  50. padding:0% 2%;
  51. display: inline-block;
  52. }
  53. ._img{
  54. width: 100%;
  55. height: 100px;
  56. outline:#e3ab05 solid 1px;
  57. outline-offset:2px;
  58. }
  59. ._img_text{
  60. width: 100%;
  61. margin:5px 0px;
  62. }
  63. ._img_text_div{
  64. display: inline-block;
  65. margin-right:10px;
  66. color: #15a83c;
  67. }
  68. ._img_text_Text{
  69. font-size:10px;
  70. color:#ffffff;
  71. }
  72. ._text1{
  73. white-space:nowrap;
  74. text-overflow:ellipsis;
  75. -o-text-overflow:ellipsis;
  76. overflow: hidden;
  77. width: 60%;
  78. }
  79. ._text2{
  80. width: 37%;
  81. white-space:nowrap;
  82. text-overflow:ellipsis;
  83. -o-text-overflow:ellipsis;
  84. overflow: hidden;
  85. }
  86. ._text3{
  87. white-space:nowrap;
  88. text-overflow:ellipsis;
  89. -o-text-overflow:ellipsis;
  90. overflow: hidden;
  91. }
  92. /*ÈýÁÐÑùʽ */
  93. /*ËÄÁÐÑùʽ */
  94. ._error{
  95. font-size: 14px;
  96. color:#ffffff;
  97. text-align: center;
  98. }