Desktop.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752
  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/bgImg.png") 0px 0px / 100% auto no-repeat rgb(240, 240, 240);
  212. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="/img/icon/bgImg.png", sizingMethod=scale);
  213. }
  214. /*云端首页*/
  215. .U_MD_Home {
  216. color: #000;
  217. font-size: 12px;
  218. width: 0;
  219. height: 0;
  220. overflow: hidden;
  221. }
  222. /*width:100%; height:100%; position:absolute; top:0px; left:0px; width:100%; height:100%; overflow:hidden; color:#000; overflow:hidden;*/
  223. .U_MD_Home img {}
  224. .UD_Dtop {
  225. display: none;
  226. }
  227. /*文字处理区域*/
  228. .U_MD_D_Text_Abbreviation {
  229. text-decoration: none;
  230. text-overflow: ellipsis;
  231. white-space: nowrap;
  232. overflow: hidden;
  233. }
  234. /*桌面样式*/
  235. .U_MD_D {
  236. overflow: hidden;
  237. color: #FFF;
  238. position: absolute;
  239. left: 0;
  240. bottom: 0;
  241. top: 0;
  242. right: 0;
  243. }
  244. .U_MD_D_B {
  245. position: absolute;
  246. bottom: 30px;
  247. right: 5%;
  248. }
  249. .U_MD_D_BD {
  250. padding: 5px 10px;
  251. background-color: #5A5A5A;
  252. border-radius: 0px 0px 10px 10px;
  253. position: absolute;
  254. right: 5%;
  255. top: 0px;
  256. }
  257. .U_MD_D_BDA {
  258. overflow: hidden;
  259. height: 30px;
  260. line-height: 32px;
  261. float: left;
  262. }
  263. .U_MD_D_BDI {
  264. float: left;
  265. background-position: -536px -373px;
  266. width: 30px;
  267. height: 30px;
  268. cursor: pointer;
  269. }
  270. .U_MD_D_BDI img {
  271. width: 30px;
  272. height: 30px;
  273. border-radius: 50%;
  274. }
  275. .U_MD_D_BDL {
  276. float: left;
  277. color: #FFF;
  278. font-family: Arial;
  279. margin-left: 1px;
  280. cursor: pointer;
  281. }
  282. .U_MD_D_BDL div {
  283. margin-left: 10px;
  284. float: left;
  285. font-size: 14px;
  286. height: 30px;
  287. }
  288. .U_MD_D_BDL div:hover {
  289. color: #34BCFF;
  290. }
  291. .U_MD_D_BD_QRcode {
  292. padding: 5px 10px;
  293. background-color: #5A5A5A;
  294. border-radius: 0px 0px 10px 10px;
  295. position: absolute;
  296. right: -53px;
  297. top: 0px;
  298. }
  299. .U_MD_D_BD_QRcodeShare {
  300. display: none;
  301. padding: 5px 10px;
  302. background-color: #5A5A5A;
  303. position: absolute;
  304. right: -55px;
  305. top: 50px;
  306. }
  307. .U_MD_D_BD_QRcodeShare img {
  308. width: 100px;
  309. height: 100px;
  310. padding: 5px 5px;
  311. }
  312. .U_MD_D_BD_QRcode:hover+.U_MD_D_BD_QRcodeShare {
  313. display: block;
  314. }
  315. .U_MD_D_BZMD {
  316. position: relative;
  317. }
  318. .U_MD_D_BZMS {
  319. height: 40px;
  320. line-height: 30px;
  321. width: 721px;
  322. margin: 10px auto 0 auto;
  323. text-align: center;
  324. }
  325. .U_MD_D_BZMSA {
  326. display: inline-block;
  327. *display: inline;
  328. *zoom: 1;
  329. margin: auto;
  330. text-align: left;
  331. height: 40px;
  332. line-height: 40px;
  333. }
  334. .U_MD_D_BZM {
  335. width: 741px;
  336. margin: 20px auto 0 auto;
  337. position: relative;
  338. height: 94px;
  339. text-align: center;
  340. }
  341. .U_MD_D_BZMN {
  342. position: absolute;
  343. top: -10px;
  344. left: -40px;
  345. height: 22px;
  346. background-color: #EEE;
  347. padding: 0 6px;
  348. border-radius: 3px
  349. }
  350. .U_MD_D_BZMNL {
  351. float: left;
  352. width: 15px;
  353. height: 15px;
  354. margin-top: 3px;
  355. }
  356. .U_MD_D_BZMNLI {
  357. background-position: -574px -372px;
  358. }
  359. .U_MD_D_BZMNLO {
  360. background-position: -614px -372px;
  361. }
  362. .U_MD_D_BZMNLT {
  363. background-position: -594px -371px;
  364. }
  365. .U_MD_D_BZMNR {
  366. float: left;
  367. color: #222;
  368. line-height: 22px;
  369. margin-left: 3px;
  370. width: 50px;
  371. }
  372. .U_MD_D_BZMA {
  373. position: relative;
  374. padding: 0 30px;
  375. overflow: hidden;
  376. margin: auto;
  377. display: inline-block;
  378. *display: inline;
  379. *zoom: 1;
  380. height: 100%;
  381. overflow: hidden;
  382. }
  383. .U_MD_D_BZMT {
  384. padding: 0px 10px;
  385. }
  386. .U_MD_D_BZMM {
  387. width: 100%;
  388. height: 100%;
  389. top: 0;
  390. left: 0;
  391. background: #444;
  392. filter: alpha(opacity=50);
  393. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  394. -moz-opacity: 0.5;
  395. -khtml-opacity: 0.5;
  396. opacity: 0.5;
  397. position: absolute;
  398. border-radius: 6px;
  399. }
  400. .U_MD_D_BZMO {
  401. margin: -1px 0 0 40px;
  402. cursor: pointer;
  403. width: 63px;
  404. height: 83px;
  405. float: left;
  406. }
  407. .U_MD_D_BZMOA { width:51px; height:54px; padding:6px; /*border-radius: 3px;*/ color:#FFF; cursor:pointer;}
  408. .U_MD_D_BZMOA:hover { padding:5px; background-color:#505457; border:1px solid #777; }
  409. .U_MD_D_BZMOI {
  410. width: 51px;
  411. height: 51px;
  412. }
  413. .U_MD_D_BZMON {
  414. width: 51px;
  415. height: 15px;
  416. line-height: 15px;
  417. margin-top: 6px;
  418. text-align: center;
  419. }
  420. .U_MD_D_B .U_MD_D_BS {
  421. margin: 30px auto 0 auto;
  422. float: none;
  423. width: 675px;
  424. height: 32px;
  425. }
  426. .U_MD_D_BCM {
  427. display: block;
  428. width: 721px;
  429. margin: 20px auto 0 auto;
  430. height: 40px;
  431. text-align: center;
  432. overflow: hidden;
  433. }
  434. .U_MD_D_BCMO {
  435. width: 125px;
  436. background-color: #666;
  437. float: left;
  438. height: 25px;
  439. line-height: 25px;
  440. padding: 3px 6px;
  441. margin: 5px 0 0 20px;
  442. text-align: left;
  443. position: relative;
  444. }
  445. .U_MD_D_BCMOL {
  446. float: left;
  447. height: 100%;
  448. text-align: center;
  449. color: #EEE;
  450. margin-left: 2px;
  451. }
  452. .U_MD_D_BCMOL div {
  453. float: none;
  454. }
  455. .U_MD_D_BCMOLS {
  456. font-size: 12px;
  457. }
  458. .U_MD_D_BCMOR {
  459. float: left;
  460. margin-left: 11px;
  461. font-size: 13px;
  462. color: #FFF;
  463. width: 85px;
  464. }
  465. .U_MD_D_BZ {
  466. color: #FFF;
  467. font-family: Arial;
  468. background-color: #676767;
  469. padding: 8px 15px;
  470. font-style: normal;
  471. cursor: pointer;
  472. display: none;
  473. }
  474. .U_MD_D_BZ div {
  475. text-align: center;
  476. }
  477. /*桌面图标使用 */
  478. .U_MD_D_K {
  479. top: 0;
  480. left: 0;
  481. height: 100%;
  482. position: absolute;
  483. }
  484. .U_MD_D_KO {
  485. cursor: pointer;
  486. width: 63px;
  487. height: 83px;
  488. position: absolute;
  489. top: 0;
  490. left: 80px;
  491. padding: 1px;
  492. }
  493. .U_MD_D_KO:hover {
  494. background-color: #505457;
  495. border: 1px solid #777;
  496. padding: 0;
  497. }
  498. .U_MD_D_KOA {
  499. margin: 5px auto 0 auto;
  500. width: 51px;
  501. border-radius: 5px;
  502. }
  503. .U_MD_D_KOS {
  504. width: 51px;
  505. height: 51px;
  506. }
  507. .U_Img {
  508. background-size: 100% 100%;
  509. }
  510. .U_MD_D_KOX {
  511. width: 51px;
  512. height: 15px;
  513. line-height: 15px;
  514. margin-top: 6px;
  515. text-align: center;
  516. }
  517. .U_MD_D_NewsTipsIcon {
  518. background: rgba(250, 250, 250, 0) url(img/YSD20143.png);
  519. position: fixed;
  520. width: 51px;
  521. height: 54px;
  522. bottom: 80px;
  523. right: 90px;
  524. background-position: 85px 188px;
  525. border-radius: 38px;
  526. cursor: pointer;
  527. background-size: 1800%;
  528. visibility: visible;
  529. }
  530. .U_MD_D_T_taskbar_Bar_Operate_Button {
  531. font-size: 19px;
  532. cursor: pointer;
  533. text-align: center;
  534. }
  535. /*上传按钮*/
  536. .U_MD_D_filePrew {
  537. position: absolute;
  538. display: block;
  539. z-index: 1;
  540. border: 0;
  541. cursor: pointer;
  542. opacity: 0;
  543. filter: alpha(opacity: 0);
  544. width: 100%;
  545. height: 100%;
  546. overflow: hidden;
  547. }
  548. /*上传控件*/
  549. .U_MD_D_filePrew_I {
  550. display: block;
  551. position: relative;
  552. width: 100%;
  553. height: 100%;
  554. cursor: pointer;
  555. border: 0;
  556. color: #666;
  557. background: #eee;
  558. -moz-user-select: -moz-none;
  559. -webkit-user-select: none;
  560. opacity: 0;
  561. filter: alpha(opacity=0);
  562. -moz-opacity: 0;
  563. }
  564. /*头部消息*/
  565. .U_MD_D_MG_A {
  566. position: relative;
  567. }
  568. .U_MD_D_MG_T {
  569. background-color: #60e480;
  570. color: White;
  571. text-align: center;
  572. width: 18px;
  573. height: 18px;
  574. line-height: 18px;
  575. position: absolute;
  576. top: -7px;
  577. left: 22px;
  578. font-size: 10px;
  579. border-radius: 50%;
  580. display: none;
  581. cursor: pointer;
  582. }
  583. .U_MD_D_MG_O {
  584. width: 300px;
  585. z-index: 3;
  586. position: absolute;
  587. font-family: arial, sans-serif;
  588. background-color: White;
  589. border: 1px solid #838383;
  590. cursor: default;
  591. display: none;
  592. top: 35px;
  593. right: -34px;
  594. max-height: 230px;
  595. overflow: auto;
  596. }
  597. .U_MD_D_MG_OA {
  598. width: 100%;
  599. background: rgb(237, 237, 237);
  600. height: 100%;
  601. }
  602. .U_MD_D_MG_OM {
  603. background-color: #f2f2f2;
  604. width: 100%;
  605. text-align: center;
  606. height: 20px;
  607. line-height: 20px;
  608. cursor: pointer;
  609. padding: 5px 0;
  610. color: #000;
  611. display: none;
  612. }
  613. .U_MD_D_MG_OM:hover {}
  614. .U_MD_D_MG_OMS {
  615. color: #0b7aeb;
  616. margin-left: 10px;
  617. }
  618. .U_MD_U_P_C_P_N_I {
  619. outline: none;
  620. border: 0;
  621. color: black;
  622. overflow: hidden;
  623. background-color: transparent;
  624. width: 100%;
  625. border-radius: 35px;
  626. }