Skip to content

Commit d3bd0e3

Browse files
committed
修改界面布局和评论样式
1 parent 5eec9f7 commit d3bd0e3

16 files changed

+120
-26
lines changed

public/css/main.css

Lines changed: 65 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ a{
4848

4949
.clear{
5050
display: flex;
51-
justify-content: center;
51+
/* justify-content: center; */
5252
width: 1000px;
5353
margin-left: auto;
5454
margin-right: auto;
@@ -72,14 +72,14 @@ a{
7272

7373
.listBox h1{
7474
display: flex;
75-
justify-content: center;
75+
/* justify-content: center; */
7676
}
7777
.listBox .colDefault{
7878
display: flex;
7979
justify-content: center;
8080
}
8181
.smpInfo{
82-
margin-left: 30px;
82+
/* margin-left: 30px; */
8383
}
8484
.function{
8585
margin-left: 30px;
@@ -90,6 +90,10 @@ a{
9090
text-align: center;
9191
border-radius: 5px;
9292
}
93+
.function a{
94+
color: #ffffff;
95+
font-size: 14px;
96+
}
9397
.rightBox{
9498
background: #fff;
9599
margin: 10px;
@@ -143,4 +147,62 @@ a{
143147
}
144148
.pager li{
145149
list-style: none;
150+
}
151+
152+
.listBox h1{
153+
color: #303030;
154+
font-size: 24px;
155+
font-weight: normal;
156+
}
157+
.post-media{
158+
width: 220px;
159+
height: 160px;
160+
}
161+
.post-media__img{
162+
width: 220px;
163+
height: 160px;
164+
}
165+
166+
.post{
167+
display: flex;
168+
flex-direction: column;
169+
padding: 20px;
170+
}
171+
.post-date{
172+
color: #959595;
173+
}
174+
.post-content{
175+
display: flex;
176+
color: #666666;
177+
border-bottom: 1px solid #ebebeb;
178+
font-size: 15px;
179+
}
180+
.post-footer{
181+
display: flex;
182+
margin-top: 10px;
183+
justify-content: space-between;
184+
}
185+
.post-meta{
186+
line-height: 30px;
187+
}
188+
.post-title{
189+
display: flex;
190+
justify-content: center;
191+
}
192+
.post-detail{
193+
padding: 20px;
194+
}
195+
.message__input{
196+
/* width: 500px;
197+
height: 20px;
198+
margin: 0px; */
199+
}
200+
.comment{
201+
display: flex;
202+
flex-direction: column;
203+
width: 650px;
204+
}
205+
.comment__label{
206+
margin: 5px;
207+
height: 25px;
146208
}

public/imgage/timg.jpeg

12 KB
Loading

schemas/WiredTiger.turtle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ WiredTiger 2.9.2: (December 23, 2016)
33
WiredTiger version
44
major=2,minor=9,patch=2
55
file:WiredTiger.wt
6-
access_pattern_hint=none,allocation_size=4KB,app_metadata=,block_allocation=best,block_compressor=,cache_resident=false,checkpoint=(WiredTigerCheckpoint.31=(addr="018881e4402249628981e4883259218a81e4dbf53744808080e2efc0e22fc0",order=31,time=1505094502,size=24576,write_gen=61)),checkpoint_lsn=(2,31744),checksum=uncompressed,collator=,columns=,dictionary=0,encryption=(keyid=,name=),format=btree,huffman_key=,huffman_value=,id=0,ignore_in_memory_cache_size=false,internal_item_max=0,internal_key_max=0,internal_key_truncate=true,internal_page_max=4KB,key_format=S,key_gap=10,leaf_item_max=0,leaf_key_max=0,leaf_page_max=32KB,leaf_value_max=0,log=(enabled=true),memory_page_max=5MB,os_cache_dirty_max=0,os_cache_max=0,prefix_compression=false,prefix_compression_min=4,split_deepen_min_child=0,split_deepen_per_child=0,split_pct=90,value_format=S,version=(major=1,minor=1)
6+
access_pattern_hint=none,allocation_size=4KB,app_metadata=,block_allocation=best,block_compressor=,cache_resident=false,checkpoint=(WiredTigerCheckpoint.71=(addr="018d81e4859253558e81e422d89b6c8f81e487ceceee808080e2efc0e22fc0",order=71,time=1505721853,size=24576,write_gen=140)),checkpoint_lsn=(3,106240),checksum=uncompressed,collator=,columns=,dictionary=0,encryption=(keyid=,name=),format=btree,huffman_key=,huffman_value=,id=0,ignore_in_memory_cache_size=false,internal_item_max=0,internal_key_max=0,internal_key_truncate=true,internal_page_max=4KB,key_format=S,key_gap=10,leaf_item_max=0,leaf_key_max=0,leaf_page_max=32KB,leaf_value_max=0,log=(enabled=true),memory_page_max=5MB,os_cache_dirty_max=0,os_cache_max=0,prefix_compression=false,prefix_compression_min=4,split_deepen_min_child=0,split_deepen_per_child=0,split_pct=90,value_format=S,version=(major=1,minor=1)

schemas/WiredTiger.wt

0 Bytes
Binary file not shown.
4 KB
Binary file not shown.
0 Bytes
Binary file not shown.
237 KB
Binary file not shown.
7.22 KB
Binary file not shown.
4 KB
Binary file not shown.
-31.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)