analysis.scss 453 B

1234567891011121314151617
  1. @import '../../../../themes/page.scss';
  2. @import "../../../../themes/t.cell.scss";
  3. @import "../../../../themes/card.scss";
  4. /* module/health/pages/analysis/analysis.wxss */
  5. .tongue-container {
  6. width: 100%;
  7. height: 100%;
  8. background-color: #f5f5f5;
  9. background-image: url('/assets/bg/bg_interview.png');
  10. background-size: cover;
  11. background-repeat: no-repeat;
  12. background-position: initial;
  13. }
  14. .header-box{
  15. background:transparent !important;
  16. }