diff --git a/src/pages/realtimeInfo/pc/rank.vue b/src/pages/realtimeInfo/pc/rank.vue
index 282e3a7..8d53367 100644
--- a/src/pages/realtimeInfo/pc/rank.vue
+++ b/src/pages/realtimeInfo/pc/rank.vue
@@ -7,13 +7,20 @@
资讯头条榜
编辑精选
-
-
+
-
+ -->
+
+
+
@@ -365,4 +372,75 @@ const handlePopupErrorCallback = () => {
font-style: normal;
}
}
+
+.search_btn {
+ border: none;
+ display: flex;
+ width: 56px;
+ height: 44px;
+ padding: 8px 15px;
+ justify-content: center;
+ align-items: center;
+ gap: 10px;
+ flex-shrink: 0;
+ border-radius: 8px;
+ background: #0062d9;
+ margin-right: 5px;
+
+
+}
+
+.input {
+ border: none;
+ flex: 1;
+ margin-left: 10px;
+}
+
+.input_button {
+ display: flex;
+ width: 140px;
+ height: 100%;
+ // padding: 8px 15px;
+ justify-content: center;
+ align-items: center;
+ gap: 10px;
+ flex-shrink: 0;
+ border-radius: 0 10px 10px 0;
+ background: #007aff;
+
+ color: white;
+ font-family: PingFangSC, PingFang SC;
+ font-weight: 400;
+ font-size: 18px;
+ color: #ffffff;
+ line-height: 25px;
+ text-align: left;
+ font-style: normal;
+ cursor: pointer;
+}
+
+.r_input {
+ background-color: white;
+ border-radius: 10px;
+ border: 1px solid #e3e3e3;
+ flex: 1;
+ height: 52px;
+ display: flex;
+ align-items: center;
+ margin-left: 30px;
+ margin-top: 3px;
+
+ :deep(.el-input__inner::placeholder) {
+ color: #ccced3;
+ font-family: 'PingFang SC';
+ font-size: 16px;
+ font-style: normal;
+ font-weight: 400;
+ line-height: normal;
+ }
+
+ :deep(.el-input__wrapper) {
+ box-shadow: 0 0 0 #fff;
+ }
+}