Desktop.css 18 KB

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