35 lines
452 B
CSS
35 lines
452 B
CSS
.rpt-head{
|
|
margin-top:20upx;
|
|
}
|
|
.rpt-up{
|
|
display: flex;
|
|
}
|
|
.rpt-left{
|
|
flex: 1;
|
|
padding-left: 30upx;
|
|
}
|
|
.rpt-left-title{
|
|
padding-top: 55upx;
|
|
font-size: 36upx;
|
|
font-weight: bold;
|
|
}
|
|
.rpt-left-detail{
|
|
padding-top:20upx;
|
|
font-size: 25upx;
|
|
}
|
|
.rpt-right{
|
|
margin: 10upx 20upx 0upx 20upx;
|
|
}
|
|
.rpt-right image{
|
|
width: 200upx;
|
|
height: 200upx;
|
|
}
|
|
.rpt-next{
|
|
display: flex;
|
|
padding: 20upx 25upx 20upx 20upx;
|
|
font-size: 25upx;
|
|
}
|
|
.rpt-next-date{
|
|
flex:1;
|
|
}
|