123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 |
- body {
- font-family: Lyon-Text, Georgia, "Songti SC", SimSun, serif;
- }
- /* 增强加粗、颜色、背景等 */
- strong {
- font-weight: 900; /* 更粗的字体(如果有可用字重) */
- padding: 1px; /* 增加内边距 */
- }
- .vditor-reset {
- font-family: Lyon-Text, Georgia, "Songti SC", SimSun, serif !important;
- padding: 10px 0px !important;
- }
- .vditor-reset div {
- margin: 0 !important;
- }
- img {
- border: 1px solid #b7b6b6;
- }
- .img {
- border: 1px solid #b7b6b6;
- max-width: 200px;
- max-height: 200px;
- margin: 10px 10px 0 0 !important;
- cursor: pointer;
- }
- .editClass button {
- display: inline;
- /*margin-top: 5px;*/
- margin-left: 30px;
- }
- /*.border.el-row:hover {*/
- /* background-color: #d2ddd5; !* 鼠标悬停时的背景色 *!*/
- /*}*/
- .contentLine > div {
- /*margin: 5px 0 0;*/
- padding-left: 5px;
- }
- /*.border {*/
- /* !*border: 1px solid #b7b6b6;*!*/
- /* border-radius: 5px;*/
- /* padding: 10px;*/
- /* background-color: white;*/
- /*}*/
- body {
- background-color: #f4f4f5;
- }
- .myTop {
- position: fixed;
- top: 0;
- left: 0;
- background-image: url("./img/gray.png");
- /* 背景铺满整个div*/
- background-size: 100% 100%;
- width: 100%;
- padding: 10px;
- z-index: 100;
- }
- /* .vditor-reset {
- padding: 10px 20px !important;
- } */
- /* .vditor-toolbar {
- display: none;
- } */
- .main {
- max-width: 1200px;
- margin: 0 auto;
- }
- #all {
- padding: 20px;
- /*background: #f5f7fa;*/
- min-height: 100vh;
- }
- .myLine {
- }
- .border {
- border-radius: 8px;
- transition: all 0.3s;
- background: white;
- }
- .border:hover {
- box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
- transform: translateY(-3px);
- }
- /* 按钮样式统一 */
- .el-button {
- transition: all 0.3s;
- }
- .el-button:not(.el-button--text) {
- border-radius: 6px;
- padding: 8px 15px;
- }
- /* 输入框样式 */
- .el-input__inner {
- border-radius: 6px !important;
- }
- /* 标签选择区 */
- .el-checkbox-group {
- display: flex;
- flex-wrap: wrap;
- gap: 8px;
- }
- .el-checkbox-button__inner {
- border-radius: 14px !important;
- padding: 8px 15px !important;
- }
- .myText {
- font-size: 14px;
- line-height: 1.6;
- color: #606266;
- border-radius: 6px;
- }
- /* 图片展示优化 */
- .img {
- width: 150px;
- height: 150px;
- border-radius: 6px;
- margin: 5px;
- object-fit: cover;
- cursor: pointer;
- transition: transform 0.3s;
- }
- .img:hover {
- transform: scale(1.05);
- }
- /* 时间选择器 */
- .el-date-editor {
- width: 200px !important;
- }
- /* 编辑对话框 */
- #vditor {
- border-radius: 8px;
- margin: 10px 0;
- }
- /* 删除按钮动画 */
- @keyframes shake {
- 0% { transform: translateX(0); }
- 25% { transform: translateX(-3px); }
- 50% { transform: translateX(3px); }
- 75% { transform: translateX(-3px); }
- 100% { transform: translateX(0); }
- }
- /*.el-button--warning {*/
- /* animation: shake 0.5s ease-in-out infinite;*/
- /*}*/
- @media (max-width: 768px) {
- .myTop {
- padding: 10px;
- }
- .el-input {
- margin-left: 10px !important;
- }
- .el-button {
- padding: 6px 10px !important;
- font-size: 12px;
- }
- .el-col-18 {
- width: 100% !important;
- }
- .el-col-4 {
- width: 100% !important;
- margin-top: 10px;
- }
- }
- :root {
- --primary-color: #409EFF;
- --success-color: #67C23A;
- --warning-color: #E6A23C;
- --danger-color: #F56C6C;
- --text-primary: #303133;
- --text-regular: #606266;
- --border-color: #DCDFE6;
- }
- /* 隐藏复选框按钮,悬停时显示 */
- .myLine .el-checkbox-button {
- opacity: 0.3;
- transition: all 0.3s;
- transform: scale(0.9);
- margin: 2px;
- border: none;
- background: transparent !important;
- }
- .myLine:hover .el-checkbox-button {
- opacity: 1;
- transform: scale(1);
- }
- /* 调整选中状态的样式 */
- .myLine .el-checkbox-button.is-checked {
- opacity: 1;
- }
- .el-checkbox-button.is-checked .el-checkbox-button__inner {
- background-color: rgba(64,158,255,0.1) !important;
- border-color: rgba(64,158,255,0.3) !important;
- color: #4a90e2 !important;
- }
- /* 调整按钮文字颜色 */
- .myLine .el-checkbox-button span {
- color: #666;
- font-size: 12px;
- }
|