You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.1 KiB
61 lines
1.1 KiB
2 years ago
|
navigator{
|
||
|
height: 85rpx;
|
||
|
width: 350rpx;
|
||
|
font-size: 50rpx;
|
||
|
display: flex;
|
||
|
color: rgb(252, 249, 247) ;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
background-color:rgb(5, 197, 156);
|
||
|
border-radius: 15rpx;
|
||
|
margin-top: 1%;
|
||
|
}
|
||
|
input{
|
||
|
background-color: rgb(255, 255, 255);
|
||
|
width:400rpx;
|
||
|
margin-left: 30rpx;
|
||
|
font-size: 40rpx;
|
||
|
margin-top: 2%;
|
||
|
margin:0 auto;
|
||
|
}
|
||
|
.searchdog{
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
border: 1px solid #069bd6;
|
||
|
border-radius: 300rpx;
|
||
|
width: 480rpx;
|
||
|
height: 110rpx;
|
||
|
justify-content: center;
|
||
|
vertical-align: center;
|
||
|
margin-top: 2%;
|
||
|
margin:0 auto;
|
||
|
}
|
||
|
page{
|
||
|
justify-content: center;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.ditu{
|
||
|
height: 400rpx;
|
||
|
}
|
||
|
.kaishi{
|
||
|
background-color: rgb(16, 206, 231);
|
||
|
justify-content: center;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
margin-top: 2%;
|
||
|
margin:0 auto;
|
||
|
}
|
||
|
.tuichu{
|
||
|
background-color: rgb(220, 235, 15);
|
||
|
justify-content: center;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
margin-top: 2%;
|
||
|
margin:0 auto;
|
||
|
}
|
||
|
.kongge{
|
||
|
margin-top: 2%;
|
||
|
}
|