91 lines
1.4 KiB
Plaintext
91 lines
1.4 KiB
Plaintext
|
|
.search-line {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 16px;
|
|
}
|
|
.cancel {
|
|
margin-left: 8px;
|
|
}
|
|
.image1{
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
.box{
|
|
width: 90%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border: 1px solid #de868f;
|
|
border-radius: 40px;
|
|
margin-top: 20rpx;
|
|
}
|
|
.box1{
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.box4{
|
|
width: 120rpx;
|
|
height: 50rpx;
|
|
border: 1px solid #4095e5;
|
|
border-radius: 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: relative;
|
|
bottom: 310rpx;
|
|
left: 530rpx;
|
|
}
|
|
.dingwei{
|
|
position: relative;
|
|
|
|
}
|
|
.statues{
|
|
font-size: 13px;
|
|
width: 100rpx;
|
|
background-color: #4095e5;
|
|
margin-top: 20rpx;
|
|
margin-left: 10rpx;
|
|
color: white;
|
|
position: relative;
|
|
/* top: 88rpx;
|
|
right: 210rpx; */
|
|
}
|
|
.text{
|
|
font-weight: bolder;
|
|
margin-left: 10rpx;
|
|
position: relative;
|
|
top: 30rpx;
|
|
right: 10rpx;
|
|
}
|
|
.wenzi{
|
|
width: 65%;
|
|
height: 200rpx;
|
|
position: relative;
|
|
left: 220rpx;
|
|
bottom: 180rpx;
|
|
}
|
|
.image{
|
|
width: 100px;
|
|
height: 100px;
|
|
border-radius: 20px;
|
|
position: relative;
|
|
top: 25rpx;
|
|
left: 20rpx;
|
|
}
|
|
.kuang{
|
|
width: 90%;
|
|
height: 240rpx;
|
|
border: 3px solid #de868f;
|
|
border-radius: 20px;
|
|
margin-top: 20rpx;
|
|
}
|
|
.box2{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 50rpx;
|
|
flex-direction: column;
|
|
} |