时间:2019-05-03 来源:小程序工厂
下面是我的代码,劳烦大家了
wxml:
{{nowdate}}
{{item.message}}
wmss:
.session{
height: 1206rpx;
background-color:#F5F5F5;
}
.dateList{
float: left;
width: 90rpx;
background-repeat:repeat-y;
background-color: #FFFFFF;
}
.date{
margin-left:10rpx;
margin-top: 40rpx;
text-align: center;
width: 60rpx;
border-radius:50%;
}
.nowdate{
margin-left: 10rpx;
margin-top: 60rpx;
text-align: center;
width: 70rpx;
height: 70rpx;
color: #FFFFFF;
border-radius:50%;
background-color: #51C4D3;
}
image{
float:left;
width: 155rpx;
height: 155rpx;
margin: 20rpx;
border-radius: 50%;
}
.dcopinion{
font-size:27rpx;
width:550rpx;
height: 770rpx;
border-style: outset;
border-color:#CCCCCC;
border-width: thin;
margin-left: 35rpx;
margin-top: 60rpx;
float:left;
background-color:#c6e6e8;
}
.textstyle{
line-height: 0.7cm;
}
.text1{
margin-top: 20rpx;
font-weight:900;
text-shadow: 0.2rpx 0.2rpx black;
}
text.text7{
text-indent: 2rem;
}
.text2{
text-indent: 2cm;
}
.tips{
float: left;
width: 550rpx;
border-style: outset;
border-color:#CCCCCC;
border-width: thin;
margin-left: 35rpx;
margin-top: 25rpx;
background-color: #FFFFFF;
}
.tiptext{
font-size: 24rpx;
}
.button1{
font-size: 25rpx;
width: 270rpx;
float: right;
margin: 20rpx;
color: #51C4D3;
}
新手同学 请贴出你的代码