1
0
Fork 0
party-rank-server/public/h5/static/css/base.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%;
}