Desktop.css 20 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126
  1. /*整体样式*/
  2. /* @font-face {
  3. font-family: 'Source Han Sans SC';
  4. src: url('SourceHanSans-Regular.otf') format('truetype');
  5. font-weight: normal;
  6. font-style: normal;
  7. } */
  8. html {}
  9. html,
  10. body {
  11. cursor: default;
  12. height: 100%;
  13. position: absolute;
  14. top: 0;
  15. left: 0;
  16. margin: 0;
  17. padding: 0;
  18. border: 0;
  19. width: 100%;
  20. font-size: 12px;
  21. font-family: '黑体';
  22. color: #333;
  23. background-color: #FFF;
  24. }
  25. textarea,
  26. div[contentEditable='true'],
  27. input,
  28. div[class='UF_FW_Message U_MD_D_YesText'] div[class='U_MD_F_H_Z'] {
  29. outline: none;
  30. -khtml-user-select: text;
  31. -moz-user-input: enabled;
  32. -moz-user-focus: -moz-all;
  33. -webkit-user-select: text;
  34. -moz-user-select: -moz-all;
  35. -ms-user-select: text;
  36. cursor: text;
  37. }
  38. input[type="button"] {
  39. border: 0;
  40. }
  41. span {
  42. text-decoration: none;
  43. text-overflow: ellipsis;
  44. overflow: hidden;
  45. }
  46. /* 自定义滚动条样式 */
  47. body div ::-webkit-scrollbar {
  48. width: 12px;
  49. /*height: 12px 隐藏下方的滚动条*/
  50. }
  51. body div ::-webkit-scrollbar-button:vertical {
  52. display: none;
  53. }
  54. body div ::-webkit-scrollbar:vertical {
  55. background-color: #fff;
  56. }
  57. body div ::-webkit-scrollbar-track-piece {
  58. background: #fff;
  59. }
  60. body div ::-webkit-scrollbar-thumb {
  61. background-color: #8E8E8E;
  62. border-radius: 5px;
  63. }
  64. body div ::-webkit-scrollbar-thumb:hover {
  65. background-color: #3B3B3B;
  66. }
  67. body div ::-webkit-scrollbar-corner:vertical {
  68. background-color: #535353;
  69. }
  70. body div ::-webkit-scrollbar-resizer:vertical {
  71. background-color: #FF6E00;
  72. }
  73. /*主样式*/
  74. .usestudio {
  75. margin: 0;
  76. padding: 0;
  77. border: 0;
  78. width: 100%;
  79. height: 100%;
  80. position: absolute;
  81. top: 0;
  82. left: 0;
  83. background-color: White;
  84. }
  85. .usestudio_server {
  86. margin: 0;
  87. padding: 0;
  88. border: 0;
  89. width: 0;
  90. height: 0;
  91. cursor: default;
  92. -webkit-text-size-adjust: none;
  93. overflow: hidden;
  94. }
  95. .ErrorTip {
  96. display: block;
  97. font-style: normal;
  98. height: 21px;
  99. line-height: 21px;
  100. margin-top: -23px;
  101. font-size: 12px;
  102. color: #222;
  103. cursor: text;
  104. width: 250px;
  105. }
  106. /*提示区域*/
  107. /* ie */
  108. .Scrollbar {
  109. overflow: auto;
  110. scrollbar-arrow-color: #757778;
  111. scrollbar-face-color: #fff;
  112. scrollbar-darkshadow-color: #fff;
  113. scrollbar-highlight-color: #bec1c4;
  114. scrollbar-shadow-color: #bec1c4;
  115. scrollbar-track-color: #fff;
  116. scrollbar-3dlight-color: #fff;
  117. }
  118. /*云端切图*/
  119. .U_Img {
  120. background-image: url(/img/YS2017.png);
  121. _background-image: url(/img/YSD2014.gif);
  122. }
  123. .U_TaskbarImg {
  124. background-image: url(/img/taskbar.png);
  125. _background-image: url(/img/YSD2014.gif);
  126. }
  127. .U_TaskbarImg1 {
  128. background-position: -294px -20px;
  129. width: 30px;
  130. height: 30px;
  131. }
  132. .U_TaskbarImg2 {
  133. background-position: -248px -20px;
  134. width: 30px;
  135. height: 30px;
  136. }
  137. .U_TaskbarImg3 {
  138. background-position: -114px -20px;
  139. width: 30px;
  140. height: 30px;
  141. }
  142. .U_TaskbarImg4 {
  143. background-position: -339px -20px;
  144. width: 30px;
  145. height: 30px;
  146. }
  147. .U_TaskbarImg5 {
  148. background-position: -204px -20px;
  149. width: 30px;
  150. height: 30px;
  151. }
  152. .U_TaskbarImg6 {
  153. background-position: -69px -20px;
  154. width: 30px;
  155. height: 30px;
  156. }
  157. .U_TaskbarImg7 {
  158. background-position: -159px -20px;
  159. width: 30px;
  160. height: 30px;
  161. }
  162. .U_TaskbarImg8 {
  163. background-position: -384px -20px;
  164. width: 30px;
  165. height: 30px;
  166. }
  167. .U_MD_D_NotText {
  168. -webkit-text-size-adjust: none;
  169. -webkit-user-select: none;
  170. -khtml-user-select: none;
  171. -moz-user-select: -moz-none;
  172. -ms-user-select: none;
  173. -webkit-user-drag: none;
  174. -webkit-tap-highlight-color: transparent;
  175. }
  176. .U_MD_D_YesText {
  177. -webkit-user-select: text;
  178. -moz-user-select: -moz-all;
  179. -moz-user-input: enabled;
  180. -moz-user-focus: -moz-all;
  181. }
  182. /*.UD_ICON { background:url(/img/windowOE.png); _background:url(/img/windowOE.jpg); }*/
  183. /*常用圆角*/
  184. .U_MD_D_Radius_5 {
  185. -moz-border-radius: 5px;
  186. -moz-border-radius: 5px;
  187. -webkit-border-radius: 5px;
  188. -webkit-border--radius: 5px;
  189. border-radius: 5px;
  190. border-radius: 5px;
  191. }
  192. .U_MD_D_Radius_18 {
  193. -moz-border-radius: 18px;
  194. -moz-border-radius: 18px;
  195. -webkit-border-radius: 18px;
  196. -webkit-border--radius: 18px;
  197. border-radius: 18px;
  198. border-radius: 18px;
  199. }
  200. .U_MD_D_Radius_5_0 {
  201. -moz-border-radius: 5px 5px 0 0;
  202. -moz-border-radius: 5px 5px 0 0;
  203. -webkit-border-radius: 5px 5px 0 0;
  204. -webkit-border--radius: 5px 5px 0 0;
  205. border-radius: 5px 5px 0 0;
  206. border-radius: 5px 5px 0 0;
  207. }
  208. #U_MD_D_BG {
  209. position: absolute;
  210. z-index: 0;
  211. left: 0;
  212. right: 0;
  213. top: 0;
  214. bottom: 0;
  215. overflow-y: hidden;
  216. overflow-x: hidden;
  217. background: url("/img/icon/bgImg4.png") 0px 0px / 100% auto repeat rgb(240, 240, 240);
  218. /* background: url("/img/icon/mingdeBg.png") 0px 0px / 100% auto repeat rgb(240, 240, 240); */
  219. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="/img/icon/bgImg4.png", sizingMethod=scale);
  220. background-size: cover;
  221. }
  222. #U_MD_D_BG_GM {
  223. position: absolute;
  224. z-index: 0;
  225. left: 0;
  226. right: 0;
  227. top: 0;
  228. bottom: 0;
  229. overflow-y: hidden;
  230. overflow-x: hidden;
  231. background: url("/img/icon/gm/bg.png") 0px 0px / 100% auto repeat rgb(240, 240, 240);
  232. /* background: url("/img/icon/mingdeBg.png") 0px 0px / 100% auto repeat rgb(240, 240, 240); */
  233. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="/img/icon/bgImg4.png", sizingMethod=scale);
  234. background-size: cover;
  235. }
  236. /*云端首页*/
  237. .U_MD_Home {
  238. color: #000;
  239. font-size: 12px;
  240. width: 0;
  241. height: 0;
  242. overflow: hidden;
  243. }
  244. /*width:100%; height:100%; position:absolute; top:0px; left:0px; width:100%; height:100%; overflow:hidden; color:#000; overflow:hidden;*/
  245. .U_MD_Home img {}
  246. .UD_Dtop {
  247. display: none;
  248. }
  249. /*文字处理区域*/
  250. .U_MD_D_Text_Abbreviation {
  251. text-decoration: none;
  252. text-overflow: ellipsis;
  253. white-space: nowrap;
  254. overflow: hidden;
  255. }
  256. /*桌面样式*/
  257. .U_MD_D {
  258. overflow: hidden;
  259. color: #FFF;
  260. position: absolute;
  261. left: 0;
  262. bottom: 0;
  263. top: 0;
  264. right: 0;
  265. }
  266. .U_MD_D_B {
  267. position: absolute;
  268. bottom: 30px;
  269. right: 5%;
  270. }
  271. .U_MD_D_BD {
  272. padding: 5px 10px;
  273. background-color: #5a5a5a;
  274. border-radius: 5px;
  275. position: absolute;
  276. right: 5%;
  277. top: 4px;
  278. }
  279. .U_MD_D_BDA {
  280. overflow: hidden;
  281. height: 30px;
  282. line-height: 32px;
  283. float: left;
  284. }
  285. .U_MD_D_BDI {
  286. float: left;
  287. background-position: -536px -373px;
  288. width: 30px;
  289. height: 30px;
  290. cursor: pointer;
  291. }
  292. .U_MD_D_BDI img {
  293. width: 30px;
  294. height: 30px;
  295. border-radius: 50%;
  296. }
  297. .U_MD_D_BDL {
  298. float: left;
  299. color: #FFF;
  300. font-family: Arial;
  301. cursor: pointer;
  302. display: flex;
  303. align-items: center;
  304. justify-content: space-between;
  305. flex-direction: row;
  306. width: 65px;
  307. }
  308. .U_MD_D_BDL div {
  309. float: left;
  310. font-size: 14px;
  311. height: 30px;
  312. color: #d9d9d9;
  313. }
  314. .U_MD_D_BDL div:hover {
  315. color: #fff;
  316. }
  317. .U_MD_D_BD_QRcode {
  318. padding: 5px 10px;
  319. background-color: #5A5A5A;
  320. border-radius: 0px 0px 10px 10px;
  321. position: absolute;
  322. right: -53px;
  323. top: 0px;
  324. }
  325. .U_MD_D_BD_QRcodeShare {
  326. display: none;
  327. padding: 5px 10px;
  328. background-color: #5A5A5A;
  329. position: absolute;
  330. right: -55px;
  331. top: 50px;
  332. }
  333. .U_MD_D_BD_QRcodeShare img {
  334. width: 100px;
  335. height: 100px;
  336. padding: 5px 5px;
  337. }
  338. .U_MD_D_BD_QRcode:hover+.U_MD_D_BD_QRcodeShare {
  339. display: block;
  340. }
  341. .U_MD_D_BD_notice_img {
  342. height: 20px !important;
  343. margin: 0 5px;
  344. display: none;
  345. }
  346. .U_MD_D_BD_notice_img>img {
  347. width: 100%;
  348. height: 100%;
  349. }
  350. .U_MD_D_BD_notice {
  351. display: none;
  352. /* padding: 5px 10px; */
  353. background-color: #0a2036cc;
  354. position: absolute;
  355. right: 0;
  356. top: 50px;
  357. border-radius: 10px;
  358. width: 300px;
  359. }
  360. .U_MD_D_BD_notice:hover {
  361. background-color: #0a2036e2;
  362. }
  363. .U_MD_D_BD_notice_title {
  364. width: 100%;
  365. display: flex;
  366. align-items: center;
  367. font-size: 15px;
  368. padding: 13px 15px;
  369. box-sizing: border-box;
  370. background: rgb(44, 44, 44);
  371. justify-content: space-between;
  372. border-top-left-radius: 10px;
  373. border-top-right-radius: 10px;
  374. }
  375. .U_MD_D_BD_notice_title {
  376. cursor: pointer;
  377. }
  378. .U_MD_D_BD_noticeBox {
  379. padding: 10px 15px;
  380. width: 100%;
  381. box-sizing: border-box;
  382. font-size: 15px;
  383. cursor: pointer;
  384. }
  385. .U_MD_D_BD_noticeBox+.U_MD_D_BD_noticeBox {
  386. border-top: 1px solid #5f5f5f84;
  387. }
  388. .U_MD_D_BD_noticeBox_title {
  389. width: 100%;
  390. display: flex;
  391. }
  392. .U_MD_D_BD_noticeBox_title>span:nth-child(1) {
  393. /* margin-left: 8px; */
  394. width: calc(100%);
  395. overflow: hidden;
  396. text-overflow: ellipsis;
  397. white-space: nowrap;
  398. word-break: break-word;
  399. }
  400. .U_MD_D_BD_noticeBox_content {
  401. margin-top: 5px;
  402. width: 100%;
  403. display: flex;
  404. }
  405. .U_MD_D_BD_noticeBox_content span {
  406. width: calc(100%);
  407. overflow: hidden;
  408. text-overflow: ellipsis;
  409. white-space: nowrap;
  410. word-break: break-word;
  411. color: #979797;
  412. }
  413. .U_MD_D_BD_noticeBox_time {
  414. margin-top: 5px;
  415. width: 100%;
  416. color: #979797;
  417. font-size: 14px;
  418. }
  419. .U_MD_D_BZMD {
  420. position: relative;
  421. }
  422. .U_MD_D_BZMS {
  423. height: 40px;
  424. line-height: 30px;
  425. width: 721px;
  426. margin: 10px auto 0 auto;
  427. text-align: center;
  428. }
  429. .U_MD_D_BZMSA {
  430. display: inline-block;
  431. *display: inline;
  432. *zoom: 1;
  433. margin: auto;
  434. text-align: left;
  435. height: 40px;
  436. line-height: 40px;
  437. }
  438. .U_MD_D_BZM {
  439. width: 741px;
  440. margin: 20px auto 0 auto;
  441. position: relative;
  442. height: 94px;
  443. text-align: center;
  444. }
  445. .U_MD_D_BZMN {
  446. position: absolute;
  447. top: -10px;
  448. left: -40px;
  449. height: 22px;
  450. background-color: #EEE;
  451. padding: 0 6px;
  452. border-radius: 3px
  453. }
  454. .U_MD_D_BZMNL {
  455. float: left;
  456. width: 15px;
  457. height: 15px;
  458. margin-top: 3px;
  459. }
  460. .U_MD_D_BZMNLI {
  461. background-position: -574px -372px;
  462. }
  463. .U_MD_D_BZMNLO {
  464. background-position: -614px -372px;
  465. }
  466. .U_MD_D_BZMNLT {
  467. background-position: -594px -371px;
  468. }
  469. .U_MD_D_BZMNR {
  470. float: left;
  471. color: #222;
  472. line-height: 22px;
  473. margin-left: 3px;
  474. width: 50px;
  475. }
  476. .U_MD_D_BZMA {
  477. position: relative;
  478. padding: 0 30px;
  479. overflow: hidden;
  480. margin: auto;
  481. display: inline-block;
  482. *display: inline;
  483. *zoom: 1;
  484. height: 100%;
  485. overflow: hidden;
  486. }
  487. .U_MD_D_BZMT {
  488. padding: 0px 10px;
  489. }
  490. .U_MD_D_BZMM {
  491. width: 100%;
  492. height: 100%;
  493. top: 0;
  494. left: 0;
  495. background: #444;
  496. filter: alpha(opacity=50);
  497. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  498. -moz-opacity: 0.5;
  499. -khtml-opacity: 0.5;
  500. opacity: 0.5;
  501. position: absolute;
  502. border-radius: 6px;
  503. }
  504. .U_MD_D_BZMO {
  505. margin: -1px 0 0 40px;
  506. cursor: pointer;
  507. width: 63px;
  508. height: 83px;
  509. float: left;
  510. }
  511. .U_MD_D_BZMOA {
  512. width: 51px;
  513. height: 54px;
  514. padding: 6px;
  515. /*border-radius: 3px;*/
  516. color: #FFF;
  517. cursor: pointer;
  518. }
  519. .U_MD_D_BZMOA:hover {
  520. padding: 5px;
  521. background-color: #505457;
  522. border: 1px solid #777;
  523. }
  524. .U_MD_D_BZMOI {
  525. width: 51px;
  526. height: 51px;
  527. }
  528. .U_MD_D_BZMON {
  529. width: 51px;
  530. height: 15px;
  531. line-height: 15px;
  532. margin-top: 6px;
  533. text-align: center;
  534. }
  535. .U_MD_D_B .U_MD_D_BS {
  536. margin: 30px auto 0 auto;
  537. float: none;
  538. width: 675px;
  539. height: 32px;
  540. }
  541. .U_MD_D_BCM {
  542. display: block;
  543. width: 721px;
  544. margin: 20px auto 0 auto;
  545. height: 40px;
  546. text-align: center;
  547. overflow: hidden;
  548. }
  549. .U_MD_D_BCMO {
  550. width: 125px;
  551. background-color: #666;
  552. float: left;
  553. height: 25px;
  554. line-height: 25px;
  555. padding: 3px 6px;
  556. margin: 5px 0 0 20px;
  557. text-align: left;
  558. position: relative;
  559. }
  560. .U_MD_D_BCMOL {
  561. float: left;
  562. height: 100%;
  563. text-align: center;
  564. color: #EEE;
  565. margin-left: 2px;
  566. }
  567. .U_MD_D_BCMOL div {
  568. float: none;
  569. }
  570. .U_MD_D_BCMOLS {
  571. font-size: 12px;
  572. }
  573. .U_MD_D_BCMOR {
  574. float: left;
  575. margin-left: 11px;
  576. font-size: 13px;
  577. color: #FFF;
  578. width: 85px;
  579. }
  580. .U_MD_D_BZ {
  581. color: #FFF;
  582. font-family: Arial;
  583. background-color: #676767;
  584. padding: 8px 15px;
  585. font-style: normal;
  586. cursor: pointer;
  587. display: none;
  588. }
  589. .U_MD_D_BZ div {
  590. text-align: center;
  591. }
  592. /*桌面图标使用 */
  593. .U_MD_D_K {
  594. top: 0;
  595. left: 0;
  596. height: 100%;
  597. position: absolute;
  598. }
  599. .U_MD_D_KO {
  600. cursor: pointer;
  601. width: 65px;
  602. height: 85px;
  603. position: absolute;
  604. top: 0;
  605. left: 80px;
  606. }
  607. .U_MD_D_KO_AI {
  608. cursor: pointer;
  609. width: 65px;
  610. height: 65px;
  611. position: absolute;
  612. right: 20px;
  613. bottom: 20px;
  614. background-image: url("/img/aichat.png");
  615. z-index: 9999;
  616. }
  617. .U_MD_D_KO:hover {
  618. background-color: #8eaad1;
  619. border-radius: 5px;
  620. box-sizing: border-box;
  621. }
  622. .U_MD_D_KO_GM {
  623. cursor: pointer;
  624. width: 124px;
  625. height: 145px;
  626. position: absolute;
  627. top: 0;
  628. left: 80px;
  629. }
  630. .U_MD_D_KO_GM:hover {
  631. background-color: #8eaad1;
  632. border-radius: 5px;
  633. box-sizing: border-box;
  634. }
  635. .U_MD_D_KOA {
  636. margin: 5px auto 0 auto;
  637. width: 57px;
  638. border-radius: 5px;
  639. display: flex;
  640. flex-direction: column;
  641. flex-wrap: nowrap;
  642. align-items: center;
  643. }
  644. .U_MD_D_KOS {
  645. width: 57px;
  646. height: 57px;
  647. }
  648. .U_Img {
  649. background-size: 100% 100%;
  650. }
  651. .U_MD_D_KOX {
  652. width: 51px;
  653. height: 15px;
  654. line-height: 15px;
  655. margin-top: 3px;
  656. text-align: center;
  657. }
  658. .U_MD_D_NewsTipsIcon {
  659. background: rgba(250, 250, 250, 0) url(/img/YSD20143.png);
  660. position: fixed;
  661. width: 51px;
  662. height: 54px;
  663. bottom: 80px;
  664. right: 90px;
  665. background-position: 85px 188px;
  666. border-radius: 38px;
  667. cursor: pointer;
  668. background-size: 1800%;
  669. visibility: visible;
  670. }
  671. .U_MD_D_T_taskbar_Bar_Operate_Button {
  672. font-size: 19px;
  673. cursor: pointer;
  674. text-align: center;
  675. }
  676. /*上传按钮*/
  677. .U_MD_D_filePrew {
  678. position: absolute;
  679. display: block;
  680. z-index: 1;
  681. border: 0;
  682. cursor: pointer;
  683. opacity: 0;
  684. filter: alpha(opacity 0);
  685. width: 100%;
  686. height: 100%;
  687. overflow: hidden;
  688. }
  689. /*上传控件*/
  690. .U_MD_D_filePrew_I {
  691. display: block;
  692. position: relative;
  693. width: 100%;
  694. height: 100%;
  695. cursor: pointer;
  696. border: 0;
  697. color: #666;
  698. background: #eee;
  699. -moz-user-select: -moz-none;
  700. -webkit-user-select: none;
  701. opacity: 0;
  702. filter: alpha(opacity=0);
  703. -moz-opacity: 0;
  704. }
  705. /*头部消息*/
  706. .U_MD_D_MG_A {
  707. position: relative;
  708. }
  709. .U_MD_D_MG_T {
  710. background-color: #60e480;
  711. color: White;
  712. text-align: center;
  713. width: 18px;
  714. height: 18px;
  715. line-height: 18px;
  716. position: absolute;
  717. top: -7px;
  718. left: 22px;
  719. font-size: 10px;
  720. border-radius: 50%;
  721. display: none;
  722. cursor: pointer;
  723. }
  724. .U_MD_D_MG_O {
  725. width: 300px;
  726. z-index: 3;
  727. position: absolute;
  728. font-family: arial, sans-serif;
  729. background-color: White;
  730. border: 1px solid #838383;
  731. cursor: default;
  732. display: none;
  733. top: 35px;
  734. right: -34px;
  735. max-height: 230px;
  736. overflow: auto;
  737. }
  738. .U_MD_D_MG_OA {
  739. width: 100%;
  740. background: rgb(237, 237, 237);
  741. height: 100%;
  742. }
  743. .U_MD_D_MG_OM {
  744. background-color: #f2f2f2;
  745. width: 100%;
  746. text-align: center;
  747. height: 20px;
  748. line-height: 20px;
  749. cursor: pointer;
  750. padding: 5px 0;
  751. color: #000;
  752. display: none;
  753. }
  754. .U_MD_D_MG_OM:hover {}
  755. .U_MD_D_MG_OMS {
  756. color: #0b7aeb;
  757. margin-left: 10px;
  758. }
  759. .U_MD_U_P_C_P_N_I {
  760. outline: none;
  761. border: 0;
  762. color: black;
  763. overflow: hidden;
  764. background-color: transparent;
  765. width: 100%;
  766. border-radius: 35px;
  767. }
  768. .form_delete-main,
  769. .form_delete-main-room {
  770. background: #fff;
  771. padding: 20px;
  772. margin: 10px auto 10px auto;
  773. width: 80%;
  774. height: 170px;
  775. }
  776. .form_delete-main-room {
  777. height: 360px !important;
  778. }
  779. #add_room,
  780. #invite_members {
  781. background: #f3f3f3 !important;
  782. }
  783. .form_delete-main_box {
  784. width: 320px;
  785. height: 40px;
  786. border: 1px solid #DCDFE6;
  787. text-indent: 10px;
  788. border-radius: 5px;
  789. margin: 18px 0 10px 0;
  790. }
  791. .remark {
  792. font-size: 14px;
  793. border-bottom: 1px solid #f1f1f1;
  794. padding: 0 0 15px 0;
  795. }
  796. .form-cencal,
  797. .form-confirm {
  798. background: #3E86FF;
  799. border: none;
  800. width: 96px;
  801. height: 38px;
  802. color: #fff;
  803. text-align: center;
  804. border-radius: 5px;
  805. line-height: 38px;
  806. cursor: pointer;
  807. }
  808. .form-btn,
  809. .copy-btn {
  810. display: flex;
  811. flex-direction: row;
  812. align-items: center;
  813. justify-content: space-evenly;
  814. margin: 20px 0;
  815. }
  816. .copy-btn {
  817. background: #DCDCDC;
  818. height: 40px;
  819. margin: 10px 0 0 0 !important;
  820. }
  821. .copy-message {
  822. background: #3085E4;
  823. color: #fff;
  824. border: none;
  825. width: 120px;
  826. height: 30px;
  827. border-radius: 20px;
  828. cursor: pointer;
  829. }
  830. .room_number {
  831. margin: 10px 0 30px 0;
  832. font-size: 14px;
  833. display: flex;
  834. flex-direction: row;
  835. justify-content: flex-start;
  836. align-items: center;
  837. }
  838. .avatar {
  839. width: 30px;
  840. min-width: 30px;
  841. margin-right: 5px;
  842. display: none;
  843. }
  844. .avatar>img {
  845. width: 100%;
  846. height: 100%;
  847. }
  848. .clickNav {
  849. margin: 10px 0;
  850. font-size: 14px;
  851. }
  852. .link,
  853. .roomNumber {
  854. margin: 10px 0 30px 0;
  855. font-size: 12px;
  856. color: #3085E4;
  857. }
  858. .roomNumber {
  859. font-size: 24px;
  860. margin-left: 10px;
  861. }
  862. .text {
  863. display: none;
  864. }
  865. .searchPerson {
  866. display: flex;
  867. position: relative;
  868. height: 25px;
  869. }
  870. .inputSearch {
  871. height: 30px;
  872. width: 100%;
  873. border: none;
  874. background: #eaeaea;
  875. border-radius: 10px;
  876. padding: 0 15px;
  877. font-size: 12px;
  878. }
  879. .checkboxPerson {
  880. margin: 20px 0;
  881. }
  882. .personAvatar {
  883. width: 55px;
  884. height: 50px;
  885. background: url("../../../img/icon/avatar.png") no-repeat;
  886. background-size: 100% 100%;
  887. margin: 0 10px;
  888. }
  889. .searchImg {
  890. width: 25px;
  891. height: 25px;
  892. position: absolute;
  893. right: 5px;
  894. top: 3px;
  895. background: url("../../../img/icon/search.png") no-repeat;
  896. background-size: 100% 100%;
  897. cursor: pointer;
  898. }
  899. .person {
  900. display: flex;
  901. flex-direction: row;
  902. justify-content: flex-start;
  903. align-items: center;
  904. }
  905. .U_PBL_Check{
  906. position: fixed;
  907. bottom: 15%;
  908. right: 5%;
  909. display: none;
  910. }
  911. .U_PBL_Check>div{
  912. background: #595959;
  913. height: 45px;
  914. width: 110px;
  915. font-size: 14px;
  916. border-radius: 5px;
  917. opacity: .7;
  918. cursor: pointer;
  919. display: flex;
  920. align-items: center;
  921. justify-content: center;
  922. }
  923. .U_PBL_Check>div + div{
  924. margin-top: 10px;
  925. cursor: pointer;
  926. }
  927. .U_PBL_Check>div>span{
  928. color: #fff;
  929. }
  930. .U_PBL_Check>div:nth-child(1):before{
  931. content: '';
  932. display: inline-block;
  933. background: url(../../img/icon/easy/standard.png);
  934. width: 20px;
  935. height: 20px;
  936. background-size: 100% 100%;
  937. margin-right: 3px;
  938. }
  939. .U_PBL_Check>div:nth-child(2)::before{
  940. content: '';
  941. display: inline-block;
  942. background: url(../../img/icon/easy/easy.png);
  943. width: 20px;
  944. height: 24px;
  945. background-size: 100% 100%;
  946. margin-right: 3px;
  947. }
  948. .U_PBL_Check>.active{
  949. opacity: 1;
  950. }