diff --git a/src/views/user/MyAssess.vue b/src/views/user/MyAssess.vue index 74ef674b..1a947c52 100644 --- a/src/views/user/MyAssess.vue +++ b/src/views/user/MyAssess.vue @@ -4,37 +4,37 @@ -->
- + 我的测评 搜索 重置 - + -
+ -
+
div{ - // width: 85%; - padding-bottom:100%; - cursor: pointer; - position: relative; - // box-shadow: 2px 2px 2px #888888; - // box-shadow:0px 0px 2px #888888; - border-radius: 4px; - section{ - border-radius: 4px; - position: absolute; - left: 40%; - top: 50%; - // width: 96%; - // height: 78%; - transform: translate(-50%,-50%); - // background: #f1f5fc; - // marin:0 auto; - // padding: 10px; - border-box: box-sizing; - display: flex; - flex-direction: column; - justify-content: space-between; - img{ - width: 194px; - height: 109px; - } - span{ - // color:#303133; - // font-size: 12px; - } - h5{ - margin: 0; - } - } - } - } + // .el-col:not(:first-child){ + // position: relative; + // padding: 20px; + // padding-left: 40px; + // border-radius: 4px; + // >div{ + // // width: 85%; + // padding-bottom:100%; + // cursor: pointer; + // position: relative; + // // box-shadow: 2px 2px 2px #888888; + // // box-shadow:0px 0px 2px #888888; + // border-radius: 4px; + // section{ + // border-radius: 4px; + // position: absolute; + // left: 40%; + // top: 50%; + // // width: 96%; + // // height: 78%; + // transform: translate(-50%,-50%); + // // background: #f1f5fc; + // // marin:0 auto; + // // padding: 10px; + // border-box: box-sizing; + // display: flex; + // flex-direction: column; + // justify-content: space-between; + // img{ + // width: 194px; + // height: 109px; + // } + // span{ + // // color:#303133; + // // font-size: 12px; + // } + // h5{ + // margin: 0; + // } + // } + // } + // } }