You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
233 B
SCSS
14 lines
233 B
SCSS
8 months ago
|
.search-btn {
|
||
|
// margin-top: 15px;
|
||
|
// margin-left: 20px;
|
||
|
// margin-bottom: 15px;
|
||
|
// margin-left: 50%;
|
||
|
// transform: translateX(-50%);
|
||
|
}
|
||
|
|
||
|
// 隐藏canvas
|
||
|
uni-canvas {
|
||
|
// position: absolute;
|
||
|
// top: -1000px;
|
||
|
// left: -1000px;
|
||
|
}
|