74 lines
1.1 KiB
CSS
74 lines
1.1 KiB
CSS
page {
|
|
background-color: #ffffff;
|
|
min-height: 100vh;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: calc(100vh - 120rpx);
|
|
width: 100%;
|
|
}
|
|
|
|
.searchBox {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 20rpx;
|
|
/* margin-top: 35rpx; */
|
|
justify-content: space-between;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.searchBox_add {
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 400;
|
|
font-size: 30rpx;
|
|
color: #000000;
|
|
}
|
|
|
|
.searchBox_add image {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.sucessImg {
|
|
width: 217rpx;
|
|
height: 191rpx;
|
|
margin: 0 auto;
|
|
margin-top: 106rpx;
|
|
}
|
|
|
|
.Msg1 {
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
color: #222222;
|
|
margin: 0 auto;
|
|
margin-top: 37rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.Msg2 {
|
|
margin: 0 auto;
|
|
margin-top: 43rpx;
|
|
}
|
|
|
|
.Msg2 view {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.Msg2 view span {
|
|
color: #FF370B;
|
|
} |