| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- ul,li,ol{
- margin: 0;
- padding: 0;
- list-style: none;
- }
- .clearfix:after {
- content: "";
- display: block;
- clear: both;
- }
-
- .btns {
- background: #1ab394;
- color: #fff;
- padding: 6px 10px;
- outline: none;
- font-size: 12px;
- margin-left: 15px;
- border: 0;
- border-radius: 3px;
- box-sizing: border-box;
- }
- /*导航样式开始*/
-
- .syIcon {
- display: inline-block;
- background: url(../img/syIcon.png) no-repeat;
- height: 20px;
- width: 20px;
- vertical-align: middle;
- }
-
- .daoHang {
- padding: 15px;
- border-bottom: 1px solid #eee;
- }
-
- .daoHang .dhLeft a {
- font-size: 14px;
- color: #999;
- }
-
- .dhLeft {
- font-size: 14px;
- color: #999;
- }
-
- .dhLeft a {
- font-size: 14px;
- color: #999;
- }
- /*导航样式结束*/
-
-
-
- /*弹出遮罩层开始*/
- .model {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- height: 100%;
- width: 100%;
- background: rgba(0, 0, 0, 0.48);
- z-index: 100;
- display: none;
- }
- .box {
- width: 55%;
- margin: 0 auto;
- margin-top: 5%;
- }
- .box .btop {
- height: 35px;
- background: #1ab394;
- color: #fff;
- line-height: 35px;
- padding: 0 15px;
- /* margin-bottom: 15px; */
- }
- .btl {
- float: left;
- margin: 0;
- }
- .btr {
- float: right;
- margin: 0;
- cursor: pointer;
- }
- .boxCon {
- width: 100%;
- min-height: 400px;
- max-height: 450px;
- background: #fff;
- text-align: center;
- padding: 10px 15px;
- height: auto;
- overflow-y: auto;
- }
-
- /*弹出遮罩层结束*/
-
- .tub{
- margin-right: 5px;
- }
- /*页面title*/
- .page-title {
- padding: 0px;
- font-size: 16px;
- font-weight: bold;
- letter-spacing: -1px;
- display: block;
- color: #1570A6;
- margin: 20px 0px 15px 0px;
- }
- hr{
- margin: 20px 0;
- border: 0;
- border-top: 1px solid #E0DFDF;
- border-bottom: 1px solid #FEFEFE;
- }
|