Files
Ling53666 02554225da 提交
2025-08-18 09:11:51 +08:00

108 lines
1.6 KiB
Plaintext

.imagesize{
width: 100%;
height: 150px;
}
.pages{
width: 100%;
height: 100%;
display: flex;
margin-top: 30rpx;
}
.cebian {
width: 20%;
height: 100%;
}
.text {
width: 100%;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
cursor: pointer;
}
.color {
font-size: 14px;
color: rgb(0, 0, 0); /* 默认文字颜色 */
}
.xian{
width: 60px;
height: 3px;
background-color: #f2819f;
margin-top: 5rpx;
}
.xinxi{
width: 80%;
height: 100%;
display: flex;
align-items: center;
flex-direction: column;
overflow-y: scroll;
overflow-x: hidden;
}
.shop{
width: 90%;
height:130px;
border: 1px solid #f2819f;
border-radius: 20px;
margin-top: 10rpx;
display: flex;
margin-bottom: 10rpx;
}
.image{
width: 100px;
height: 100px;
border-radius: 20px;
}
.imagebox{
width: 40%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-left: 10rpx;
}
.boxmessage{
width: 60%;
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
}
.dingweia{
width: 100%;
height: 30%;
display: flex;
justify-content: space-between;
align-items: center;
}
.gouimage{
width: 20px;
height: 20px;
margin-right: 10rpx;
}
.dingwei{
width: 100%;
height: 50%;
}
.yuyue{
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 20px;
border-radius: 20px;
border: 1px solid #fb96b1;
background-color: #fb96b1;
margin-right: 10rpx;
}
.yuyuekuang{
width: 100%;
height: 20%;
display: flex;
justify-content: space-between;
}