123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- 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 30px !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;
- }
- .border {
- /*border: 1px solid #b7b6b6;*/
- border-radius: 5px;
- padding: 10px;
- background-color: white;
- }
- body {
- background-color: #f4f4f5;
- }
- .myTop {
- position: fixed;
- top: 0;
- background-image: url("./img/gray.png");
- /* 背景铺满整个div*/
- background-size: 100% 100%;
- width: 100%;
- padding: 10px;
- z-index: 100;
- }
- .myText {
- border: 1px solid #d2d2d2;
- }
- /* .vditor-reset {
- padding: 10px 20px !important;
- } */
- /* .vditor-toolbar {
- display: none;
- } */
|