U_MPDL.css 2.1 KB

1234567891011121314151617181920212223242526
  1. body { min-width: 320px; min-height: 320px; width: 100%; margin: 0; padding: 0; float: left; background-color: #fff; font-family: "Microsoft YaHei" ,Arial,Helvetica,sans-serif; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; }
  2. /*APP下载主体区域*/
  3. .U_MPDL { width: 100%; min-width: 320px; }
  4. /*APP下载头部标题*/
  5. .U_MPDL_T { width: 100%; height: 60px; margin-bottom: 1px; background-color: #1592da; }
  6. .U_MPDL_T div { float: left; height: 100%; margin-left: 25px; line-height: 60px; font-size: 20px; color: #fff; }
  7. .U_MPDL_B { width: 100%; }
  8. /*下载内容条目区域*/
  9. .U_MPDL_B .U_MPDL_BC { width: 100%; height: 90px; border-top: 1px solid #dcdcdc; }
  10. /*APP LOGO*/
  11. .U_MPDL_BC .U_MPDL_BCL { width: 90px; height: 100%; background-color: #ebebeb; float: left; position: relative; }
  12. .U_MPDL_BCL div { background-image: url(http://xz.1473.cn/img/ad_logo.png); background-repeat: no-repeat; top: 0; left: 0; right: 0; bottom: 0; position: absolute; margin: auto; }
  13. /*APP名称和介绍*//*width: calc(100% - 90px - 100px);*/
  14. .U_MPDL_BC .U_MPDL_BCC { width: 200px; overflow: hidden; height: 100%; float: left; }
  15. .U_MPDL_BCC .t { width: 100%; text-indent: 1em; padding-top: 3px; float: left; font-size: 16px; }
  16. .U_MPDL_BCC .b { width: 100%; min-width: 150px; font-size: 10px; color: #949494; float: left; }
  17. .U_MPDL_BCC .b div { text-indent: 1.4em; text-overflow: ellipsis; white-space: nowrap; }
  18. /*下载或打开按钮*/
  19. .U_MPDL_BCR { width: 100px; height: 100%; font-size: 14px; float: right; position: relative; }
  20. .U_MPDL_BCR div { color: #fff; }
  21. .U_MPDL_BCRT { width: 100px; height: 100%; line-height: 90px; text-align: center; font-size: 14px; float: right; }
  22. .U_MPDL_BCR .U_MPDL_BCR_AZ { width: 82px; height: 18px; padding: 7px 0; border-radius: 5px; background-color: #1592da; top: 0; left: 0; right: 0; bottom: 0; position: absolute; margin: auto; margin-left: 0; }
  23. .U_MPDL_BCR_AZ div { float: left; }
  24. .U_MPDL_BCR_AZ .i { width: 18px; height: 18px; margin-left: 15px; background: url(http://xz.1473.cn/img/ad_logo.png) -69px -48px; background-repeat: no-repeat; }
  25. .U_MPDL_BCR_AZ .t { margin-left: 5px; line-height: 18px; }