1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- *{
- margin: 0px;
- padding: 0px;
- font-size: 12px;
- line-height:1.4em;
- font-family:"΢ÈíÑźÚ", "ËÎÌå", arial;
- }
- html,body{
- width: 100%;
- height: 100%;
- /* background-color:#192735; */
- }
- #main_content{
- width: 100%;
- }
- /* h2{
- text-align: center;
- font-size: 30px;
- height:50px;
- background-color: #144E52;
- margin-top: 0px;
- line-height: 50px;
- } */
- ._head{
- color:#e3ab05;
- font-size: 20px;
- vertical-align:middle;
- width:100%;
- height:10%;
- display: inline-block;
- }
- ._img_main_content{
- display:inline-block;
- width: 100%;
- height: 100%;
- }
- /*Á½ÁÐ */
- ._li1{
- width: 46%;
- padding:0% 2%;
- display: inline-block;
- }
- ._li2{
- width: 28%;
- padding:0% 2%;
- display: inline-block;
- }
- ._li3{
- width: 21%;
- padding:0% 2%;
- display: inline-block;
- }
- ._img{
- width: 100%;
- height: 100px;
- outline:#e3ab05 solid 1px;
- outline-offset:2px;
- }
- ._img_text{
- width: 100%;
- margin:5px 0px;
- }
- ._img_text_div{
- display: inline-block;
- margin-right:10px;
- color: #15a83c;
- }
- ._img_text_Text{
- font-size:10px;
- color:#ffffff;
- }
- ._text1{
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- overflow: hidden;
- width: 60%;
- }
- ._text2{
- width: 37%;
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- overflow: hidden;
- }
- ._text3{
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- overflow: hidden;
- }
- /*ÈýÁÐÑùʽ */
- /*ËÄÁÐÑùʽ */
- ._error{
- font-size: 14px;
- color:#ffffff;
- text-align: center;
- }
|