applet.miniprograms/pages/index/active.wxss

30 lines
452 B
Plaintext

/* pages/index/active.wxss */
.active{
width:92vw;
padding: 4vw;
}
.top{
padding-bottom: 4vw;
border-bottom:1px solid #ececec;
}
.top .title{
font-size: 5.33vw;
color: #333333;
margin-bottom:4vw;
}
.top .time{
font-size: 3.75vw;
color: #999999;
display: flex;
justify-content: space-between;
}
.liulan>text{
color: #0072ff;
}
.cont{
padding:4vw 0;
}
.cont image{
max-width:100%;
height:auto;
}