53 lines
802 B
Plaintext
53 lines
802 B
Plaintext
|
|
.image{
|
|
width: 60rpx;
|
|
height:60rpx;
|
|
border-radius: 50rpx;
|
|
margin-left: 10rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
.image1{
|
|
width: 50rpx;
|
|
height:50rpx;
|
|
}
|
|
.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;
|
|
}
|
|
.text{
|
|
position: relative;
|
|
}
|
|
.biaoti{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.biaoti1{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.image2{
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
border-radius: 20rpx;
|
|
margin-top: 20rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
.textcss{
|
|
width: 100rpx;
|
|
height: 40rpx;
|
|
display:flex;
|
|
justify-content: center;
|
|
border: 1px solid #eec2c7;
|
|
border-radius: 50px;
|
|
margin-left: 10rpx
|
|
} |