Files
ClassContent/历届学生/逯帅帅/项目开发/上课项目/屁桃儿/css/page/model_info.css
2024-09-27 02:06:13 +08:00

121 lines
2.2 KiB
CSS

.content_info {
padding-top: 0.9rem;
}
.model_info_header {
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 0;
}
.model_info_header img{
width: 1.4rem;
height: 1.4rem;
margin-right: 0.2rem;
border-radius: 100%;
}
.right_text {
flex: 1;
}
.right_text p{
font-weight: 500;
font-size: 0.32rem;
margin-bottom: 0.12rem;
}
.right_text span{
font-size: 0.24rem;
color: #909090;
}
.padding_30 {
padding: 0.3rem 0.3rem 0 0.3rem;
}
.item_list .title {
font-size: 0.34rem;
color: #333;
margin-bottom: 0.26rem;
margin-top: 0.3rem;
}
.item_list ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.item_list ul li {
width: 48%;
margin-bottom: 0.3rem;
}
.item_list ul .newest_img {
position: relative;
}
a {
text-decoration: none;
color: #000;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.item_list .newest_img span {
position: absolute;
padding: 0.08rem 0.14rem;
background: rgb(251 114 153 / 73%);
color: rgb(255 255 255 / 73%);
font-size: 0.24rem;
right: 0.2rem;
bottom: 0.42rem;
border-radius: 0.28rem;
}
.newest_text .tags {
display: flex;
flex-wrap: wrap;
margin-top: 0.08rem;
}
.newest_text .tags_item {
padding: 0.04rem 0.1rem;
font-size: 0.24rem;
background: #fb7299;
margin-right: 0.06rem;
color: #fff;
border-radius: 0.18rem;
margin-bottom: 0.06rem;
}
.tags_item a {
color: #fff;
}
.model_list {
display: flex;
justify-content: space-around;
margin-top: 0.24rem;
flex-wrap: wrap;
}
.model_list .item {
margin-bottom: 0.6rem;
}
.item {
position: relative;
text-align: center;
width: 22%;
}
.top {
position: relative;
}
.item p {
font-size: 0.24rem;
color: #7e7979;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.item img {
width: 1.2rem;
height: 1.2rem;
border-radius: 100%;
}
.item span {
font-size: 0.22rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0.06rem;
padding: 0.02rem 0.1rem;
background: rgb(0 0 0 / 58%);
color: #fff;
border-radius: 0.2rem;
}