修改弹出

This commit is contained in:
kbing1981 2024-07-05 14:34:05 +08:00
parent e7ed7f20d5
commit 0991f3777a
1 changed files with 9 additions and 4 deletions

View File

@ -1840,7 +1840,7 @@ uni-switch::before {
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(-90deg, #019C88, #1BB9A5, #029D88);
background: linear-gradient(180deg, #90dacd, #ebfffa, #ebfffa);
// box-shadow: inset 40px 20px 60px #107050,
// inset -20px -40px 60px #00a55a;
@ -1886,6 +1886,7 @@ uni-switch::before {
align-items: center;
font-size: 16px;
padding-top: 10px;
color: #019c88;
}
.import {
@ -1926,17 +1927,21 @@ uni-switch::before {
}
.importMaterialPackageInner {
width: 50%;
width: 45%;
// height: 40px;
display: flex;
justify-content: left;
justify-content: center;
align-items: center;
margin-top: 10px;
// border: 1px solid;
background: #7ed3c5;
margin-right: 10rpx;
padding: 8rpx 15rpx;
color: #fff;
border-radius: 30rpx;
}
.importMaterialPackageInner view {
width: 50%;
height: 100%;
display: flex;
justify-content: left;