This commit is contained in:
2023-03-28 10:55:08 +08:00
parent 1c5eb2e9c9
commit 0c1d6bf53b
5 changed files with 69 additions and 50 deletions

View File

@@ -55,18 +55,35 @@ uni-button:after {
color: #fff;
}
.icon_scan {
font-size: 48rpx;
line-height: 70rpx;
width: 42rpx;
height: 48rpx;
font-size: 40rpx;
line-height: 48rpx;
color: #323232;
text-align: center;
}
.icon_phone {
width: 48rpx;
height: 48rpx;
font-size: 36rpx;
line-height: 48rpx;
color: #323232;
text-align: center;
}
.icon_del {
font-size: 48rpx;
line-height: 70rpx;
width: 46rpx;
height: 48rpx;
font-size: 46rpx;
line-height: 48rpx;
color: #323232;
text-align: center;
}
.icon_search {
width: 48rpx;
height: 48rpx;
font-size: 40rpx;
color: #323232;
line-height: 70rpx;
line-height: 48rpx;
}
.cancel_icon::before {
content: "\e6dc";