| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- @import '../../../../themes/page.scss';
- @import "../../../../themes/t.cell.scss";
- @import "../../report-common.scss";
- @import "../../../../themes/card.scss";
- /* module/health/pages/scheme/scheme.wxss */
- .card-wrapper {
- --button-line-1: 10px;
- }
- .scheme {
- &__item {
- margin-top: 8px;
- &-title {
- font-size: 14px;
- text-align: center;
- margin-bottom: 8px;
- }
- }
- &__title {
- font-size: 14px;
- font-weight: 600;
- color: #34A76B;
- }
- &__description {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- margin: 6px 0;
- }
- }
- .scheme-wrapper {
- image {
- height: 90px;
- }
- &+.scheme-wrapper {
- margin-top: 12px;
- }
- color: #D7D9DA;
- .name {
- text-align: center;
- font-size: 15px;
- color: #34A76B;
- }
- .description {
- margin: 4px 0;
- font-size: 14px;
- }
- .media-container {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- margin: 0 -1%;
- .media {
- flex: none;
- width: 31%;
- margin: 0 1%;
- image,
- video {
- width: 100%;
- height: 100px;
- }
- }
- }
- }
|