Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsalesProgram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
309227ca
authored
Oct 08, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
img
parent
19857c75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
21 deletions
pages/list/signin/index.wxml
pages/list/signin/index.wxss
pages/list/signin/index.wxml
View file @
309227ca
...
...
@@ -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
View file @
309227ca
/* 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment