67 lines
988 B
Plaintext
67 lines
988 B
Plaintext
![]() |
.text{
|
||
|
position: relative;
|
||
|
}
|
||
|
.image2{
|
||
|
width: 160rpx;
|
||
|
height: 160rpx;
|
||
|
border-radius: 20rpx;
|
||
|
margin-top: 20rpx;
|
||
|
margin-left: 20rpx;
|
||
|
}
|
||
|
.image1{
|
||
|
width: 50rpx;
|
||
|
height:50rpx;
|
||
|
}
|
||
|
.hezi{
|
||
|
width: 100%;
|
||
|
height: 80%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.image{
|
||
|
width: 60rpx;
|
||
|
height:60rpx;
|
||
|
border-radius: 50rpx;
|
||
|
margin-left: 10rpx;
|
||
|
margin-top: 10rpx;
|
||
|
}
|
||
|
.biaoti1{
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.biaoti{
|
||
|
width: 100%;
|
||
|
height: 20%;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
}
|
||
|
.kuandu{
|
||
|
width: 30%;
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.wenzi{
|
||
|
width: 70%;
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.box1{
|
||
|
width: 90%;
|
||
|
border: 1px solid #eec2c7;
|
||
|
border-radius: 20rpx;
|
||
|
height: 300rpx;
|
||
|
margin-bottom: 10rpx;
|
||
|
}
|
||
|
.box{
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
margin-top: 50rpx;
|
||
|
}
|