generated from panliang/owl-admin-starter
28 lines
373 B
CSS
28 lines
373 B
CSS
::v-deep uni-page-wrapper {
|
|
background-color: #efefef;
|
|
}
|
|
.page {
|
|
background-color: #efefef;
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.btn-danger {
|
|
color: white;
|
|
background-color: #C20000;
|
|
}
|
|
|
|
.rich-text {
|
|
word-break: break-all;
|
|
overflow-wrap: break-word;
|
|
line-height: 1.6;
|
|
}
|
|
.rich-text img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|