Commit 309227ca by 梁建民

img

parent 19857c75
......@@ -27,7 +27,7 @@
<view class="topic-item">
<view class="item-top row bothSide px-hr-bottom verCenter">
<view class="top-left row verCenter">
<image src="{{item.avatar}}" class="img"></image>
<image src="{{item.avatar ? item.avatar:'//img.ichunt.com/images/ichunt/minProgram/576d3fca89c82b5c40448b1e18bc261b.png'}}" class="img"></image>
<text class="name bold">{{item.company_name}}</text>
</view>
<view class="time">{{item.time}}</view>
......@@ -87,5 +87,5 @@
<text class="line"></text>
</view>
</view>
<chat-inputbar id="topic-inputbar" is-topic="1" bind:newTextMsg="sendSignin" no-face='1'></chat-inputbar>
<chat-inputbar id="topic-inputbar" is-topic="1" bind:newTextMsg="sendSignin" no-face='1'></chat-inputbar>
</view>
\ No newline at end of file
/* pages/list/signin/index.wxss */
.signin-view{
padding-bottom:120rpx;
.signin-view {
padding-bottom: 120rpx;
}
.top-line {
height: 16rpx;
background-color: #0066a8;
border-radius: 13rpx;
margin: 0 14rpx;
position: relative;
z-index:2
z-index: 2
}
.topic-content {
......@@ -39,54 +40,69 @@
margin-top: 16rpx;
font-size: 26rpx;
}
.topic-item {
padding: 0 24rpx 24rpx;
}
.item-top {
padding: 18rpx 0;
}
.img {
height: 48rpx;
width: 48rpx;
border-radius: 50%;
background: #E6ECF2;
}
.name {
font-size: 26rpx;
color: #515559;
margin: 0 16rpx;
flex: 1;
}
.time{
.time {
font-size: 22rpx;
color: #adb6bf;
white-space: nowrap
}
.item-center{
.item-center {
font-size: 26rpx;
color: #8a9299;
line-height: 40rpx;
margin-top: 24rpx;
}
.up-down{
margin-top:24rpx;
.up-down {
margin-top: 24rpx;
}
.up-down .icon{
margin-right:16rpx;
.up-down .icon {
margin-right: 16rpx;
}
.up-down .icon,.more .icon{
.up-down .icon,
.more .icon {
font-size: 40rpx;
color:#ADB6BF;
color: #ADB6BF;
}
.icon.hasup{
color:#0D84D1
.icon.hasup {
color: #0D84D1
}
.icon.hasdown{
color:#EAAD37
.icon.hasdown {
color: #EAAD37
}
.up-down .num{
color:#8A9299;
.up-down .num {
color: #8A9299;
font-size: 28rpx;
}
.up{
margin-right:65rpx;
.up {
margin-right: 65rpx;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment