|
@@ -50,7 +50,7 @@
|
|
|
<span>D</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div> -->
|
|
|
+ </div>-->
|
|
|
<div class="answerBox" v-if="isBlock == 1 || isBlock == 6">
|
|
|
<div class="memberBox" v-if="isBlock == 1">
|
|
|
<div
|
|
@@ -498,6 +498,7 @@
|
|
|
<div class="workName">{{ w.sName }}</div>
|
|
|
</div>
|
|
|
<div class="workRight">{{ w.time }}</div>
|
|
|
+ <div class="workBtn">查看评价</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1238,27 +1239,31 @@ export default {
|
|
|
.works {
|
|
|
width: 31%;
|
|
|
border: 1px solid #ececec;
|
|
|
- height: 160px;
|
|
|
+ /* height: 160px; */
|
|
|
margin: 0 10px 10px 0;
|
|
|
/* cursor: pointer; */
|
|
|
+ min-width: 180px;
|
|
|
}
|
|
|
.workImg {
|
|
|
- width: 214px;
|
|
|
+ /* width: 214px; */
|
|
|
height: 117px;
|
|
|
}
|
|
|
.workDetail {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|
|
|
- align-items: center;
|
|
|
+ align-items: flex-start;
|
|
|
justify-content: space-between;
|
|
|
- padding-top: 8px;
|
|
|
+ padding: 8px 0 0;
|
|
|
+ flex-direction: column;
|
|
|
}
|
|
|
.workLeft {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|
|
|
align-items: center;
|
|
|
+ width: 100%;
|
|
|
+ padding: 0px 5px;
|
|
|
}
|
|
|
.workTx {
|
|
|
width: 25px;
|
|
@@ -1270,8 +1275,20 @@ export default {
|
|
|
.workRight {
|
|
|
font-size: 14px;
|
|
|
color: #ccc;
|
|
|
- padding-right: 10px;
|
|
|
+ margin: 0 0 3px;
|
|
|
+ padding: 0 5px;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.workBtn {
|
|
|
+ width: 100%;
|
|
|
+ background: rgb(110 145 203);
|
|
|
+ color: #fff;
|
|
|
+ cursor: pointer;
|
|
|
+ text-align: center;
|
|
|
+ padding: 5px 0;
|
|
|
}
|
|
|
+
|
|
|
.returnButton {
|
|
|
position: absolute;
|
|
|
bottom: 20px;
|