.page { padding: 60px 0px; width: 100%; height: 100%; background: rgba(237,239,247,1); } .history-tools { width: 1180px; height: 64px; margin: 0 auto; margin-top: 20px; display: flex; flex-direction: row; justify-content: space-between; align-items:center; .left { margin-left: 8px; .el-button{ padding: 7px 20px; position: relative } .el-button--primary{ width: 220px; border-radius: 17px; font-size: 14px; color: #4E5DFF; background-color: #fff; border-color: #fff; } .el-button--primary:focus,.el-button--primary:hover { background: #4E5DFF; border-color: #4E5DFF; color: #fff; } .icon-right { position: absolute; right: 10px; } } .right { margin-right: 14px; .el-button{ padding: 6px 20px; } .el-button--primary{ width: 220px; border-radius: 17px; font-size: 16px; font-weight: 350; color: #fff; background-color: #4E5DFF;; border-color: #4E5DFF;; } } } .test-list { width: 1180px; margin: 0 auto; display: flex; flex-direction: row; flex-wrap: wrap; .item { position: relative; width: 220px; height: 270px; background: #FFFFFF; box-shadow: 0 5px 11px 0 rgba(78,93,255,0.14); border-radius: 6px; margin: 15px 6px 0px 8px; border-radius: 10px; display: flex; flex-direction: column; color:rgba(153,160,182,1); .morelist{ position: absolute; top: 40px; left: 0px; } .tools { display: none; position:absolute; top: 10px; width: 100%; padding-left: 10px; .item-img { display:inline-block; width: 28px; height: 28px; cursor:pointer; margin-right: 5px; .more{ width: 28px; height: 28px; background: url(../../assets/images/more_nor.png) center no-repeat; background-size: cover; } .more:hover { background: url(../../assets/images/more_sel.png) center no-repeat; background-size: cover; } } .delete { background: url(../../assets/images/delete_nor.png) center no-repeat; background-size: cover; } .delete:hover { background: url(../../assets/images/delete_sel.png) center no-repeat; background-size: cover; } .copy { background: url(../../assets/images/copy_nor.png) center no-repeat; background-size: cover; } .copy:hover { background: url(../../assets/images/copy_sel.png) center no-repeat; background-size: cover; } .share { background: url(../../assets/images/share_nor.png) center no-repeat; background-size: cover; } .share:hover { background: url(../../assets/images/share_sel.png) center no-repeat; background-size: cover; } .edit { background: url(../../assets/images/edit_nor.png) center no-repeat; background-size: cover; } .edit:hover { background: url(../../assets/images/edit_sel.png) center no-repeat; background-size: cover; } } .item-img { width: 100%; height:156px; border-radius:6px 6px 0px 0px; object-fit: cover; display: flex; justify-content: center; align-items: center; .item-img-outline{ width: 98px; height: 69px; object-fit: contain; } } .title { flex-grow: 2; margin: 10px; color:rgba(51,51,51,1); line-height:21px; font-size: 16px; max-height: 42px; min-height: 42px; } .desc { margin: 10px; font-size: 14px; } .bottom { margin: 0px 10px 10px; font-size: 12px; display: flex; flex-direction: row; justify-content: space-between; } .remarkBg{ margin: 0 10px 10px; border: 1px solid #EDEFF7; border-radius: 3px; padding: 10px 5px 5px; .remark{ height: 34px; line-height: 17px; margin-bottom: 5px; } .editBtn{ border: 1px solid #4F5DFF; border-radius: 10px; font-size: 10px; color: #000000; padding: 0 5px; height: 20px; line-height: 20px; text-align: center; margin-left: 120px; } } } .morehover { box-shadow:0px 5px 11px 0px rgba(78,93,255,0.42); .tools { display: block; } .title { color: rgba(78,93,255,1); } } .item:hover{ box-shadow:0px 5px 11px 0px rgba(78,93,255,0.42); .tools { display: block; } .title { color: rgba(78,93,255,1); } } .itemCopy { border:4px solid rgba(78,93,255,1); } .add { display: flex; flex-direction: column; justify-content: center; align-items:center; font-size:16px; font-weight:400; color:rgba(78,93,255,1); line-height:22px; text-align: center; cursor:pointer; .add-icon { font-size:28px; margin-bottom: 10px; } } .el-button--primary { color: #fff; background-color: #4E5DFF;; border-color: #4E5DFF;; } .el-icon-my-export{ background: url(../../assets/images/diaoyanbao-log.png) center no-repeat; background-size: cover; } .el-icon-my-export:before{ content: "替"; font-size: 16px; visibility: hidden; color: red; } } .el-dropdown-menu{ max-height: 200px; overflow-y: auto; } .loading ,.noMore{ text-align: center; height: 40px; line-height: 40px; color: #4E5DFF; } .popView{ display: flex; justify-content: center; align-items: center; .el-dialog { max-width: 600px; max-height: 400px; padding: 30px 40px 40px; box-sizing: border-box; border-radius: 15px; // background-color:red; .el-dialog__header, .el-dialog__footer { display: none; } .el-dialog__body { padding: 0; .content { width: 100%; .main { width: 100%; .title { width: 100%; font-size: 20px; line-height: 28px; color: #000; } .textarea{ margin-top: 15px; .el-textarea__inner{ padding: 10px 20px 30px; color: #75797D; font-size: 14px; line-height: 26px; box-sizing: border-box; height: 212px; width: 100%; resize: none; } } } .btns{ display: flex; margin-top: 30px; justify-content: center; align-items: center; .Btn { width: 102px; height: 44px; font-size: 20px; line-height: 44px; border-radius: 22px; text-align: center; } .okBtn { background-color: #4F5DFF ; color: #fff; } .cancleBtn { background-color: #EAECF5; color: #56616D; margin-left: 20px; } } } } } }