This repository was archived by the owner on Jul 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
<div class =" container" >
3
3
<login :visible =' visible' v-on:modalClose =' closeModalEvent' ></login >
4
4
<authorHead :user =' user' ></authorHead >
5
- <div class =' body ' >
6
- <navigator class =' list-item margin ' @click.stop =' setListFrom' url =' /pages/list/main' data-item =' collect' >我的收藏</navigator >
5
+ <div class =' list ' >
6
+ <navigator class =' list-item' @click.stop =' setListFrom' url =' /pages/list/main' data-item =' collect' >我的收藏</navigator >
7
7
<navigator class =' list-item' @click.stop =' setListFrom' url =' /pages/list/main' data-item =' topic' >最近话题</navigator >
8
8
<navigator class =' list-item' @click.stop =' setListFrom' url =' /pages/list/main' data-item =' reply' >最近回复</navigator >
9
9
<div class =' list-item' @click =' logout' >登出</div >
@@ -68,17 +68,17 @@ export default {
68
68
.container {
69
69
height : 100vh ;
70
70
background-color : rgb (245 , 245 , 249 );
71
- .body {
71
+ .list {
72
72
margin-top : 30 rpx;
73
73
background-color : white ;
74
74
.list-item {
75
75
height : 76 rpx;
76
76
line-height : 76 rpx;
77
77
margin : 0 30 rpx;
78
78
padding : 10 rpx 0 ;
79
- & + & {
80
- border-top : 2 rpx solid $borderColor ;
81
- }
79
+ }
80
+ .list-item + .list-item {
81
+ border-top : 2 rpx solid $borderColor ;
82
82
}
83
83
.margin {
84
84
margin-top : 30 rpx;
You can’t perform that action at this time.
0 commit comments