Basic.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. 
  2. /***<jscompress sourcefile="Banner.css" />*/
  3. /**
  4. 电脑端banner控件css命名空间
  5. */
  6. *{margin:0;padding:0;}
  7. ul li{list-style-type:none;}
  8. .U_MD_UI_slider_ImgList{width: 8428px;height:100%;position: absolute;left:-1204px;top: 0;}
  9. .U_MD_UI_slider_ImgList li {width:1204px;height:340px;}
  10. .U_MD_UI_slider_ImgList li img {width:100%;height:100%;}
  11. .U_MD_UI_slider_Btn{width: 100%;height: 40px;position: absolute;top: 50%;margin-top:-20px;color:#fff;font-size: 30px;display: none;}
  12. .U_MD_UI_slider_Btn .U_MD_UI_slider_Left{width: 25px;height: 50px;position: absolute;border-radius:0 50px 50px 0;background-color: rgba(0,0,0,.2);left: 0;text-align: center;text-indent: -5px;float: left;line-height:45px;}
  13. .U_MD_UI_slider_Btn .U_MD_UI_slider_Right{width: 25px;height: 50px;position: absolute;border-radius:50px 0 0 50px;background-color: rgba(0,0,0,.2);right: 0;text-align: center;text-indent: 5px;float: right;line-height:45px;}
  14. .U_MD_UI_slider_Point{position:absolute;bottom:10px;left:46%;display:table;text-align:center;height: 10px;border-radius: 4px;}
  15. .U_MD_UI_slider_Point li{width: 10px;height: 10px;background: #d5d5d5;border-radius: 50%;float: left;cursor: pointer;margin-left: 8px;}
  16. .U_MD_UI_slider_Point li.U_MD_UI_slider_On{background: #7b7976;}
  17. /***<jscompress sourcefile="Calendar.css" />*/
  18. .U_MD_UI_calendar_bigboard {position: absolute;width: 304px;overflow: hidden; z-index: 99999;}
  19. .U_MD_UI_calendar_bigboard ul{list-style-type: none; margin: 0;padding: 0;}
  20. .U_MD_UI_calendar_features {height: 50px;background-color: #c62f2f;}
  21. .U_MD_UI_calendar_features_a {text-align: center;display: inline-block;width: 100%;vertical-align: middle;overflow:hidden}
  22. .U_MD_UI_calendar_features > i {display: inline-block;height: 100%;vertical-align: middle;}
  23. .U_MD_UI_calendar_week {padding: 6px 0 !important;text-align: center;overflow: hidden;}
  24. .U_MD_UI_calendar_week > li {float: left;width: 14.28%;font-size: 14px;}
  25. .U_MD_UI_calendar_tit {display: inline-block;color: #fff;cursor: pointer;}
  26. .U_MD_UI_calendar_prev {float: left;margin-left: 10px;border-color: transparent #fff transparent transparent;}
  27. .U_MD_UI_calendar_next {float: right;margin-right: 50px;border-color: transparent transparent transparent #fff;}
  28. .U_MD_UI_calendar_btn {border-style: solid;border-width: 6px;margin-top: 5px;cursor: pointer;}
  29. .U_MD_UI_calendar_c_a {border-style: solid;border-color: #ede9e7; border-width: 0 1px 1px; background-color: #fff}
  30. .U_MD_UI_calendar_c {text-align: center;overflow: hidden;padding-bottom: 10px;}
  31. .U_MD_UI_calendar_c > li {float: left;width: 14.28%;height: 43px;}
  32. .U_MD_UI_calendar_c > li > span {display: inline-block;width: 35px;height: 35px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;line-height: 35px;cursor: pointer;}
  33. .U_MD_UI_calendar_c > li > span:hover {background-color: #f8d6bd;}
  34. .U_MD_UI_calendar_unavailable{color: #aeaeae;}
  35. .U_MD_UI_calendar_unavailable:hover{background-color:transparent !important; cursor:inherit !important}
  36. .U_MD_UI_calendar_weekend {color: #c62f2f;}
  37. .U_MD_UI_calendar_today {background-color: #eed1bc;}
  38. .U_MD_UI_calendar_month {overflow: hidden;}
  39. .U_MD_UI_calendar_month_c {text-align: center;}
  40. .U_MD_UI_calendar_month_c > li {float: left;width: 25%;}
  41. .U_MD_UI_calendar_month_c > li > span {display: inline-block;width: 100%;height: 66px;line-height: 66px;cursor: pointer;border-bottom: 1px solid #fafafa;border-right: 1px solid #fafafa;}
  42. .U_MD_UI_calendar_month_c > li > span:hover {background-color: #f8c8a4;}
  43. .U_MD_UI_calendar_closeBtn{position:absolute; right: 0; width:50px; height:50px;font-size:14px;color:#fff; line-height:50px; text-align:center; font-family:"黑体"}
  44. .U_MD_UI_calendar_closeBtn:hover{cursor: pointer;color:#EEEEEE}
  45. .U_MD_UI_calendar_closeBtn:active{color: #ccc}
  46. .U_MD_UI_calendar_timeBtn{float: left;border: 1px solid #ede9e7;padding:4px 18px; margin-right: -1px; cursor: pointer; font-size: 14px;}
  47. .U_MD_UI_calendar_timeBtn:hover{color:#ffffff; background-color:#c62f2f; }
  48. .U_MD_UI_calendar_time{border-style:solid; border-width: 0 1px 1px; border-color: #ede9e7; padding:12px 16px;background-color: #ffffff; font-size:14px;}
  49. .U_MD_UI_calendar_timeBox{float: right;}
  50. .U_MD_UI_calendar_timeText{line-height: 26px; cursor: pointer; font-size: 14px;}
  51. .U_MD_UI_calendar_timeTextClick {color: #c62f2f}
  52. .U_MD_UI_calendar_timeText:hover {color: #c62f2f}
  53. .U_MD_UI_calendar_timeChoose{ padding: 0 38px 10px; overflow: hidden}
  54. .U_MD_UI_calendar_timeRow{width: 75px; float: left; text-align: center;}
  55. .U_MD_UI_calendar_timeRowCon {border:1px solid #ede9e7; margin-left: -1px;}
  56. .U_MD_UI_calendar_timeRowUl{height: 180px; overflow: auto;}
  57. .U_MD_UI_calendar_timeRowUl::-webkit-scrollbar { width: 0 !important }
  58. .U_MD_UI_calendar_timeRowUl { -ms-overflow-style: none; }
  59. .U_MD_UI_calendar_timeRowUl { overflow: -moz-scrollbars-none; }
  60. .U_MD_UI_calendar_timeRowUl > li{ height: 30px; line-height: 30px; cursor: pointer}
  61. .U_MD_UI_calendar_timeRowUl > li:hover { background-color: #f8c8a4; }
  62. .U_MD_UI_calendar_timeRowActive { background-color: #f8c8a4}
  63. .U_MD_UI_calendar_timeRowText { display: inline-block; padding: 8px 0;}
  64. /***<jscompress sourcefile="City.css" />*/
  65. .U_MD_UI_city_inputBox { display: inline-block; text-align: right; }
  66. /* input表单盒子的样式 */
  67. .U_MD_UI_city_inpuBox_p { font-size: 12.5px; font-family: 微软雅黑; }
  68. /* input表单盒子下 p标签的样式 */
  69. .U_MD_UI_city_inpuBox_p input { /* input表单盒子下 input标签的样式 */ width: 285px; height: 20px; color: #555555; text-indent: 5px; font-size: 12.5px; font-family: 微软雅黑; }
  70. .U_MD_UI_city_inpuBox_p input::-webkit-input-placeholder { /* input表单盒子下 input标签的placeholder颜色的样式 */ color: #b3b3b3; }
  71. .U_MD_UI_city_cityBox { /* 城市控件盒子的样式 */ width: 410px; box-sizing: border-box; padding: 17px 20px; border: 1px solid #dfdcdc; position: absolute; font-size: 12.5px !important; font-family: 微软雅黑 !important; background: #fff; z-index: 999; }
  72. .U_MD_UI_city_cityBox li { list-style: none; text-indent: 0px; padding: 0; }
  73. .U_MD_UI_city_menuBox, .U_MD_UI_city_Cont { /* 城市控件下 菜单盒子(ul) 与 内容盒子的样式(ul) */ border-bottom: 1px solid #c62f2f; height: 30px; padding: 0; margin: 0; }
  74. .U_MD_UI_city_menuBox li, .U_MD_UI_city_Cont li { /* 菜单盒子(ul) 与 内容盒子(ul) 下li的样式 */ position: relative; width: 25%; height: 100%; list-style: none; float: left; line-height: 30px; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding: 0 14px; box-sizing: border-box; cursor: pointer; }
  75. .U_MD_UI_city_menuChecked, .U_MD_UI_city_Cont_ochecked { /*选中菜单 与 内容时 的样式 */ background: #c62f2f; /* 红色背景 */ color: #fff; /* 白色字 */ }
  76. .U_MD_UI_city_menuoChecked { /* 添加绝对定位 注意:这里的样式名和上面的不一样 此样式是选中内容数据后 对应菜单变成的红色小圆点*/ position: relative; }
  77. .U_MD_UI_city_menuoChecked:before { /* 添加红色小圆点伪元素 */ content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 100%; background: #c62f2f; vertical-align: 2px; position: absolute; left: -13px; top: 5px; }
  78. .U_MD_UI_city_Cont { /* 内容盒子样式(ul) */ border: none; margin-top: 15px; color: #626262; margin-right: 15px; }
  79. .U_MD_UI_city_Cont li { /* 内容盒子下li的鼠标指向时 从 pointer转为默认 */ cursor: inherit; }
  80. .U_MD_UI_city_Cont li > span { /* 内容盒子下li里span的样式 */ display: inline-block; width: 100%; cursor: pointer; }
  81. .U_MD_UI_city_Cont li > span:hover { /* 内容盒子下li的span的hover样式 */ background: #ffe8e8; /* 淡红色 */ }
  82. .U_MD_UI_city_Cont_ochecked:hover { /* 由于添加红色背景时的样式无hover 如若不加上这条 则hover为淡红色 因此使hover颜色 与 背景颜色相同*/ background: #c62f2f !important; }
  83. .U_MD_UI_city_hidden, #U_MD_UI_city_liTemplate { /* 模板 与 需要display为none时用到的 hidden样式 */ display: none; }
  84. .city_control { /* input标签的鼠标样式 */ cursor: pointer; }
  85. /***<jscompress sourcefile="Color.css" />*/
  86. .U_MD_UI_Color { }
  87. .U_MD_UI_Color_canvas { cursor: crosshair; }
  88. .U_MD_UI_Color_cur { width: 3px; height: 3px; outline: 2px solid #535353; margin-left: -1px; margin-top: -1px; position: absolute; }
  89. .U_MD_UI_Color_wrapper { position: relative; }
  90. .U_MD_UI_Color_color_show { width: 50px; height: 50px; background: #f00; }
  91. .U_MD_UI_Color_panel { width: 200px; height: 200px; position: fixed; /*top: 265px;*/ top: 20px; right: 20px; background-color: #fff; padding: 10px; text-align: center; line-height: 2em; }
  92. /***<jscompress sourcefile="Dialog.css" />*/
  93. body {
  94. }
  95. /***<jscompress sourcefile="Face.css" />*/
  96. .U_MD_UI_face {width: 436px;height: 204px;position: absolute;z-index: 999;background-color:White;float: none;/*left:-218px;*/ top:-200px; }
  97. .U_MD_UI_face_H { background-image: url(/img/face.gif);width: 436px;height: 204px; }
  98. .U_MD_UI_face_C { width:29px; height:29px; float:left;}
  99. .U_MD_UI_face_C:hover { width:27px; height:27px; border:1px solid #3a99ea;}
  100. #U_MD_UI_face_P_all {width: 100%;height: 204px;}
  101. .U_MD_UI_face_P_all_small { width: 100%; height: 204px;}
  102. .U_MD_UI_face_P_all_past {height: 204px;overflow: hidden; position: absolute;left: 0;}
  103. .U_MD_UI_face_P { width: 53px;height: calc(100%/4); float: left;background-image: url(/img/phoneface.png); border: none; }
  104. .U_MD_UI_face_P_all_list { width: 50%;margin: 5px auto;overflow: hidden; }
  105. .U_MD_UI_face_P_all_list_li { float: left; margin-left: 12%; width: 10px; height: 10px; border-radius: 50%; background-color: #d7d7d7; }
  106. .U_MD_UI_face_P_all_list_li_active {background-color: #8d8d8d; }
  107. .U_MD_UI_face_P_all_first { width: 100%; height: 204px; float: left;}
  108. /***<jscompress sourcefile="Form.css" />*/
  109. body {
  110. }
  111. /***<jscompress sourcefile="Music.css" />*/
  112. .U_MD_UI_music_musicBox
  113. {
  114. width: 400px !important;
  115. height: 150px !important;
  116. background: #cc5b5b !important;
  117. position: absolute;
  118. left: 0px;
  119. top: 0px;
  120. box-shadow: 0 0 10px 3px #dcdcdc !important;
  121. color: #fff;
  122. font-size: 20px;
  123. font-family: "微软雅黑";
  124. }
  125. .U_MD_UI_music_leftCont
  126. {
  127. width: 115px;
  128. height: 100%;
  129. position: relative;
  130. vertical-align: top;
  131. float: left;
  132. }
  133. .U_MD_UI_music_rightCont
  134. {
  135. height: 100%;
  136. width: calc(100% - 115px);
  137. position: relative;
  138. float: right;
  139. }
  140. .U_MD_UI_music_CoverBox
  141. {
  142. width: 65px;
  143. height: 65px;
  144. border-radius: 100%;
  145. margin-left: 25px;
  146. margin-top: 38px;
  147. overflow: hidden;
  148. }
  149. .U_MD_UI_music_CoverBox img
  150. {
  151. width: 100%;
  152. }
  153. .U_MD_UI_music_Name
  154. {
  155. position: absolute;
  156. top: 44px;
  157. width: 260px;
  158. height: 30px;
  159. overflow: hidden;
  160. text-overflow: ellipsis;
  161. white-space: nowrap;
  162. }
  163. .U_MD_UI_music_leftBtn
  164. {
  165. position: absolute;
  166. left: 5px;
  167. background: url(/img/Controls/Audio/pc/上一首.png);
  168. width: 17px;
  169. height: 21px;
  170. bottom: 24px;
  171. cursor: pointer;
  172. }
  173. .U_MD_UI_music_pauseBtn
  174. {
  175. position: absolute;
  176. background: url(/img/Controls/Audio/pc/暂停.png);
  177. width: 17px;
  178. height: 29px;
  179. left: 58px;
  180. bottom: 19px;
  181. cursor: pointer;
  182. }
  183. .U_MD_UI_music_rightBtn
  184. {
  185. position: absolute;
  186. background: url(/img/Controls/Audio/pc/下一首.png);
  187. width: 17px;
  188. height: 21px;
  189. left: 113px;
  190. bottom: 24px;
  191. cursor: pointer;
  192. }
  193. .U_MD_UI_music_progressBox
  194. {
  195. width: 100%;
  196. position: absolute;
  197. bottom: 0px;
  198. left: 0px;
  199. background: #fff;
  200. height: 5px;
  201. border-radius: 1px;
  202. }
  203. .U_MD_UI_music_progressBar
  204. {
  205. height: 100%;
  206. width: 0;
  207. background: #a75959;
  208. position: relative;
  209. }
  210. .U_MD_UI_music_playBtn
  211. {
  212. background: url(/img/Controls/Audio/pc/播放.png);
  213. width: 30px;
  214. height: 33px;
  215. left: 55px;
  216. }
  217. .U_MD_UI_music_soundOpen
  218. {
  219. background: url(/img/Controls/Audio/pc/音量-.png);
  220. width: 22px;
  221. height: 18px;
  222. position: absolute;
  223. right: 105px;
  224. bottom: 25px;
  225. cursor: pointer;
  226. }
  227. .U_MD_UI_music_soundClose
  228. {
  229. background: url(/img/Controls/Audio/pc/静音.png);
  230. width: 20px;
  231. height: 16px;
  232. }
  233. .U_MD_UI_music_soundBox
  234. {
  235. position: absolute;
  236. right: 32px;
  237. bottom: 31px;
  238. width: 62px;
  239. height: 6px;
  240. background: #e8b4b4;
  241. border-radius: 2px;
  242. }
  243. .U_MD_UI_music_soundBar
  244. {
  245. width: 0;
  246. background: #f4dbdb;
  247. height: 100%;
  248. position: relative;
  249. }
  250. .U_MD_UI_music_listBtn
  251. {
  252. position: absolute;
  253. background: url(/img/Controls/Audio/pc/列表.png);
  254. width: 21px;
  255. height: 14px;
  256. right: 66px;
  257. top: 14px;
  258. cursor: pointer;
  259. }
  260. .U_MD_UI_music_shrinkBtn
  261. {
  262. position: absolute;
  263. background-image: url(/img/min.png);
  264. background-size: 100%;
  265. width: 21px;
  266. height: 21px;
  267. right: 37px;
  268. top: 11px;
  269. cursor: pointer;
  270. }
  271. .U_MD_UI_music_closeBtn
  272. {
  273. background: url(/img/Controls/Audio/pc/关闭.png);
  274. width: 13px;
  275. height: 13px;
  276. position: absolute;
  277. right: 14px;
  278. top: 15px;
  279. cursor: pointer;
  280. }
  281. .U_MD_UI_music_progressBall
  282. {
  283. width: 12px;
  284. height: 12px;
  285. border-radius: 12px;
  286. background: #a75959;
  287. left: 0%;
  288. margin-left: -1%;
  289. position: absolute;
  290. top: -3px;
  291. cursor: pointer;
  292. }
  293. .U_MD_UI_music_soundBall
  294. {
  295. width: 11px;
  296. height: 11px;
  297. border-radius: 11px;
  298. background: #fff;
  299. position: absolute;
  300. top: -3px;
  301. cursor: pointer;
  302. left: 0;
  303. margin-left: -4%;
  304. }
  305. .U_MD_UI_music_hidden
  306. {
  307. top: -9999px !important;
  308. left: -9999px !important;
  309. }
  310. /***<jscompress sourcefile="Page.css" />*/
  311. /*分页*/
  312. .U_MD_F_Y {text-indent: 0;height: 35px;line-height: 35px;}
  313. .U_MD_F_Y > div, .U_MD_F_YL > div {display:inline-block;height: 100%; vertical-align:top;}
  314. .U_MD_F_Y .U_MD_F_YL {border-right: 1px solid #DADADA;}
  315. .U_MD_F_Y .U_MD_F_YL .U_MD_F_YLT {background-image: url("img/Controls/Basic/Page/s_left.png");background-size: 65%;background-position: 6px 6px; background-repeat: no-repeat;}
  316. .U_MD_F_Y .U_MD_F_YL .U_MD_F_YLS{background-image: url("img/Controls/Basic/Page/s_right.png");background-size: 63%;background-position: 6px 6px; background-repeat: no-repeat;}
  317. .U_MD_F_Y .U_MD_F_YL .U_MD_F_YN div, .U_MD_F_Y_Button {display: inline-block; cursor:pointer; border: 1px solid #DADADA;border-right: none;vertical-align: top;font-size:14px !important;min-width: 38px;text-align: center; background-color:White;}
  318. .U_MD_F_Y .U_MD_F_YL .U_MD_F_YN div.U_MD_F_Y_Button_Active, .U_MD_F_Y .U_MD_F_YL .U_MD_F_YN div.U_MD_F_Y_Button_Active:hover {color: white;background-color: rgb(45, 155, 239);border-color: rgb(45, 155, 239);}
  319. .U_MD_F_Y .U_MD_F_YL .U_MD_F_YN div:hover, .U_MD_F_YRZ:hover {color: #2285ee; box-shadow: rgba(34,133,238,.2) 0 0 10px inset;}
  320. /*
  321. .U_MD_F_Y .U_MD_F_YL .U_MD_F_YLOO, .U_MD_F_Y .U_MD_F_YL .U_MD_F_YLO { display: none; }
  322. .U_MD_F_Y .U_MD_F_YL .U_MD_F_YLF, .U_MD_F_Y .U_MD_F_YL .U_MD_F_YLFO { display: none; }
  323. .U_MD_F_Y .U_MD_F_YL div { display: inline-block; padding: 0 12px; height: 100%; border: 1px solid #ccc; border-right: none; }
  324. .U_MD_F_Y .U_MD_F_YL .U_MD_F_YN .U_MD_F_YNO { line-height: 33px; margin: 0; margin-left: 5px; }
  325. .U_MD_F_Y .U_MD_F_YL .U_MD_F_YN .U_MD_F_YNO:hover { border-color: #396dcd; background-color: #396dcd; }
  326. .U_MD_F_Y .U_MD_F_YL .U_MD_F_YN .U_MD_F_YNOO { border-color: #396dcd; background-color: #396dcd; }
  327. .U_MD_F_Y .U_MD_F_YR { border: 0; height: 33px; float: left; }
  328. .U_MD_F_Y .U_MD_F_YL { height: 33px; margin-top: 0px;display:inline-block; } #4f89ff
  329. .U_MD_F_Y .U_MD_F_YR { width: auto; height: 35px; padding: 0; font-size: 14px; float: left; }
  330. .U_MD_F_Y .U_MD_F_YR div { width: 57px; margin: 0px; padding: 0px; margin: 0 5px; float: left; }
  331. */
  332. .U_MD_F_Y .U_MD_F_YR {margin-left: 15px;}
  333. .U_MD_F_Y .U_MD_F_YR span {line-height: 35px;}
  334. .U_MD_F_Y .U_MD_F_YR input {height: 31px;width: 57px;border: #dfdfdf solid 1px;padding: 0 10px;border-radius: 4px;font-size: 14px;background: #fff;text-align: center;min-width: auto;width: 32px;height: 28px;margin: 0 6px;}
  335. .U_MD_F_Y .U_MD_F_YR .U_MD_F_YRZ {margin-left: 10px;line-height: 28px;background-color: White;border: 1px solid #DADADA;border-radius: 3px;display: inline-block;text-align: center;padding: 0 6px !important; cursor:pointer;}
  336. .U_MD_F_Y .U_MD_F_YR .U_MD_F_YRR { line-height: 33px; font-size: 14px; margin-left: 10px; }
  337. /***<jscompress sourcefile="Picture.css" />*/
  338. .U_MD_UI_Picture_picBox{position: relative;width: 100%;height: 100%;overflow: hidden;background-color: #f5f5f5;}
  339. .U_MD_UI_Picture_picArea{position: absolute;width: 1290px;}
  340. .U_MD_UI_Picture_picArea > ul {list-style-type: none;padding: 0;margin: 0;}
  341. #U_MD_UI_Picture_fa span:hover{cursor: pointer;}
  342. .U_MD_UI_Picture_picArea img{width: 100%;vertical-align: top;}
  343. .U_MD_UI_Picture_picArea:hover{cursor: Move;}
  344. #U_MD_UI_Picture_add:active{background-image: url("img/pictureView/add-active.png") !important;}
  345. #U_MD_UI_Picture_narrow:active{background-image: url("img/pictureView/narrow-active.png") !important;}
  346. #U_MD_UI_Picture_prev:active{background-image: url("img/pictureView/prev-active.png") !important;}
  347. #U_MD_UI_Picture_next:active{background-image: url("img/pictureView/next-active.png") !important;}
  348. #U_MD_UI_Picture_turnLeft:active{background-image: url("img/pictureView/turnLeft-active.png") !important;}
  349. #U_MD_UI_Picture_turnRight:active{background-image: url("img/pictureView/turnRight-active.png") !important;}
  350. /***<jscompress sourcefile="Video.css" />*/
  351. /*清除所有边距*/
  352. /*.U_MD_UI_video_VideoDiv * { margin: 0; padding: 0; position: relative; }*/ /*声博项目有影响 请重新调整 position: relative;????*/
  353. .U_MD_UI_video_VideoDiv * { margin: 0; padding: 0; }
  354. .U_MD_UI_video_VideoDiv { /*float: left;*/ margin: 0; padding: 0; overflow: hidden; }
  355. .U_MD_UI_video_VideoMain { width: 100%; height: 100%; background: #000; }
  356. .U_MD_UI_video_VideoControls { position: relative; bottom: 40px; width: 100%; height: 40px; background: #000; }
  357. /*.U_MD_UI_video_VideoControls * { float: left; position: absolute; }*/ /*声博项目有影响 请重新调整 position: absolute;???*/
  358. .U_MD_UI_video_VideoControls * { float: left; }
  359. .U_MD_UI_video_VideoControls .U_MD_UI_video_PlayPauseButton { width: 39px; height: 39px; cursor: pointer; }
  360. .U_MD_UI_video_VideoControls .U_MD_UI_video_PlayIcon { background: url("img/Controls/Video/playBtn.png") no-repeat center; }
  361. .U_MD_UI_video_VideoControls .U_MD_UI_video_PauseIcon { background: url("img/Controls/Video/pauseBtn.png") no-repeat center; }
  362. .U_MD_UI_video_VideoControls .U_MD_UI_video_Time { color: #fff; line-height: 39px; cursor: default; width: 52px; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
  363. .U_MD_UI_video_VideoControls .U_MD_UI_video_Progress { width: calc(100% - 295px); position: relative; top: calc(50% - 2px); background: #fff; height: 4px; margin: 0 10px; cursor: pointer; }
  364. .U_MD_UI_video_VideoControls .U_MD_UI_video_Progress .U_MD_UI_video_ProgressCircle { float: right; width: 10px; height: 10px; border-radius: 100%; background: #ffffff; position: relative; top: -3px; left: 5px; }
  365. .U_MD_UI_video_VideoControls .U_MD_UI_video_Progress .U_MD_UI_video_ProgressCurrentTime { height: 100%; background: #fdcd4d; cursor: pointer; float: left; }
  366. .U_MD_UI_video_VideoControls .U_MD_UI_video_SoundControls { background: url("img/Controls/Video/soundIcon.png") no-repeat center; height: 100%; width: 10px; margin: 0 0 0 15px; cursor: pointer; }
  367. .U_MD_UI_video_VideoControls .U_MD_UI_video_SoundProgress { width: 35px; position: relative; top: calc(50% - 2px); background: #fff; height: 4px; margin: 0 2px; cursor: pointer; }
  368. .U_MD_UI_video_VideoControls .U_MD_UI_video_SoundProgress .U_MD_UI_video_SoundProgressCurrent { height: 100%; background: #fdcd4d; cursor: pointer; }
  369. .U_MD_UI_video_VideoControls .U_MD_UI_video_FullScreen { background: url("img/Controls/Video/fullScreenBtn.png") no-repeat center; width: 28px; height: 100%; margin: 0 20px; cursor: pointer; }