| 1234567891011121314151617 |
- @import '../../../../themes/page.scss';
- @import "../../../../themes/t.cell.scss";
- @import "../../../../themes/card.scss";
- /* module/health/pages/analysis/analysis.wxss */
- .tongue-container {
- width: 100%;
- height: 100%;
- background-color: #f5f5f5;
- background-image: url('/assets/bg/bg_interview.png');
- background-size: cover;
- background-repeat: no-repeat;
- background-position: initial;
- }
- .header-box{
- background:transparent !important;
- }
|