| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- .imgContent {
- margin-bottom: 15px;
- img {
- width: 100% !important;
- }
- video {
- width: 100% !important;
- height: 210px;
- }
- h2 {
- display: flex;
- align-items: center;
- &::before {
- content: ' ';
- display: inline-block;
- width: 18px;
- height: 18px;
- background: url('./images/icon_content.png') no-repeat center;
- background-size: contain;
- margin-right: 6px;
- margin-top: -2px;
- }
- }
- }
- .help-center-detail {
- min-height: 100vh;
- overflow: hidden;
- // background-color: #fff;
- padding: 0 14px;
- line-height: 1.2;
- --van-nav-bar-icon-color: #000;
- h2 {
- font-weight: 600;
- color: 20px;
- line-height: 38px;
- font-size: 20px;
- padding-top: 12px;
- margin-bottom: 10px;
- }
- }
- .titleInfo {
- height: 15px;
- line-height: 15px;
- display: flex;
- flex-direction: row;
- // justify-content: space-between;
- color: #999;
- margin-bottom: 15px;
- font-size: 14px;
- p:first-child {
- padding-right: 10px;
- color: #2DC7AA;
- }
- }
|