更改主题色

This commit is contained in:
2026-04-10 11:42:02 +08:00
parent 384111d6aa
commit 334e5936c9
24 changed files with 204 additions and 154 deletions

View File

@@ -1,4 +1,4 @@
<!-- 机构端 - 搜索页面 -->
<!-- 机构端 - 搜索页面 -->
<template>
<view class="page">
<!-- #ifdef MP-WEIXIN -->
@@ -64,7 +64,7 @@
.detail-navbar-title { flex: 1; text-align: center; font-size: 32rpx; font-weight: 600; color: #1a1a1a; height: 88rpx; line-height: 88rpx; }
.search-bar-row { display: flex; flex-direction: row; align-items: center; background-color: #ffffff; padding: 20rpx 30rpx; margin-bottom: 20rpx; }
.search-input { flex: 1; height: 72rpx; background-color: #f5f5f5; border-radius: 36rpx; padding: 0 30rpx; font-size: 28rpx; }
.search-btn { margin-left: 20rpx; padding: 0 30rpx; height: 72rpx; line-height: 72rpx; background-color: rgb(66, 121, 240); border-radius: 36rpx; }
.search-btn { margin-left: 20rpx; padding: 0 30rpx; height: 72rpx; line-height: 72rpx; background-color: #09C39D; border-radius: 36rpx; }
.search-btn-text { font-size: 28rpx; color: #ffffff; }
.content { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 120rpx 40rpx; }
.tip { font-size: 28rpx; color: #999; }