From dc94551e8d19837168a509aa7904d862461ad9ca Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Fri, 11 Nov 2022 16:48:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E6=B5=8B=E8=AF=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/MyAssess.vue | 117 ++++++++++++++++++------------------ 1 file changed, 60 insertions(+), 57 deletions(-) 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; + // } + // } + // } + // } }