|
@@ -1,25 +1,27 @@
|
|
-.avue-card{
|
|
|
|
- &__item{
|
|
|
|
|
|
+.avue-card {
|
|
|
|
+ &__item {
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
border: 1px solid #e8e8e8;
|
|
border: 1px solid #e8e8e8;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- color: rgba(0,0,0,.65);
|
|
|
|
|
|
+ color: rgba(0, 0, 0, 0.65);
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
font-variant: tabular-nums;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
list-style: none;
|
|
list-style: none;
|
|
- font-feature-settings: "tnum";
|
|
|
|
|
|
+ font-feature-settings: 'tnum';
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- height:200px;
|
|
|
|
- &:hover{
|
|
|
|
- border-color: rgba(0,0,0,.09);
|
|
|
|
- box-shadow: 0 2px 8px rgba(0,0,0,.09);
|
|
|
|
|
|
+ height: 200px;
|
|
|
|
+
|
|
|
|
+ &:hover {
|
|
|
|
+ border-color: rgba(0, 0, 0, 0.09);
|
|
|
|
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
|
|
}
|
|
}
|
|
- &--add{
|
|
|
|
- border:1px dashed #000;
|
|
|
|
|
|
+
|
|
|
|
+ &--add {
|
|
|
|
+ border: 1px dashed #000;
|
|
width: 100%;
|
|
width: 100%;
|
|
- color: rgba(0,0,0,.45);
|
|
|
|
|
|
+ color: rgba(0, 0, 0, 0.45);
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
border-color: #d9d9d9;
|
|
border-color: #d9d9d9;
|
|
border-radius: 2px;
|
|
border-radius: 2px;
|
|
@@ -27,74 +29,87 @@
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
- i{
|
|
|
|
|
|
+
|
|
|
|
+ i {
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
- &:hover{
|
|
|
|
|
|
+
|
|
|
|
+ &:hover {
|
|
color: #40a9ff;
|
|
color: #40a9ff;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
border-color: #40a9ff;
|
|
border-color: #40a9ff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- &__body{
|
|
|
|
|
|
+
|
|
|
|
+ &__body {
|
|
display: flex;
|
|
display: flex;
|
|
padding: 24px;
|
|
padding: 24px;
|
|
}
|
|
}
|
|
- &__detail{
|
|
|
|
- flex:1
|
|
|
|
|
|
+
|
|
|
|
+ &__detail {
|
|
|
|
+ flex: 1;
|
|
}
|
|
}
|
|
- &__avatar{
|
|
|
|
|
|
+
|
|
|
|
+ &__avatar {
|
|
width: 48px;
|
|
width: 48px;
|
|
height: 48px;
|
|
height: 48px;
|
|
border-radius: 48px;
|
|
border-radius: 48px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
margin-right: 12px;
|
|
margin-right: 12px;
|
|
- img{
|
|
|
|
|
|
+
|
|
|
|
+ img {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- &__title{
|
|
|
|
- color: rgba(0,0,0,.85);
|
|
|
|
|
|
+
|
|
|
|
+ &__title {
|
|
|
|
+ color: rgba(0, 0, 0, 0.85);
|
|
margin-bottom: 12px;
|
|
margin-bottom: 12px;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
- &:hover{
|
|
|
|
- color:#1890ff;
|
|
|
|
|
|
+
|
|
|
|
+ &:hover {
|
|
|
|
+ color: #1890ff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- &__info{
|
|
|
|
- color: rgba(0,0,0,.45);
|
|
|
|
|
|
+
|
|
|
|
+ &__info {
|
|
|
|
+ color: rgba(0, 0, 0, 0.45);
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 3;
|
|
-webkit-line-clamp: 3;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
height: 64px;
|
|
height: 64px;
|
|
}
|
|
}
|
|
- &__menu{
|
|
|
|
|
|
+
|
|
|
|
+ &__menu {
|
|
display: flex;
|
|
display: flex;
|
|
- justify-content:space-around;
|
|
|
|
|
|
+ justify-content: space-around;
|
|
height: 50px;
|
|
height: 50px;
|
|
background: #f7f9fa;
|
|
background: #f7f9fa;
|
|
- color: rgba(0,0,0,.45);
|
|
|
|
|
|
+ color: rgba(0, 0, 0, 0.45);
|
|
text-align: center;
|
|
text-align: center;
|
|
line-height: 50px;
|
|
line-height: 50px;
|
|
- &:hover{
|
|
|
|
- color:#1890ff;
|
|
|
|
|
|
+
|
|
|
|
+ &:hover {
|
|
|
|
+ color: #1890ff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/** joolun 额外加的 */
|
|
/** joolun 额外加的 */
|
|
.avue-comment__main {
|
|
.avue-comment__main {
|
|
- flex: unset!important;
|
|
|
|
- border-radius: 5px!important;
|
|
|
|
- margin: 0 8px!important;
|
|
|
|
|
|
+ flex: unset !important;
|
|
|
|
+ border-radius: 5px !important;
|
|
|
|
+ margin: 0 8px !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
.avue-comment__header {
|
|
.avue-comment__header {
|
|
border-top-left-radius: 5px;
|
|
border-top-left-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.avue-comment__body {
|
|
.avue-comment__body {
|
|
border-bottom-right-radius: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
border-bottom-left-radius: 5px;
|