123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- .material-info-option {
- position: fixed;
- right: 50%;
- bottom: 50px;
- z-index: 2;
- padding: 4px 18px;
- color: #ffffff;
- display: flex;
- align-items: center;
- background: #faa12f;
- border-radius: 55px;
- :global {
- .material-option-item {
- padding: 0 20px;
- cursor: pointer;
- white-space: nowrap;
- .option-text {
- display: inline-block;
- margin: 0 5px;
- font-size: 16px;
- line-height: 20px;
- }
- .option-text-ml {
- margin-left: 2px;
- }
- .option-icon {
- width: 20px;
- height: 20px;
- font-size: 18px;
- vertical-align: top;
- }
- }
- .apply-color {
- color: #49cc90;
- }
- .collect-color {
- color: #fadb14;
- }
- .divide-line {
- display: inline-block;
- border-right: 1px solid #ffffff;
- width: 0;
- height: 25px;
- }
- }
- }
- .research-container {
- background-color: #ffffff;
- border: 1px solid transparent;
- margin: 16px;
- padding: 0 50px;
- min-height: calc(100vh - 160px);
- box-sizing: border-box;
- white-space: wrap;
- :global {
- .reserch-breadcrumb {
- width: 100%;
- }
- .gray-text {
- color: #b3b3b3;
- }
- .fz12 {
- font-size: 12px;
- }
- .line-text {
- color: #faa12f;
- cursor: pointer;
- }
- .auther-wrapper {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- margin-bottom: 1em;
- .auther-img {
- width: 40px;
- height: 40px;
- margin-right: 10px;
- }
- }
- .abstract-wrapper {
- border-left: 3px solid #001529;
- padding-left: 12px;
- }
- .acticle-content {
- img {
- width: 100%;
- height: auto;
- }
- }
- .line-four {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 4; // 超出多少行
- -webkit-box-orient: vertical;
- word-break: break-word;
- }
- .m-center {
- margin: 20px auto;
- }
- .hotlist-link {
- color: #333333;
- }
- .hotlist-time {
- color: #ba121b;
- padding-top: 2px;
- }
- ul li,
- ol li {
- list-style: none;
- }
- }
- }
- .margin-auto {
- margin: 0 auto;
- }
- .no-copy {
- -moz-user-select: none; /* Firefox私有属性 */
- -webkit-user-select: none; /* WebKit内核私有属性 */
- -ms-user-select: none; /* IE私有属性(IE10及以后) */
- -khtml-user-select: none; /* KHTML内核私有属性 */
- -o-user-select: none; /* Opera私有属性 */
- user-select: none; /* CSS3属性 */
- }
- .art-white-bg {
- min-height: calc(100vh - 76px);
- background: #ffffff;
- border: 1px solid transparent;
- padding-bottom: 80px;
- width: auto;
- word-break: break-all;
- }
- .research-container-moblie {
- min-height: auto !important;
- background: #ffffff;
- border: 1px solid transparent;
- padding-bottom: 0px;
- margin-bottom: 20px;
- width: auto;
- word-break: break-all;
- }
- .art-nopower-bg {
- min-height: calc(100vh - 76px);
- padding: 20px 82px;
- }
- .statement-wrapper {
- // max-width: 1315px;
- box-sizing: border-box;
- margin: 20px auto 80px auto;
- padding: 20px 50px;
- color: #666;
- line-height: 28px;
- :global {
- strong {
- font-size: 18px;
- }
- p {
- font-size: 16px;
- margin: 0;
- }
- }
- }
- @media screen and (max-width: 1024px) {
- .material-info-option {
- position: fixed;
- right: 50%;
- bottom: 50px;
- z-index: 2;
- transform: translateX(50%);
- padding: 4px 5px;
- :global {
- .material-option-item {
- padding: 0 5px;
- display: flex;
- align-items: center;
- .option-text {
- font-size: 16px;
- line-height: 16px;
- }
- .option-icon {
- width: 18px;
- height: 18px;
- font-size: 18px;
- }
- }
- }
- }
- .research-container {
- margin: 0px;
- padding: 0;
- }
- .art-nopower-bg {
- min-height: calc(100vh - 76px);
- padding: 0;
- }
- .statement-wrapper {
- padding: 20px;
- }
- }
|