12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- *{box-sizing: border-box;}
- #all_achievement{width:100%;height:1500px;border-top:5px solid #2C6698;}
- #order_title{width:1200px;height:70px;margin: 20px auto;background: url(../../../img/order_1.png) no-repeat;
- padding-left: 90px;line-height: 66px;font-size: 30px;color:#383838;}
- #order_cont{width:1200px;height:450px;margin:10px auto;background:#F6F6F6;padding-top: 30px;text-align: center; }
- .order_cont{width:1003px;height:290px;background: url("../../../img/order_3.png") no-repeat;margin: 0 auto;
- position: relative;}
- .order_left{width:880px;height:220px;position: absolute;top:40px;left:110px;}
- .order_left>div{width:380px;height:37px;line-height: 37px;text-align: left;}
- .order_left>div:nth-child(1){width:880px;height:37px;line-height: 37px;text-align: left;}
- .order_left h4{display: inline-block;font-size: 16px;color:#383838;}
- .order_left p{font-size: 15px;color:#616161;display: inline-block;}
- .order_right{width:400px;height:120px;position: absolute;top:115px;left:500px;}
- .order_right>div{width:400px;height:37px;line-height: 37px;text-align: left;}
- .order_right h4{display: inline-block;font-size: 16px;color:#383838;}
- .order_right p{font-size: 15px;color:#616161;display: inline-block;}
- .order_right .order_right_p p{color:#ffb800;}
- .order_right .order_right_p span{width:80px;height:20px;text-align: center;line-height: 20px;cursor: pointer;
- border-radius: 5px;background: #ffb800;color:#fff;display: inline-block;margin-left: 15px;}
- .order_button{width:370px;height:40px;margin: 30px auto 25px;}
- .order_button>div{width:150px;height:40px;background: #ffb200;text-align: center;line-height: 40px;
- display: inline-block;margin-right: 30px;color:#fff;font-size: 18px;letter-spacing: 2px;cursor: pointer;}
- .order_text{color: #616161;font-size: 16px;letter-spacing: 2px;}
- #order_flow{width:1200px;height:240px;margin: 0 auto;text-align: center;margin-top: 80px;}
- #order_flow h3{margin-bottom: 20px;color:#383838;font-size: 24px;letter-spacing: 3px;}
- #order_flow img{width:1200px;height:135px;}
- .detail_bottom{width:1200px;height:500px;margin: 0 auto;padding-top: 35px;}
- .line{width:1080px;height:20px;border: 1px solid #C8CACE;margin: 0 auto;border-bottom: none;
- text-align: center;font-size: 24px;line-height: 40px;color:#383838;letter-spacing: 3px;}
- div.pointer{cursor: pointer;}
- .fine>div>p.achievementId{display: none;}
- .fine>div>p.achievementTyp{display: none;}
- .main_introduce ul>li>div>p.likeId{display: none;}
- .main_introduce ul>li>div>p.likeType{display: none;}
- .main_introduce{clear: both;padding-top: 40px;overflow: hidden;width: 1200px;}
- .main_introduce ul {overflow: hidden;}
- .main_introduce>ul>li{float: left;margin: 0 15px;width: 270px;height: 360px;background: #ffffff;position: relative;margin-bottom: 16px;}
- .main_introduce ul li>div>img{width:270px ;height: 184px;}
- .list_text {padding-left: 28px;padding-top: 10px;position: absolute;
- bottom: 0;padding-bottom: 10px;}
- .list_text p{line-height: 30px;height: 30px;color: #2f85d0;font-size: 16px;}
- .list_text p span{margin-left: 8px;color: #787878;font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;width: 165px;vertical-align: top;}
- .list_text a{float: right;width: 80px;height: 30px;display: inline-block;text-align: center;background: #2b8de2;margin-top: 8px;border-radius: 10px;margin-right: 20px;line-height: 30px;color: #ffffff;}
- .main_introduce ul li .star{width: 242px;height:56px;position: absolute;top: 138px;background: url(../../../img/achievement_starbj.png)no-repeat center left;left:-10px;background-size:cover ;}
- .main_introduce ul li .star p{color: #FFFFFF;font-size: 24px;margin-top: 8px;margin-left: 15px;float: left;}
- .main_introduce ul li .star ol li{width: 24px;height: 22px;background: url(../../../img/achievement_star.png)no-repeat center;float: left;margin-right:2px;}
- .main_introduce ul li .star ol{float: left;overflow: hidden;margin-top: 13px;margin-left: 2px;}
- .main_introduce>ul>li:hover{cursor: pointer;box-shadow: 2px 4px 8px #cccccc;transition: all .5s;}
- .list_none{width:550px;height:150px;background:url("../../../img/all_null.png") no-repeat;margin:50px auto;}
- .imgnull{width:260px;height:211px;background:url("../../../img/zhuanliimg_null.png") no-repeat;background-size: 260px 211px;}
|