修改弹出
This commit is contained in:
parent
e7ed7f20d5
commit
0991f3777a
|
@ -1840,7 +1840,7 @@ uni-switch::before {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: 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,
|
// box-shadow: inset 40px 20px 60px #107050,
|
||||||
// inset -20px -40px 60px #00a55a;
|
// inset -20px -40px 60px #00a55a;
|
||||||
|
|
||||||
|
@ -1886,6 +1886,7 @@ uni-switch::before {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
color: #019c88;
|
||||||
}
|
}
|
||||||
|
|
||||||
.import {
|
.import {
|
||||||
|
@ -1926,17 +1927,21 @@ uni-switch::before {
|
||||||
}
|
}
|
||||||
|
|
||||||
.importMaterialPackageInner {
|
.importMaterialPackageInner {
|
||||||
width: 50%;
|
width: 45%;
|
||||||
// height: 40px;
|
// height: 40px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: left;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
// border: 1px solid;
|
// border: 1px solid;
|
||||||
|
background: #7ed3c5;
|
||||||
|
margin-right: 10rpx;
|
||||||
|
padding: 8rpx 15rpx;
|
||||||
|
color: #fff;
|
||||||
|
border-radius: 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.importMaterialPackageInner view {
|
.importMaterialPackageInner view {
|
||||||
width: 50%;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
|
|
Loading…
Reference in New Issue