feat: 圆角50px替换全局变量
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
top: -8px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-radius: 50px;
|
||||
border-radius: $uni-border-radius-50px;
|
||||
background-color: #eff6fa;
|
||||
}
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
right: 8px;
|
||||
z-index: 10;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
border-radius: 50px;
|
||||
border-radius: $uni-border-radius-50px;
|
||||
padding: 3px 8px;
|
||||
font-size: 8px;
|
||||
color: #fff;
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
.reject,
|
||||
.agree {
|
||||
border-radius: 50px;
|
||||
border-radius: $uni-border-radius-50px;
|
||||
width: 45%;
|
||||
border: none;
|
||||
font-size: 18px;
|
||||
@@ -57,7 +57,7 @@
|
||||
.reject {
|
||||
color: #000;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 50px;
|
||||
border-radius: $uni-border-radius-50px;
|
||||
}
|
||||
|
||||
.agree {
|
||||
|
||||
@@ -49,5 +49,5 @@
|
||||
font-size: $uni-font-size-sm;
|
||||
font-weight: 500;
|
||||
color: #00a6ff;
|
||||
border-radius: 50px;
|
||||
border-radius: $uni-border-radius-50px;
|
||||
}
|
||||
|
||||
@@ -109,7 +109,7 @@ defineExpose({
|
||||
align-items: center;
|
||||
background-color: #00a6ff;
|
||||
height: 44px;
|
||||
border-radius: 50px;
|
||||
border-radius: $uni-border-radius-50px;
|
||||
}
|
||||
|
||||
.audio-visualizer {
|
||||
|
||||
Reference in New Issue
Block a user