You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
245 lines
4.2 KiB
245 lines
4.2 KiB
|
|
.header { |
|
background-color: #fff; |
|
|
|
} |
|
|
|
.top-bar { |
|
height: 60px; |
|
} |
|
|
|
.header { |
|
width: 100%; |
|
height: 6%; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
border-bottom: 2px solid #ff6633; |
|
position: fixed; |
|
top: 0; |
|
z-index: 500; |
|
} |
|
.shop-avg{ |
|
opacity: .4; |
|
} |
|
.header-back-btn { |
|
width: 10%; |
|
color: #ff6633; |
|
font-size: 24px; |
|
font-weight: bold; |
|
} |
|
|
|
.header-title { |
|
width: 80%; |
|
text-align: center; |
|
font-size: 18px; |
|
font-family: Hiragino Sans GB, Arial, Helvetica, "\5B8B\4F53", sans-serif; |
|
} |
|
|
|
.header-share { |
|
width: 10%; |
|
text-align: center; |
|
font-size: 18px; |
|
color: #82848a; |
|
font-weight: bold; |
|
font-family: Hiragino Sans GB, Arial, Helvetica, "\5B8B\4F53", sans-serif; |
|
} |
|
.blog-divider { |
|
height: 10px; |
|
background-color: #f3f1f1; |
|
} |
|
|
|
.blog-info-box{ |
|
position: relative; |
|
overflow: hidden; |
|
height: 85%; |
|
width: 100%; |
|
} |
|
.blog-info-box.indicator{ |
|
position: absolute; |
|
right: 3vw; |
|
bottom: 3vw; |
|
width: 10vw; |
|
height: 10vw; |
|
line-height: 10vw; |
|
border-radius: 5vw; |
|
text-align: center; |
|
background-color: rgba(0,0,0,.5); |
|
color: #fff; |
|
font-size: 14px; |
|
} |
|
.swiper-item{ |
|
position: absolute; |
|
left:0; |
|
top:0; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.basic{ |
|
display: flex; |
|
justify-content: space-between; |
|
padding: 15px 15px 5px 15px; |
|
} |
|
.basic-icon { |
|
width: 40px; |
|
height: 40px; |
|
padding: 1px; |
|
background-color: #fff; |
|
border-radius: 50%; |
|
box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.07); |
|
} |
|
.basic-icon img { |
|
border-radius: 50%; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
|
|
.shop-basic{ |
|
margin: auto; |
|
width: 80%; |
|
border-radius: 5px; |
|
display: flex; |
|
justify-content: space-between; |
|
padding: 15px 15px 5px 15px; |
|
box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1); |
|
} |
|
.shop-icon { |
|
width: 50px; |
|
height: 50px; |
|
} |
|
.shop-icon img { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
|
|
.zan-box{ |
|
width: 90%; |
|
margin: auto; |
|
padding: 20px 0 10px; |
|
display: flex; |
|
justify-content: space-between; |
|
} |
|
.zan-list{ |
|
width: 88%; |
|
display: flex; |
|
} |
|
.user-icon-mini{ |
|
margin-left: -5px; |
|
width: 20px; |
|
height: 20px; |
|
border-radius: 50%; |
|
padding: 1px; |
|
background-color: #fff; |
|
box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.07); |
|
} |
|
.user-icon-mini img { |
|
border-radius: 50%; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.basic-info { |
|
width: 60%; |
|
} |
|
.basic-info .name{ |
|
font-weight: bold; |
|
font-size: 12px; |
|
color: #446889; |
|
} |
|
.basic-info .time{ |
|
display: inline-block; |
|
padding: 0 10px; |
|
margin: 5px 0 10px; |
|
border-radius: 2px; |
|
opacity: .4; |
|
} |
|
|
|
.logout-btn{ |
|
width: 100%; |
|
height: 25px; |
|
line-height: 25px; |
|
border-radius: 12px; |
|
text-align: center; |
|
border: #ff6633 1px solid; |
|
color: #ff6633; |
|
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.04); |
|
} |
|
.blog-text{ |
|
width: 90%; |
|
padding: 5px 20px; |
|
} |
|
.copyright { |
|
color: #d1d1d1; |
|
margin-top: 20px; |
|
text-shadow: 0 1px 1px #fff; |
|
text-align: center; |
|
} |
|
.blog-comments { |
|
padding: 10px; |
|
} |
|
.comments-head { |
|
display: flex; |
|
justify-content: space-between; |
|
font-size: 14px; |
|
font-weight: bold; |
|
} |
|
.comments-head span { |
|
font-size: 12px; |
|
font-weight: normal; |
|
color: #82848a; |
|
} |
|
.comment-tags { |
|
display: flex; |
|
flex-wrap: wrap; |
|
justify-content: space-between; |
|
} |
|
.comment-tags div { |
|
width: 25%; |
|
border: 1px solid #427fc4; |
|
border-radius: 5px; |
|
text-align: center; |
|
color: #427fc4; |
|
padding: 5px 10px; |
|
margin-top: 7px; |
|
} |
|
.comment-list { |
|
margin-top: 15px; |
|
} |
|
.comment-box { |
|
display: flex; |
|
justify-content: space-between; |
|
margin-bottom: 15px; |
|
} |
|
.comment-icon { |
|
width: 55px; |
|
} |
|
.comment-icon img{ |
|
width: 48px; |
|
height: 48px; |
|
border-radius: 50%; |
|
} |
|
.comment-info { |
|
width: 80%; |
|
flex-grow: 1; |
|
} |
|
.comment-user { |
|
font-size: 14px; |
|
} |
|
.comment-user span { |
|
font-size: 10px; |
|
padding: 0 10px; |
|
border-radius: 8px; |
|
background-color: #f7b253; |
|
color: white; |
|
} |
|
.comment-images { |
|
display: flex; |
|
width: 100%; |
|
overflow-x: scroll; |
|
padding: 10px 0; |
|
} |
|
.comment-images img { |
|
height: 94px; |
|
width: 92px; |
|
border-radius: 5px; |
|
margin-right: 5px; |
|
} |