Commit 8f2cccb3 by 施宇

Merge branch 'master' of http://119.23.72.7/shiyu/icsalesProgram

parents b6a2235b 5f6394ba
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<view class="topic-item"> <view class="topic-item">
<view class="item-top row bothSide px-hr-bottom verCenter"> <view class="item-top row bothSide px-hr-bottom verCenter">
<view class="top-left row 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> <text class="name bold">{{item.company_name}}</text>
</view> </view>
<view class="time">{{item.time}}</view> <view class="time">{{item.time}}</view>
...@@ -87,5 +87,5 @@ ...@@ -87,5 +87,5 @@
<text class="line"></text> <text class="line"></text>
</view> </view>
</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> </view>
\ No newline at end of file
/* pages/list/signin/index.wxss */ /* pages/list/signin/index.wxss */
.signin-view{ .signin-view {
padding-bottom:120rpx; padding-bottom: 120rpx;
} }
.top-line { .top-line {
height: 16rpx; height: 16rpx;
background-color: #0066a8; background-color: #0066a8;
border-radius: 13rpx; border-radius: 13rpx;
margin: 0 14rpx; margin: 0 14rpx;
position: relative; position: relative;
z-index:2 z-index: 2
} }
.topic-content { .topic-content {
...@@ -39,54 +40,69 @@ ...@@ -39,54 +40,69 @@
margin-top: 16rpx; margin-top: 16rpx;
font-size: 26rpx; font-size: 26rpx;
} }
.topic-item { .topic-item {
padding: 0 24rpx 24rpx; padding: 0 24rpx 24rpx;
} }
.item-top { .item-top {
padding: 18rpx 0; padding: 18rpx 0;
} }
.img { .img {
height: 48rpx; height: 48rpx;
width: 48rpx; width: 48rpx;
border-radius: 50%; border-radius: 50%;
background: #E6ECF2;
} }
.name { .name {
font-size: 26rpx; font-size: 26rpx;
color: #515559; color: #515559;
margin: 0 16rpx; margin: 0 16rpx;
flex: 1; flex: 1;
} }
.time{
.time {
font-size: 22rpx; font-size: 22rpx;
color: #adb6bf; color: #adb6bf;
white-space: nowrap white-space: nowrap
} }
.item-center{
.item-center {
font-size: 26rpx; font-size: 26rpx;
color: #8a9299; color: #8a9299;
line-height: 40rpx; line-height: 40rpx;
margin-top: 24rpx; 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; 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; 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