forked from useryangtao/vue-wechat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yangtao
committed
Sep 26, 2016
1 parent
93f1925
commit a257a47
Showing
19 changed files
with
136 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,8 +142,6 @@ | |
} | ||
|
||
|
||
|
||
|
||
/*聊天详情*/ | ||
|
||
.chat-dialogue-entry-collect { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,54 @@ | ||
.weui_cells_contact-head { | ||
margin-top:0; | ||
margin-top: 0; | ||
} | ||
.weui_cells_contact-head .weui_cell{ | ||
padding:9px 15px | ||
|
||
.weui_cells_contact-head .weui_cell { | ||
padding: 9px 15px | ||
} | ||
.weui_cells_contact-head .weui_cell_hd{ | ||
|
||
.weui_cells_contact-head .weui_cell_hd { | ||
height: 36px; | ||
width: 36px; | ||
overflow: hidden; | ||
margin-right:10px; | ||
margin-right: 10px; | ||
} | ||
.img-obj-cover{ | ||
|
||
.img-obj-cover { | ||
display: block; | ||
border:0; | ||
border: 0; | ||
width: 100%; | ||
height: 100%; | ||
object-fit: cover; | ||
} | ||
.component-contact{ | ||
background:#f1f0f6; | ||
|
||
.component-contact { | ||
background: #f1f0f6; | ||
overflow: auto; | ||
} | ||
|
||
.contact-friends .weui_cells::before, | ||
.contact-friends .weui_cells::after{ | ||
.contact-friends .weui_cells::after { | ||
visibility: hidden; | ||
} | ||
.contact-friends .weui_cells{ | ||
margin-top:0; | ||
|
||
.contact-friends .weui_cells { | ||
margin-top: 0; | ||
} | ||
.contact-alpha{ | ||
padding-left:15px; | ||
|
||
.contact-alpha { | ||
padding-left: 15px; | ||
height: 20px; | ||
line-height: 20px; | ||
font-size:14px; | ||
color:#888888; | ||
font-size: 14px; | ||
color: #888888; | ||
} | ||
.contact-friends .weui_cell_primary{ | ||
font-size:16px; | ||
|
||
.contact-friends .weui_cell_primary { | ||
font-size: 16px; | ||
} | ||
|
||
.contact-friends .weui_cell_hd img { | ||
width: 35px; | ||
margin-right: 5px; | ||
display: block; | ||
} | ||
.contact-friends .weui_cell_hd img{ | ||
width:35px; | ||
margin-right:5px; | ||
display:block; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
.me-line .weui_cell_hd img{ | ||
.me-line .weui_cell_hd img { | ||
width: 60px; | ||
display: block; | ||
} | ||
.me-line .weui_cell_primary{ | ||
font-size:14px; | ||
color:#111111; | ||
|
||
.me-line .weui_cell_primary { | ||
font-size: 14px; | ||
color: #111111; | ||
} | ||
.me-line .weui_cell_primary p:first-child{ | ||
font-size:18px; | ||
|
||
.me-line .weui_cell_primary p:first-child { | ||
font-size: 18px; | ||
} | ||
.me-line .weui_cell_hd{ | ||
|
||
.me-line .weui_cell_hd { | ||
margin-right: 5px; | ||
border-radius: 5px; | ||
overflow: hidden; | ||
border:1px solid #cccccc; | ||
border: 1px solid #cccccc; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.