|
@@ -0,0 +1,70 @@
|
|
|
+/* pages/search/search.wxss */
|
|
|
+.content{
|
|
|
+
|
|
|
+}
|
|
|
+.search{
|
|
|
+ display: block;
|
|
|
+ height: 78rpx;
|
|
|
+ background: #fede18;
|
|
|
+}
|
|
|
+.search_input_b{
|
|
|
+ display: inline-block;
|
|
|
+ height: 52rpx;
|
|
|
+ width:600rpx;
|
|
|
+ margin-left:38rpx;
|
|
|
+ background: white;
|
|
|
+ border-radius: 10rpx;
|
|
|
+ line-height: 52rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ background-position: 20rpx 14rpx;
|
|
|
+ background-size:30rpx;
|
|
|
+ background-repeat:no-repeat;
|
|
|
+}
|
|
|
+.search_input{
|
|
|
+ margin-left:70rpx;
|
|
|
+}
|
|
|
+.search_input_holder{
|
|
|
+ color: rgba(183, 183, 183, 1);
|
|
|
+}
|
|
|
+.cancle_search{
|
|
|
+ float:right;
|
|
|
+ margin-right: 26rpx;
|
|
|
+ height: 52rpx;
|
|
|
+ line-height: 52rpx;
|
|
|
+ color: rgba(56, 55, 53, 1);
|
|
|
+ font-size: 26rpx;
|
|
|
+ font-family: NotoSansHans-DemiLight;
|
|
|
+}
|
|
|
+
|
|
|
+/*************hotsearch**************/
|
|
|
+.hot_search{
|
|
|
+ margin-top: 30px;
|
|
|
+}
|
|
|
+.hot_search_t{
|
|
|
+ text-indent: 38rpx;
|
|
|
+ height: 33rpx;
|
|
|
+ line-height: 33rpx;
|
|
|
+ color: rgba(56, 55, 53, 1);
|
|
|
+ font-size: 22rpx;
|
|
|
+}
|
|
|
+.hot_search_w{
|
|
|
+ width:702rpx;
|
|
|
+ margin-left:18rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap:wrap;
|
|
|
+}
|
|
|
+.hot_search_i{
|
|
|
+ display: block;
|
|
|
+ width:142rpx;
|
|
|
+ height: 52rpx;
|
|
|
+ margin-top:30rpx;
|
|
|
+ margin-left:28rpx;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ border: 1px solid rgba(235, 235, 235, 1);
|
|
|
+ line-height: 52rpx;
|
|
|
+ color: rgba(56, 55, 53, 1);
|
|
|
+ font-size: 24rpx;
|
|
|
+ text-align: center;
|
|
|
+ font-family: NotoSansHans-Regular;
|
|
|
+
|
|
|
+}
|