You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

openi.less 21 kB

4 years ago
5 years ago
5 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033
  1. a {
  2. color: #0366d6;
  3. }
  4. .nowrap{
  5. white-space: nowrap;
  6. overflow: hidden;
  7. text-overflow: ellipsis;
  8. }
  9. .ui .text.yellow a {
  10. color: #fbbd08!important
  11. }
  12. .ui .text.yellow a:hover {
  13. color: #f2711c!important
  14. }
  15. .ui.small.label.topic{
  16. margin-bottom: 0;
  17. font-weight: 400;
  18. }
  19. .mb-1 {
  20. margin-bottom: 8px !important;
  21. }
  22. .mb-2 {
  23. margin-bottom: 16px !important;
  24. }
  25. .following.bar #navbar .brand{
  26. padding-left: 0;
  27. padding-top: 0;
  28. padding-bottom: 0;
  29. }
  30. .following.bar .brand .ui.mini.image {
  31. width: auto;
  32. height: 40px;
  33. }
  34. .following.bar.dark {
  35. background-color: #363840;
  36. }
  37. .ui.secondary.menu.dark .item{
  38. color: #FFF;
  39. }
  40. .ui.secondary.menu.dark .item:hover{
  41. color: #40A9FF;
  42. }
  43. .ui.secondary.menu .active.item{
  44. color: #40A9FF;
  45. border-bottom: 1px solid #40A9FF;
  46. border-radius: 0;
  47. }
  48. .repository:not(.new), .organization:not(.new), .explore, .dashboard {
  49. padding-top: 0px;
  50. }
  51. .dashboard .dashboard-navbar, .organization .organization-header, .explore .repos--seach{
  52. padding-top:15px;
  53. padding-bottom: 15px;
  54. padding-left: 0;
  55. margin-bottom: 20px;
  56. background-color:#f5f5f6 !important;
  57. border-bottom: 1px solid rgba(34,36,38,.15);
  58. }
  59. .following.bar .text .svg.octicon-triangle-down {
  60. color: #3291F8;
  61. }
  62. .ui .avatar.image {
  63. border-radius: 30px;
  64. }
  65. footer {
  66. background-color: #f5f5f6;
  67. padding-bottom: 1.0rem;
  68. }
  69. .repository .header-wrapper {
  70. background-color: #f5f5f6;
  71. margin-top: 0px;
  72. }
  73. /*moble*/
  74. .ui.menu:not(.vertical) .item>.button {
  75. color: #FFF;
  76. box-shadow: 0 0 0 1px rgba(255,255,255,.35) inset;
  77. }
  78. /*PC*/
  79. @media only screen and (min-width: 1200px){
  80. .following.bar #navbar, footer .container {
  81. padding: 0;
  82. }
  83. }
  84. @media (min-width: 1600px) {
  85. .ui.ui.ui.container:not(.fluid) {
  86. width: 1400px;
  87. }
  88. }
  89. /*start page*/
  90. .ui.header.section--header{
  91. font-size: 50px;
  92. font-weight: 300;
  93. text-align: center;
  94. margin-bottom: 1.0em;
  95. }
  96. .ui.header.section--header .sub.header {
  97. font-size: 20px;
  98. line-height: 30px;
  99. color: #9b9b9b;
  100. text-align: center;
  101. color: rgba(255,255,255,.6);
  102. }
  103. .ui.inverted.segment>.ui.header.section--header .sub.header{
  104. color: rgba(255,255,255,.6);
  105. }
  106. #index-project {
  107. background: #002060;
  108. color: #FFF;
  109. position: relative;
  110. padding-top: 3.0em;
  111. padding-bottom:2.0em
  112. }
  113. #index-project .ui.inverted.segment, #index-project .ui.primary.inverted.segment{
  114. background:none;
  115. }
  116. .prorow{
  117. background: rgba(0,27,81,0.8);
  118. }
  119. .flip{
  120. position:absolute;
  121. left:6px;
  122. right:6px;
  123. top:6px;
  124. bottom:6px;
  125. border:2px solid #ffc000;
  126. border-radius: 12px;
  127. transition: transform 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  128. transform: perspective(800px) rotateY(0deg);
  129. transform-style: preserve-3d;
  130. z-index:5;
  131. }
  132. .flip-more{ border-color:#4472c4}
  133. .flip-blue{ border-color:#00b0f0}
  134. .flip-green{ border-color:#00b050}
  135. #index-project .ipros:hover .flip{transform: perspective(800px) rotateY(180deg);}
  136. #index-project .ui.card{
  137. margin:0 auto;
  138. background:none;
  139. border:none;
  140. box-shadow:none;
  141. }
  142. #index-project .ui.card>.image>img{
  143. width:auto;
  144. margin:10px auto;
  145. }
  146. .ui.card>.extra, .ui.cards>.card>.extra{
  147. border-top:none !important;
  148. padding: .5em .5em 1em;
  149. }
  150. #index-project .ui.card>.content, #index-project.ui.cards>.card>.content{
  151. padding: 0.5em 0.2em;
  152. }
  153. .ui.inverted.segment .ui.card>.content>.header, .ui.inverted.segment .ui.cards>.card>.content>.header{
  154. color: rgba(255,255,255,.9);
  155. }
  156. .ui.inverted.segment .ui.card .meta, .ui.inverted.segment .ui.cards>.card .meta{
  157. color: #5b9bd5;
  158. }
  159. .ui.inverted.segment .ui.card>.extra, .ui.inverted.segment .ui.cards>.card>.extra {
  160. color: rgba(255,255,255,.4);
  161. }
  162. #particles{ width: 100%; height:100%; position: absolute; top:0; left:0; right:0; bottom:0;}
  163. footer .ui.vertical.text.menu:first-child{ margin-top: 1em}
  164. footer .ui.vertical.menu .header.item{ background:none}
  165. footer .column{margin-bottom:0!important; padding-bottom:0!important;}
  166. /*explore*/
  167. .explore .ui.secondary.vertical.pointing.menu,
  168. .explore .ui.secondary.vertical.pointing.menu .item,
  169. .organization .ui.secondary.vertical.pointing.menu,
  170. .organization .ui.secondary.vertical.pointing.menu .item{
  171. border-right-width: 0;
  172. }
  173. .explore .computer.only .ui.secondary.pointing.menu .item{
  174. padding-left:0;
  175. }
  176. .ui.repository.list .item .ui.header .metas{
  177. text-align: right;
  178. }
  179. @media only screen and (max-width:767.98px){
  180. .explore .repository.list .ui.right.menu{
  181. float: none;
  182. }
  183. }
  184. /*organization*/
  185. .organization-info{
  186. padding-top:15px;
  187. margin-bottom:2.5rem;
  188. }
  189. .organization-info > .container{
  190. overflow: auto;
  191. background: url(/img/org_bg.png) no-repeat center center #f5f5f6;
  192. padding-top: 30px;
  193. padding-bottom:20px;
  194. background-size: cover;
  195. border-radius: 5px;
  196. border: 1px solid #efefef;
  197. }
  198. .organization.profile #org-info .ui.header{
  199. font-size: 1.71428571rem;
  200. margin-bottom: 10px;
  201. font-weight: 400;
  202. }
  203. .organization.profile #org-avatar {
  204. width: 80px;
  205. height: 80px;
  206. margin-left: auto;
  207. margin-right: auto;
  208. margin-bottom: 15px;
  209. border: solid 5px #FFF;
  210. }
  211. .organization.profile #org-info .desc {
  212. font-size: 14px;
  213. width: 80%;
  214. margin: 0 auto 10px;
  215. color: #FFF;
  216. }
  217. .organization.teams .ui.attached.segment+.ui.attached.header{ margin-top:0}
  218. @media only screen and (max-width:768px){
  219. .organization-info{
  220. padding-top:0;
  221. }
  222. .organization-info > .container{
  223. margin-left:0!important;
  224. margin-right:0!important;
  225. }
  226. }
  227. .ui.vertical.menu .dropdown.item .menu {
  228. left: 50%;
  229. }
  230. // icon cloudbrain
  231. .i-round{display:inline-block;width:18px;height:18px;background:url("/img/icons.svg");background-position: -496px -52px;}
  232. .i-bg-organ{background-position: -496px -52px;}
  233. .STOPPED, .KILLED{display:inline-block;width:18px;height:18px;background:url("/img/icons.svg");background-position: -496px -52px;background-position: -459px -52px;}
  234. .RUNNING{display:inline-block;width:18px;height:18px;background:url("/img/icons.svg");background-position: -496px -52px;background-position: -478px -52px;}
  235. .i-bg-orange{background-position: -495px -51px;}
  236. .FAILED,.START_FAILED,.CREATE_FAILED{display:inline-block;width:18px;height:18px;background:url("/img/icons.svg");background-position: -496px -52px;background-position: -532px -52px;}
  237. .i-bg-green{background-position: -441px -52px;}
  238. .i-bg-used{background-position: -514px -52px;}
  239. .icon-bind{background-position: -550px -52px;}
  240. .icon-unbind{background-position: -568px -52px;}
  241. .CREATING, .STOPPING, .DELETING, .STARTING, i.WAITING ,.INIT,.KILLING{display:inline-block;background-image:url('/img/loading.gif');background-repeat:no-repeat;width:16px;height:16px;background-size:16px 16px;margin-right:5px;}
  242. .icon-to-top{
  243. background:url("/img/icons.svg");
  244. background-position: -540px -208px;
  245. width: 30px;
  246. height: 30px;
  247. display: inline-block;
  248. cursor: pointer;
  249. }
  250. .icon-to-bottom{
  251. background:url("/img/icons.svg");
  252. background-position: -574px -208px;
  253. width: 30px;
  254. height: 30px;
  255. display: inline-block;
  256. cursor: pointer;
  257. }
  258. i.COMPLETED,i.SUCCEEDED{display:inline-block;width:18px;height:18px;background:url("/img/icons.svg");background-position: -496px -52px;background-position: -441px -52px;}
  259. .text_over{
  260. overflow: hidden;
  261. text-overflow: ellipsis;
  262. -o-text-overflow: ellipsis;
  263. white-space: nowrap;
  264. display: inline-block;
  265. width: 100%;
  266. }
  267. .git-user-content{
  268. margin-bottom: 16px;
  269. word-break: break-all;
  270. }
  271. .row.git-user-content .ui.avatar.s16.image {
  272. width: 50px !important;
  273. height: 50px !important;
  274. vertical-align: middle;
  275. border-radius: 500rem;}
  276. .user-list-item {
  277. padding: 0.3em 0px !important;
  278. margin: 15px 0 !important;
  279. width: 220px !important;
  280. }
  281. .row.git-user-content .content {
  282. margin-left: 6px;
  283. display: inline-block;
  284. vertical-align: top !important;
  285. overflow: hidden;
  286. }
  287. .row.git-user-content .content .header {
  288. font-weight: bold;
  289. }
  290. .item.user-list-item .header {
  291. line-height: 23px !important;
  292. font-size: 16px !important;
  293. text-overflow: ellipsis;
  294. overflow: hidden;
  295. width: 145px;
  296. white-space:nowrap;
  297. }
  298. .item.user-list-item .header a {
  299. color: #587284 !important;
  300. }
  301. .row.git-user-content .content .commit-btn {
  302. margin-top: 6px;
  303. float: left;
  304. font-size: 11px;
  305. color: #40485b !important;
  306. }
  307. .dropdown-menu {
  308. position: relative;
  309. display: inline-block;
  310. }
  311. .hover_active{
  312. height: 100% !important;
  313. margin-top: 1px !important;
  314. }
  315. .dropdown-menu:hover .dropdown-content {
  316. display: block;
  317. }
  318. .dropdown-menu:hover .hover_active {
  319. background: #fff !important;
  320. border-color: #d4d4d5 !important;
  321. font-weight: 700 !important;
  322. // margin-bottom: -1px;
  323. -webkit-box-shadow: none !important;
  324. box-shadow: none !important;
  325. border-radius: .28571429rem .28571429rem 0 0!important;
  326. color: rgba(0,0,0,.95) !important;
  327. border-top-width: 1px !important;
  328. }
  329. .dropdown-menu:hover .dropdown-content {
  330. display: block;
  331. }
  332. .dropdown-content{
  333. display: none;
  334. position: absolute;
  335. background-color: #ffffff;
  336. min-width: 180px;
  337. z-index: 999;
  338. border: 1px solid transparent;
  339. border-color: #d4d4d5;
  340. border-top: none;
  341. }
  342. .dropdown-content a {
  343. color: black;
  344. padding: 12px 16px;
  345. text-decoration: none;
  346. display: block;
  347. }
  348. .dropdown-content a:hover {background-color: #f1f1f1}
  349. .cloudbrain-question{
  350. margin-left: 4px !important;
  351. color: #3291F8;
  352. }
  353. //缺省页
  354. .bgtask-none{
  355. background: #fff !important;
  356. border: 0 !important;
  357. box-shadow: none !important;
  358. padding-bottom: 0 !important;
  359. padding-top: 2em !important;
  360. }
  361. .bgtask-header-pic {
  362. height: 80px;
  363. text-align: center;
  364. background: url(//ai-studio-static-online.cdn.bcebos.com/aistudio/dist/1638363279337/images/search_empty.png) top no-repeat;
  365. background-size: 80px 80px;
  366. }
  367. .bgtask-content{
  368. margin: 2rem auto 0;
  369. /* width: 500px; */
  370. text-align: left;
  371. }
  372. .bgtask-content-txt {
  373. font-size: 14px;
  374. color: #a6a6a6;
  375. line-height: 22px;
  376. margin-bottom: 4px;
  377. }
  378. .bgtask-content-header {
  379. text-align: center;
  380. color: #3F3F40;
  381. font-size: 18px;
  382. margin-bottom: 1rem;
  383. }
  384. .bgtask-content-button{
  385. margin-top: 1em;
  386. margin-bottom: 1em;
  387. }
  388. .selectcloudbrain .active.item{
  389. color: #0087f5 !important;
  390. border: 1px solid #0087f5;
  391. margin: -1px;
  392. background: #FFF !important;
  393. }
  394. // #deletemodel {
  395. // width: 100%;
  396. // height: 100%;
  397. // }
  398. /* 弹窗 */
  399. #mask {
  400. position: fixed;
  401. top: 0px;
  402. left: 0px;
  403. right: 0px;
  404. bottom: 0px;
  405. filter: alpha(opacity=60);
  406. background-color: #777;
  407. z-index: 1000;
  408. display: none;
  409. opacity: 0.8;
  410. -moz-opacity: 0.5;
  411. padding-top: 100px;
  412. color: #000000
  413. }
  414. #loadingPage {
  415. margin: 200px auto;
  416. width: 50px;
  417. height: 40px;
  418. text-align: center;
  419. font-size: 10px;
  420. display: block;
  421. }
  422. #loadingPage>div {
  423. background-color: green;
  424. height: 100%;
  425. width: 6px;
  426. display: inline-block;
  427. -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  428. animation: sk-stretchdelay 1.2s infinite ease-in-out;
  429. }
  430. #loadingPage .rect2 {
  431. -webkit-animation-delay: -1.1s;
  432. animation-delay: -1.1s;
  433. }
  434. #loadingPage .rect3 {
  435. -webkit-animation-delay: -1.0s;
  436. animation-delay: -1.0s;
  437. }
  438. #loadingPage .rect4 {
  439. -webkit-animation-delay: -0.9s;
  440. animation-delay: -0.9s;
  441. }
  442. #loadingPage .rect5 {
  443. -webkit-animation-delay: -0.8s;
  444. animation-delay: -0.8s;
  445. }
  446. @-webkit-keyframes sk-stretchdelay {
  447. 0%,
  448. 40%,
  449. 100% {
  450. -webkit-transform: scaleY(0.4)
  451. }
  452. 20% {
  453. -webkit-transform: scaleY(1.0)
  454. }
  455. }
  456. @keyframes sk-stretchdelay {
  457. 0%,
  458. 40%,
  459. 100% {
  460. transform: scaleY(0.4);
  461. -webkit-transform: scaleY(0.4);
  462. }
  463. 20% {
  464. transform: scaleY(1.0);
  465. -webkit-transform: scaleY(1.0);
  466. }
  467. }
  468. /* 消息框 */
  469. .alert {
  470. display: none;
  471. position: fixed;
  472. width: 100%;
  473. z-index: 1001;
  474. padding: 15px;
  475. border: 1px solid transparent;
  476. border-radius: 4px;
  477. text-align: center;
  478. font-weight: bold;
  479. }
  480. .alert-success {
  481. color: #3c763d;
  482. background-color: #dff0d8;
  483. border-color: #d6e9c6;
  484. }
  485. .alert-info {
  486. color: #31708f;
  487. background-color: #d9edf7;
  488. border-color: #bce8f1;
  489. }
  490. .alert-warning {
  491. color: #8a6d3b;
  492. background-color: #fcf8e3;
  493. border-color: #faebcc;
  494. }
  495. .alert-danger {
  496. color: #a94442;
  497. background-color: #f2dede;
  498. border-color: #ebccd1;
  499. }
  500. .pusher {
  501. width: calc(100% - 260px);
  502. box-sizing: border-box;
  503. }
  504. /* 弹窗 (background) */
  505. #imageModal {
  506. display: none;
  507. position: fixed;
  508. z-index: 1;
  509. left: 0;
  510. top: 0;
  511. width: 100%;
  512. height: 100%;
  513. overflow: auto;
  514. background-color: rgb(0, 0, 0);
  515. background-color: rgba(0, 0, 0, 0.4);
  516. }
  517. /* 弹窗内容 */
  518. .modal-content {
  519. background-color: #fefefe;
  520. margin: 15% auto;
  521. padding: 20px;
  522. border: 1px solid #888;
  523. width: 30%;
  524. }
  525. /* 关闭按钮 */
  526. .close {
  527. color: #aaa;
  528. float: right;
  529. font-size: 28px;
  530. font-weight: bold;
  531. }
  532. .close:hover,
  533. .close:focus {
  534. color: black;
  535. text-decoration: none;
  536. cursor: pointer;
  537. }
  538. .dis {
  539. margin-bottom: 20px;
  540. }
  541. .disabled {
  542. cursor: pointer;
  543. pointer-events: none;
  544. }
  545. .left2{
  546. margin-left: -2px !important;
  547. }
  548. .width70{
  549. width: 70% !important;
  550. }
  551. .width83{
  552. width: 83% !important;
  553. }
  554. .content-padding{
  555. padding: 40px !important;
  556. }
  557. .model_disabled{
  558. background-color: rgba(245, 245, 246, 100) !important;
  559. color: rgba(136, 136, 136, 100) !important;
  560. }
  561. .edge{
  562. margin-left:0 !important;
  563. margin-right: 0 !important;
  564. padding-left:0 !important;
  565. padding-right:0 !important;
  566. }
  567. .lfpd {
  568. padding-left:0 !important;
  569. padding-right: 0 !important;
  570. }
  571. .mglf{
  572. margin-left:0.5em !important;
  573. }
  574. .tooltips{
  575. display: inline-block;
  576. margin-left: 5.5rem;
  577. font-size: 12px;
  578. margin-top: 0.7rem;
  579. color: #888888;
  580. }
  581. .tutorial_icon{
  582. vertical-align: middle;
  583. margin-right: 0.75em;
  584. }
  585. .notic_content{
  586. height: 50px;
  587. vertical-align: middle;
  588. text-align: center;
  589. line-height: 50px;
  590. background: #E5F4F4
  591. }
  592. .x_icon{
  593. float: right!important;
  594. margin-right: 15px !important;
  595. color: rgb(0,0,0) !important;
  596. font-size: 20px !important;
  597. font-weight: bold !important;
  598. }
  599. .a_width{
  600. // width: 50% !important;
  601. margin-left: 20em;
  602. // display:inline-block !important;
  603. }
  604. .a_width i{
  605. vertical-align:middle!important;
  606. }
  607. .footer_icon{
  608. display: inline-block !important;
  609. vertical-align: middle !important;
  610. margin-right:0.8em !important;
  611. }
  612. .a_margin{
  613. margin: 0px !important;
  614. }
  615. /*pages*/
  616. .ui.borderless.pagination {border:none}
  617. .ui.pagination.menu .item {
  618. min-width: 32px;
  619. text-align: center;
  620. height: 32px;
  621. border-radius: .28571429rem;
  622. margin: 0 5px;
  623. background-color: #F2F2F2;
  624. }
  625. .ui.pagination.menu>.item:first-child, .ui.pagination.menu .item:last-child {
  626. background-color: #FFF !important;
  627. }
  628. .ui.ui.menu .item.disabled{
  629. background-color: #F2F2F2;
  630. }
  631. .ui.pagination.menu .active.item {
  632. background-color: #3291F8;
  633. color: #FFF;
  634. }
  635. .ui.pagination.menu .item>.input {
  636. margin: 0em .5em;
  637. width: 3em;
  638. height: 32px;
  639. }
  640. @media only screen and (max-width: 767px) {
  641. .following.bar #navbar .brand{
  642. padding-top: 6px;
  643. }
  644. .secondary.menu + .ui.container{
  645. margin-left:0 !important;
  646. margin-right:0 !important;
  647. }
  648. .repo-title{
  649. position: absolute;
  650. top: 6px;
  651. left: 50px;
  652. right: 70px;
  653. height: 40px;
  654. line-height: 40px !important;
  655. text-align: center;
  656. white-space: nowrap;
  657. overflow: hidden;
  658. text-overflow: ellipsis;
  659. color: #FFF;
  660. background-color: #363840;
  661. padding-left: 20px;
  662. }
  663. .repo-title a{
  664. color: #FFF !important;
  665. }
  666. .repo-title img + a{
  667. display: none !important;
  668. }
  669. .repository .header-wrapper{
  670. margin-bottom: 36px;
  671. }
  672. .header-wrapper .tabs.divider{
  673. margin-top: 40px !important;
  674. }
  675. .repository .ui.tabs.container{
  676. margin-top: -60px;
  677. }
  678. .repo-title .divider,
  679. .repo-title svg,
  680. .repo-title img,
  681. .ui.tabular.menu .item svg,
  682. .ui.tabular.menu .item i,
  683. .ui.tabular.menu .item .label,
  684. .ui.tabular.menu .dropdown-content,
  685. .repository.file .repository-summary,
  686. .repository-summary + .menu,
  687. .desc-home .edit-icon,
  688. #repo-files-table .message,
  689. #repo-files-table .age,
  690. #repo-files-table .ui.sha.label,
  691. #repo-files-table .commit-button,
  692. .repository .members
  693. {
  694. display: none !important;
  695. }
  696. .header-wrapper{
  697. display: flex;
  698. flex-direction: column-reverse;
  699. }
  700. .ui.tabular.menu .item{
  701. padding: .5em;
  702. }
  703. .ui.tabular.menu .active.item{
  704. border: none;
  705. background: none;
  706. color: #000000;
  707. border-bottom: 2px solid #000;
  708. white-space: nowrap;
  709. }
  710. .repository .repo-header{
  711. margin-bottom: -50px;
  712. }
  713. .repo-header .repo-buttons{
  714. position: relative;
  715. top: 1rem;
  716. width: 100%;
  717. display: flex;
  718. justify-content: flex-end;
  719. }
  720. .repo-buttons .ui.labeled.button>.button{
  721. box-shadow: none !important;
  722. width: 16px;
  723. overflow: hidden;
  724. white-space: nowrap;
  725. }
  726. .repo-buttons .ui.labeled.button>.label{
  727. border: none !important;
  728. }
  729. .repository.file.list #repo-files-table td.name{
  730. max-width: 100%;
  731. }
  732. #repo-files-table tr{
  733. padding-top: 0;
  734. padding-bottom: 0;
  735. }
  736. .repository .ui.attached:not(.message)+.ui.attached.segment:not(.top){
  737. border: none;
  738. }
  739. .markdown:not(code).file-view{
  740. padding: 2em 0!important;
  741. }
  742. }
  743. //elemet-ui
  744. // .el-pagination.is-background .el-pager li:not(.disabled).active {
  745. // background-color: #5bb973 !important;
  746. // color: #FFF !important;
  747. // }
  748. // .el-pagination.is-background .el-pager li:hover {
  749. // color: #5bb973 !important;
  750. // }
  751. .tag_key{
  752. max-width:100%;
  753. margin: 3px 3px;
  754. display:inline-flex;
  755. }
  756. .tag_lable{
  757. border: 1px solid rgba(232, 232, 232, 100) ;
  758. border-radius: 4px;
  759. color: rgba(65, 80, 88, 100);
  760. font-family: Microsoft Yahei;
  761. font-size: 14px;
  762. padding: 0.3em 0.5em;
  763. height: 30px;
  764. text-align: center;
  765. margin: 0.2em;
  766. }
  767. .omit{
  768. overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
  769. }
  770. .tag_bg{
  771. background-color: #0366D6 !important;
  772. color:#FFFFFF !important;
  773. }
  774. .margin-bottom20{
  775. margin-bottom: 20px;
  776. }
  777. .maxheight{
  778. max-height: 88px;
  779. overflow: hidden;
  780. }
  781. .pad-botom{
  782. padding-bottom:0px !important;
  783. }
  784. .icon_a{
  785. position: absolute;
  786. right: 0;
  787. bottom: .2em;
  788. background: #FFF;
  789. border: none !important;
  790. color: #0366d6 !important;
  791. box-shadow: -15px 0px 10px #fff;
  792. }
  793. .content_top10{
  794. padding:10px;
  795. padding-top:0px;
  796. }
  797. .re_con{
  798. color: rgba(136, 136, 136, 100);
  799. font-size: 14px;
  800. text-align: center;
  801. font-family: SourceHanSansSC-light;
  802. font-weight: normal !important;
  803. }
  804. .title_re{
  805. margin-top: 50px !important;
  806. }
  807. .card_list {
  808. width: calc(33.33333333333333% - 2em);
  809. margin-left: 1em;
  810. margin-right: 1em
  811. }
  812. .list_title{
  813. height: 52px;
  814. text-align: center
  815. }
  816. .star_title{
  817. background-color: #3291F8;
  818. }
  819. .memb_title{
  820. background-color: #706FE3;
  821. }
  822. .act_title{
  823. background-color: #13C28D;
  824. }
  825. .p_text{
  826. line-height: 50px;
  827. text-align:left;
  828. padding-left:15px;
  829. font-size:18px;
  830. color:#FFFFFF;
  831. }
  832. .orgs {
  833. display: flex;
  834. flex-flow: row wrap;
  835. padding: 0;
  836. margin-top:20px
  837. }
  838. .orgs li {
  839. display: flex;
  840. border-bottom: 0!important;
  841. padding: 3px!important;
  842. }
  843. .p_score{
  844. line-height: 28px;
  845. width: 100%;
  846. /* padding-right: 20px; */
  847. text-align: right;
  848. }
  849. .org_line_hight{
  850. line-height: 28px;
  851. }
  852. .org_icon{
  853. margin-top: 2px;
  854. margin-right: 10px;
  855. padding-left: 15px;
  856. width: 100% ;
  857. text-align: center ;
  858. }
  859. .re_style{
  860. color: rgba(3, 102, 214, 100) !important;
  861. font-family:SourceHanSansSC-medium;
  862. font-weight: 700;
  863. }
  864. .org_icon_color{
  865. color: #FA8C16;
  866. }
  867. .li_name{
  868. list-style:none;
  869. width: 55%;
  870. }
  871. .li_avatar{
  872. list-style: none;
  873. width: 10%;
  874. }
  875. .li_score{
  876. list-style:none;
  877. margin-left: 2px;
  878. }
  879. .score{
  880. position:absolute;
  881. width: 50px;
  882. right:50px;
  883. text-align: center;
  884. }
  885. .wi{
  886. width: 15%;
  887. line-height: 20px;
  888. }
  889. .title_icon{
  890. vertical-align: sub;
  891. font-size: 24px;
  892. }
  893. .title_word{
  894. vertical-align: middle;
  895. font-size: 18px;
  896. margin-top:1px;
  897. }
  898. /**seach**/
  899. /**搜索导航条适配窄屏**/
  900. .seachnav{
  901. overflow-x: auto;
  902. overflow-y: hidden;
  903. scrollbar-width: none; /* firefox */
  904. -ms-overflow-style: none; /* IE 10+ */
  905. }
  906. .seachnav::-webkit-scrollbar {
  907. display: none; /* Chrome Safari */
  908. }
  909. .ui.green.button, .ui.green.buttons .button{
  910. background-color: #5BB973;
  911. }
  912. .seach .repos--seach{
  913. padding-bottom: 0;
  914. border-bottom: none;
  915. }
  916. .seach .ui.secondary.pointing.menu{
  917. border-bottom: none;
  918. }
  919. .seach .ui.secondary.pointing.menu .item > i{
  920. margin-right: 5px;
  921. }
  922. .seach .ui.secondary.pointing.menu .active.item{
  923. border-bottom-width: 2px;
  924. margin: 0 0 -1px;
  925. }
  926. .seach .ui.menu .active.item>.label {
  927. background: #1684FC;
  928. color: #FFF;
  929. }
  930. .seach .ui.menu .item>.label:not(.active.item>.label) {
  931. background: #e8e8e8;
  932. color: rgba(0,0,0,.6);
  933. }
  934. .highlight{
  935. color: red;
  936. }
  937. .ui.list .list>.item>img.image+.content, .ui.list>.item>img.image+.content {
  938. width: calc(100% - 4.0em);
  939. margin-left: 0;
  940. }
  941. .seach .ui.list .list>.item .header, .seach .ui.list>.item .header{
  942. margin-bottom: 0.5em;
  943. font-size: 1.4rem !important;
  944. font-weight: normal;
  945. }
  946. .seach .time, .seach .time a{
  947. font-size: 12px;
  948. color: grey;
  949. }
  950. .seach .list .item.members .ui.avatar.image {
  951. width: 3.2em;
  952. height: 3.2em;
  953. }
  954. .ui.list .list>.item.members>img.image+.content, .ui.list>.item.members>img.image+.content {
  955. width: calc(100% - 4.0em);
  956. margin-left: 0;
  957. }
  958. .searchlabel{
  959. color: rgba(16, 16, 16, 100);
  960. font-size: 24px;
  961. text-align: left;
  962. font-family: SourceHanSansSC-medium;
  963. }
  964. .hiddenSearch{
  965. margin: auto;
  966. display: none;
  967. }
  968. #tipmsg {
  969. display: none;
  970. z-index: 9999;
  971. width:150;
  972. height: 80;
  973. }