Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-app
提交
94643413
U
uni-app
项目概览
DCloud
/
uni-app
6 个月 前同步成功
通知
751
Star
38709
Fork
3642
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
8
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-app
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
8
Issue
8
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
94643413
编写于
3月 26, 2024
作者:
Y
yurj26
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Revert "feat(button): 修改plain时的边框宽度"
This reverts commit
87fe929c
.
上级
57966bf4
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
31 addition
and
48 deletion
+31
-48
packages/uni-components/style/button.css
packages/uni-components/style/button.css
+31
-48
未找到文件。
packages/uni-components/style/button.css
浏览文件 @
94643413
...
...
@@ -12,6 +12,7 @@ uni-button {
line-height
:
2.55555556
;
border-radius
:
5px
;
-webkit-tap-highlight-color
:
transparent
;
overflow
:
hidden
;
color
:
#000000
;
background-color
:
#f8f8f8
;
cursor
:
pointer
;
...
...
@@ -93,62 +94,66 @@ uni-button[disabled][type='warn'] {
uni-button
[
type
=
'primary'
][
plain
]
{
color
:
#007aff
;
border
:
1px
solid
#007aff
;
background-color
:
transparent
;
}
uni-button
[
type
=
'primary'
][
plain
][
disabled
]
{
color
:
rgba
(
0
,
0
,
0
,
0.2
);
border-color
:
rgba
(
0
,
0
,
0
,
0.2
);
}
uni-button
[
type
=
'primary'
][
plain
]
:after
{
border-
color
:
#007aff
;
border-
width
:
0
;
}
uni-button
[
type
=
'default'
][
plain
]
{
color
:
#353535
;
border
:
1px
solid
#353535
;
background-color
:
transparent
;
}
uni-button
[
type
=
'default'
][
plain
][
disabled
]
{
color
:
rgba
(
0
,
0
,
0
,
0.2
);
border-color
:
rgba
(
0
,
0
,
0
,
0.2
);
}
uni-button
[
type
=
'default'
][
plain
]
:after
{
border-
color
:
#353535
;
border-
width
:
0
;
}
uni-button
[
plain
][
native
]
.uni-button-cover-view-inner
{
padding
:
0
;
}
uni-button
[
type
=
'warn'
][
plain
]
{
color
:
#e64340
;
uni-button
[
plain
]
{
color
:
#353535
;
border
:
1px
solid
#353535
;
background-color
:
transparent
;
}
uni-button
[
type
=
'warn'
][
plain
][
disabled
]
{
uni-button
[
plain
][
disabled
]
{
color
:
rgba
(
0
,
0
,
0
,
0.2
);
border-color
:
rgba
(
0
,
0
,
0
,
0.2
);
}
uni-button
[
type
=
'warn'
][
plain
]
:after
{
border-
color
:
#e6434
0
;
uni-button
[
plain
]
:after
{
border-
width
:
0
;
}
uni-button
[
plain
]
{
color
:
#353535
;
background-color
:
transparent
;
uni-button
[
plain
][
native
]
.uni-button-cover-view-inner
{
padding
:
0
;
}
uni-button
[
plain
][
disabled
]
{
color
:
rgba
(
0
,
0
,
0
,
0.2
);
uni-button
[
type
=
'warn'
][
plain
]
{
color
:
#e64340
;
border
:
1px
solid
#e64340
;
background-color
:
transparent
;
}
uni-button
[
plain
]
:after
{
border-color
:
#353535
;
uni-button
[
type
=
'warn'
][
plain
][
disabled
]
{
color
:
rgba
(
0
,
0
,
0
,
0.2
);
border-color
:
rgba
(
0
,
0
,
0
,
0.2
);
}
uni-button
[
plain
][
disabled
]
:after
{
border-
color
:
rgba
(
0
,
0
,
0
,
0.2
)
;
uni-button
[
type
=
'warn'
][
plain
]
:after
{
border-
width
:
0
;
}
uni-button
[
size
=
'mini'
]
{
...
...
@@ -221,11 +226,8 @@ uni-button[loading][native]:before {
.button-hover
[
plain
]
{
color
:
rgba
(
53
,
53
,
53
,
0.6
);
background-color
:
transparent
;
}
.button-hover
[
plain
]
:after
{
border-color
:
rgba
(
53
,
53
,
53
,
0.6
);
background-color
:
transparent
;
}
.button-hover
[
type
=
'primary'
]
{
...
...
@@ -235,11 +237,8 @@ uni-button[loading][native]:before {
.button-hover
[
type
=
'primary'
][
plain
]
{
color
:
rgba
(
0
,
122
,
255
,
0.6
);
background-color
:
transparent
;
}
.button-hover
[
type
=
'primary'
][
plain
]
:after
{
border-color
:
rgba
(
0
,
122
,
255
,
0.6
);
background-color
:
transparent
;
}
.button-hover
[
type
=
'default'
]
{
...
...
@@ -249,11 +248,8 @@ uni-button[loading][native]:before {
.button-hover
[
type
=
'default'
][
plain
]
{
color
:
rgba
(
53
,
53
,
53
,
0.6
);
background-color
:
transparent
;
}
.button-hover
[
type
=
'default'
][
plain
]
:after
{
border-color
:
rgba
(
53
,
53
,
53
,
0.6
);
background-color
:
transparent
;
}
.button-hover
[
type
=
'warn'
]
{
...
...
@@ -263,11 +259,8 @@ uni-button[loading][native]:before {
.button-hover
[
type
=
'warn'
][
plain
]
{
color
:
rgba
(
230
,
67
,
64
,
0.6
);
background-color
:
transparent
;
}
.button-hover
[
type
=
'warn'
][
plain
]
:after
{
border-color
:
rgba
(
230
,
67
,
64
,
0.6
);
background-color
:
transparent
;
}
@media
(
prefers-color-scheme
:
dark
)
{
...
...
@@ -296,10 +289,7 @@ uni-button[loading][native]:before {
uni-button
[
type
=
'default'
][
plain
]
{
color
:
#d6d6d6
;
}
uni-button
[
type
=
'default'
][
plain
]
:after
{
border-color
:
#d6d6d6
;
border
:
1px
solid
#d6d6d6
;
}
.button-hover
[
type
=
'default'
][
plain
]
{
...
...
@@ -308,15 +298,8 @@ uni-button[loading][native]:before {
background-color
:
rgba
(
50
,
50
,
50
,
0.2
);
}
.button-hover
[
type
=
'default'
][
plain
]
:after
{
border-color
:
rgba
(
150
,
150
,
150
,
0.6
);
}
uni-button
[
type
=
'default'
][
plain
][
disabled
]
{
color
:
hsla
(
0
,
0%
,
100%
,
0.2
);
}
uni-button
[
type
=
'default'
][
plain
][
disabled
]
:after
{
border-color
:
hsla
(
0
,
0%
,
100%
,
0.2
);
color
:
hsla
(
0
,
0%
,
100%
,
0.2
);
}
}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录