修改样式

This commit is contained in:
李瑞
2025-11-01 22:12:18 +08:00
parent 52960a9a10
commit dc981c44e8
4 changed files with 7 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
position: relative;
border: 1px solid #e5e5e5;
outline: none; // 移除浏览器默认的outline
background: #ffffff;
background: hsl(0, 0%, 100%);
color: #333333;
font-weight: 400;
font-weight: 600;
text-align: center;
cursor: pointer;
transition: all 0.2s ease;
@@ -12,11 +12,12 @@
align-items: center;
justify-content: center;
white-space: nowrap;
font-size: 12px;
font-size: 14px;
border-radius: 28px;
margin: 0;
width: 116px;
height: 28px;
line-height: 20px;
// 移除浏览器默认样式
&:focus {

View File

@@ -1,5 +1,6 @@
.bubbleContainer {
width: 100%;
font-family: "PingFang SC";
// 水平布局
.bubbleHorizontal {

View File

@@ -1,5 +1,6 @@
.distanceQuickFilterWrap {
width: 100%;
font-family: "PingFang SC";
.nut-menu-bar {
--nutui-menu-bar-line-height: 30px;

View File

@@ -79,6 +79,7 @@
.listPage {
background-color: #fefefe;
font-family: "PingFang SC";
.listTopSearchWrapper {
padding: 0 15px;