.pin-container { display: flex; } .pin-container .pin-nav { flex: 0 0 112px; width: 112px; } .pin-container .pin-main { flex: 1; background: #fff; margin: 0 15px 0 8px; border-radius: 2px; overflow: hidden; max-height: 462px; } .pin-container .pin-aside { flex: 0 0 248px; width: 248px; } .pin-container .followed-topics { background: #fff; border-radius: 2px; margin-top: 10px; } .pin-container .followed-topics .followed-topics__header { display: flex; align-items: center; padding: 15px; border-bottom: 1px solid #eee; } .pin-container .followed-topics .followed-topics__header .title { font-weight: 600; font-size: 15px; color: #333; } .pin-container .followed-topics .followed-topics__header .all-btn { display: flex; align-items: center; margin-left: auto; font-size: 13px; color: #ff892f; } .pin-container .followed-topics .followed-topics__header .all-btn:after { content: ""; display: inline-block; width: 8px; height: 8px; margin-left: 2px; border: 1px solid currentcolor; border-left-color: transparent; border-bottom-color: transparent; transform: rotate(45deg); } .pin-container .topic-item { display: flex; align-items: center; padding: 15px; } .pin-container .topic-item .topic-icon { width: 42px; height: 42px; border-radius: 6px; background-size: cover; background-repeat: no-repeat; background-position: center; } .pin-container .topic-item .topic-info { display: flex; flex-direction: column; margin-left: 12px; } .pin-container .topic-item .topic-info .topic-title { margin-bottom: 5px; color: #333; font-size: 15px; } .pin-container .topic-item .topic-info .topic-mate { color: #8a9aa9; font-size: 13px; } .m-search-layout { height: 160px; display: flex; background-color: white; align-items: center; flex-direction: column; justify-content: center; } .m-search-layout .sl-logo { width: 140px; } .m-search-layout .sl-content { position: relative; *display: inline; zoom: 1; background: 0 0; vertical-align: top; *vertical-align: middle; margin-top: 20px; display: flex; font-size: 14px; width: 85%; } .m-search-layout .sl-content b.el-icon-close { position: absolute; width: 20px; height: 20px; text-align: center; cursor: pointer; line-height: 20px; right: 115px; top: 9px; } .m-search-layout .sl-content input { font-family: "pingfang sc", arial, "microsoft yahei", sans-serif; flex: 1; padding: 8px 16px; margin: 0; vertical-align: top; outline: 0; box-shadow: none; border-radius: 10px 0 0 10px; border: 2px solid #eee; border-right: none; background: #fff; color: #222; overflow: hidden; } .m-search-layout .sl-content input:hover { border-color: #ff892f; opacity: 1; } .m-search-layout .sl-content span { cursor: pointer; width: 108px; height: 38px; padding: 0; background: 0 0; background-color: #ff892f; border-radius: 0 10px 10px 0; color: #fff; box-shadow: none; font-weight: 400; border: none; outline: 0; font-size: 16px; display: flex; justify-content: center; align-items: center; } .m-search-layout .sl-content span i { margin-right: 3px; } .search-layout { height: 200px; display: flex !important; background-color: white; align-items: center; flex-direction: column; justify-content: center; } .search-layout .sl-logo { width: 200px; } .search-layout .sl-content { position: relative; *display: inline; zoom: 1; background: 0 0; vertical-align: top; *vertical-align: middle; margin-top: 20px; display: flex; font-size: 14px; width: 70%; } .search-layout .sl-content b.el-icon-close { position: absolute; width: 20px; height: 20px; text-align: center; cursor: pointer; line-height: 20px; right: 115px; top: 9px; } .search-layout .sl-content input { font-family: "pingfang sc", arial, "microsoft yahei", sans-serif; flex: 1; padding: 8px 16px; margin: 0; vertical-align: top; outline: 0; box-shadow: none; border-radius: 10px 0 0 10px; border: 2px solid #c4c7ce; border-right: none; background: #fff; color: #222; overflow: hidden; } .search-layout .sl-content input:hover { border-color: #ff892f; opacity: 1; } .search-layout .sl-content span { cursor: pointer; width: 108px; height: 38px; padding: 0; background: 0 0; background-color: #ff892f; border-radius: 0 10px 10px 0; color: #fff; box-shadow: none; font-weight: 400; border: none; outline: 0; font-size: 16px; display: flex; justify-content: center; align-items: center; } .search-layout .sl-content span i { margin-right: 3px; } .info-message { padding: 5px 15px; font-size: 13px; } .info-message a { letter-spacing: 1px; color: #646464; margin: 2px 8px; padding: 3px 0; display: inline-block; line-height: 25px; } .info-message a:hover { color: #ff892f; } .info-message .info-item { display: flex; } .info-message .info-item p { flex: 1; width: 100%; } .info-message .info-item span { font-size: 11px; color: #cccccc; letter-spacing: 0; } .info-layout { background-color: #f4f4f4; display: flex; align-items: center; line-height: 34px; } .info-layout .il-title { flex: 1; letter-spacing: 1px; font-size: 14px; padding-left: 10px; border-left: 3px solid #ff892f; } .info-layout .il-action { margin-right: 10px; } .ct-layout { position: relative; width: 100%; display: flex; flex-wrap: wrap; height: auto; padding: 0; margin: 0 0 13px 0; } .ct-layout .ct-item.tag { display: flex; justify-content: center; align-items: center; background-color: #fff; border-radius: 10px; font-size: 12px; color: #8a9aa9; padding: 6px 10px; margin-right: 8px; margin-bottom: 6px; position: relative; cursor: pointer; } .ct-layout .ct-item.tag.active { background-color: #ff892f; color: #fff; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05); } .ct-layout .ct-item.tag.unfold { padding-right: 24px; } .ct-layout .ct-item.tag.unfold:after { position: absolute; top: 10px; right: 8px; bottom: 14%; content: ""; height: 5px; width: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #8a9aa9; } .ct-layout .ct-item.tag.unfold:hover:after { border-top: 5px solid #ff892f; } .ct-layout a:hover, .ct-layout .unfold:hover { color: #ff892f; outline-width: 0; } .ct-layout .ct-item.tag.active a:hover { color: #fff; }