xinxiqueren.css 1.2 KB

1234567891011121314
  1. body{background-color: #f3f3f3;}
  2. .xx-ul{margin-top: 10px;border-top: solid 1px #dcdcdc;border-bottom: solid 1px #dcdcdc;background-color: #fff;color: #333;}
  3. .xx-ul .head{display: -webkit-box;-webkit-box-align: center;padding:10px;border-bottom: solid 1px #ededed;font-size: 16px;position: relative;}
  4. .xx-ul .head div:nth-child(1){width: 22px;height: 22px;margin-right: 10px;}
  5. .xx-ul .head .icon1{background: url(../images/jumingxinxi_icon.png);background-size: contain;}
  6. .xx-ul .head div:nth-child(3){width: 44px;height: 45px;background: url(../images/xiugai_icon.png) no-repeat;background-size: 24px 24px;background-position:center;position: absolute;top: 0px;right: 0px;}
  7. .xx-ul .body{padding: 10px;}
  8. .xx-li{display: -webkit-box;font-size: 15px;margin-bottom: 5px;}
  9. .xx-li:last-child{margin-bottom: 0px;}
  10. .xx-li .key{width: 115px;color: #909090;text-align: right;}
  11. .xx-li .info{width: calc(100% - 115px);color: #333;}
  12. .xx-ul .head .icon2{background: url(../images/jiandangxinxicaiji_icon.png);background-size: contain;}
  13. .jm-foot{margin-top: 30px;margin-bottom: 20px;padding: 0px 10px;}
  14. .jm-btn{width: 100%;height: 40px;line-height: 40px;text-align: center;font-size: 16px;color: #fff;background-color: #74bf00;border-radius: 5px;}