修改样式
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
.bubbleContainer {
|
||||
width: 100%;
|
||||
font-family: "PingFang SC";
|
||||
|
||||
// 水平布局
|
||||
.bubbleHorizontal {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
.distanceQuickFilterWrap {
|
||||
width: 100%;
|
||||
font-family: "PingFang SC";
|
||||
|
||||
.nut-menu-bar {
|
||||
--nutui-menu-bar-line-height: 30px;
|
||||
|
||||
@@ -79,6 +79,7 @@
|
||||
|
||||
.listPage {
|
||||
background-color: #fefefe;
|
||||
font-family: "PingFang SC";
|
||||
|
||||
.listTopSearchWrapper {
|
||||
padding: 0 15px;
|
||||
|
||||
Reference in New Issue
Block a user