修改样式

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

View File

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

View File

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

View File

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