recordto.wxss
626 字节
.top{
display: flex;
font-size: 28rpx;
font-weight: 600;
padding: 24rpx;
justify-content: space-around;
}
.daohang{
position: relative;
left: 68%;
width: 80rpx;
height: 6rpx;
background:rgba(255,200,61,1);
}
page{
padding:32rpx;
}
.linet{
height: 144rpx;
line-height: 80rpx;
display: flex;
padding: 32rpx 0;
border-bottom:1px solid rgba(235,235,235,1);
justify-content: space-between;
}
.lin-1{
font-size: 28rpx;
line-height: 36rpx;
font-weight: 600;
}
.lin-1 view{
font-size: 24rpx;
margin-top: 8rpx;
color:rgba(196,196,196,1) ;
}