23 lines
347 B
Plaintext
23 lines
347 B
Plaintext
.head{
|
|
color:#fff;
|
|
background-color: cornflowerblue;
|
|
text-align: center;
|
|
}
|
|
.search
|
|
{
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
width:100%;
|
|
height:auto;
|
|
background-color:white;
|
|
border:2rpx solid goldenrod;
|
|
border-radius: 5rpx;
|
|
|
|
}
|
|
|
|
/* 搜索框提示文字样式 */
|
|
.search input
|
|
{
|
|
padding-left:30rpx;
|
|
} |