Picture.css 2.1 KB

12345678910111213141516171819
  1. .U_MT_UI_Picture_pic_box{width: 100%;height: 100%;-webkit-overflow-scrolling: touch;position: fixed; z-index:10}
  2. .U_MT_UI_Picture_header{background-color: #393a3f;}
  3. .U_MT_UI_Picture_header_a{padding: 1.25rem;line-height: 20px;}
  4. .U_MT_UI_Picture_icon{display: inline-block;width:20px; height:20px;background: url("/img/back.png") no-repeat;white-space:nowrap;letter-spacing: -1em;text-indent: -99em;color: transparent;}
  5. .U_MT_UI_Picture_icon:before{content: '\3000';}
  6. .U_MT_UI_Picture_title{position: relative;margin-left: 20px;font-size: 16px;}
  7. .U_MT_UI_Picture_title:before{content: '';position: absolute;width: 1px;height: 100%;background-color: #323338;margin-left: -15px;}
  8. .U_MT_UI_Picture_content{height: calc(100% - 61px);background-color: #1a1a1a;overflow: auto;text-align:center}
  9. .U_MT_UI_Picture_divPic{display:inline-block;width: 100px;height: 100px;margin-left: 2px;margin-bottom: 8px;background-size: 200px;background-repeat: no-repeat;background-position: center center;vertical-align:top;}
  10. .U_MT_UI_Picture_show_stage{width: 100%;height: 100%;background-color: #1a1a1a;display: none;}
  11. .U_MT_UI_Picture_moreIcon{position: absolute;right: 1rem;top: 1rem;width: 22px;height: 22px;background-image: url("/img/more.png");z-index: 1;}
  12. .U_MT_UI_Picture_stage_bottom{position: absolute;bottom: 18px;left: calc(50% - 115px);z-index: 1;}
  13. .U_MT_UI_Picture_stage_bottom > span{display: inline-block;width: 41px;height: 41px;margin:0 18px;}
  14. .U_MT_UI_Picture_stage_turnLeft{background-image: url("/img/MT-turnLeft.png");}
  15. .U_MT_UI_Picture_stage_turnRight{background-image: url("/img/MT-turnRight.png");}
  16. .U_MT_UI_Picture_download{display: inline-block;width: 40px;height: 40px;background-image: url("/img/download.png");margin: 0 18px;}
  17. .U_MT_UI_Picture_showImage{width: 100%;vertical-align: top;}
  18. .U_MT_UI_Picture_show_pic{position: relative;overflow: hidden;height: 100%;}
  19. .U_MT_UI_Picture_showPicPlace{height:100%;-webkit-backface-visibility:hidden;-webkit-perspective:1000px; -moz-backface-visibility:hidden; -moz-perspective:1000px; backface-visibility:hidden; perspective:1000px}