/* pages/aboutUs/index.wxss */
|
|
@import "./index.skeleton.wxss";
|
|
.nacigationBar {
|
background-color: #fff;
|
display: flex;
|
align-items: center;
|
margin-bottom: 50rpx;
|
}
|
|
.navbar-title {
|
/* white-space: nowrap;
|
|
text-overflow: ellipsis;
|
color: #0F1214;
|
margin-bottom: 5rpx;
|
font-weight: bold;
|
font-size: 36rpx;
|
color: #0F1214; */
|
}
|
|
image {
|
width: 100%;
|
height: 100%;
|
}
|
|
.imageBox {
|
width: 690rpx;
|
height: 300rpx;
|
margin-bottom: 35rpx;
|
}
|
|
.aboutUs {
|
margin: 15rpx;
|
}
|
|
.aboutText {
|
padding-bottom: 100rpx;
|
}
|
|
|
|
.titleBox {
|
position: sticky;
|
top: 0px;
|
background-color: #fff;
|
}
|
|
|
|
.titleTextBox {
|
margin: 0 auto;
|
}
|
|
|
/* 富文本初始化样式 */
|
.richTextBox {
|
line-height: 1.4 !important;
|
font-size: 14px !important;
|
}
|
|
.richTextBox {
|
margin: revert !important;
|
padding: revert !important;
|
border: revert !important;
|
font: revert !important;
|
vertical-align: revert !important;
|
color: #000 !important;
|
}
|
|
|
.richTextBox p {
|
display: block !important;
|
-webkit-margin-before: 1em !important;
|
margin-block-start: 1em !important;
|
-webkit-margin-after: 1em !important;
|
margin-block-end: 1em !important;
|
-webkit-margin-start: 0 !important;
|
margin-inline-start: 0 !important;
|
-webkit-margin-end: 0 !important;
|
margin-inline-end: 0 !important;
|
}
|
|
.richTextBox td {
|
border-bottom: 1px dashed !important;
|
border-right: 1px dashed !important;
|
border-width: 1px !important;
|
}
|
|
.richTextBox table {
|
border-width: 2px !important;
|
}
|