| 1234567891011121314151617181920212223242526272829 |
- @import "../../../../themes/page.scss";
- @import "../../searc-list.scss";
- /* module/diet/pages/diet-info/diet-info.wxss */
- .list-wrapper {
- .list-title {
- padding: 12px 12px 0;
- }
- .box-wrapper {
- margin: 6px 12px;
- padding: 16px;
- font-size: 14px;
- border-radius: 4px;
- box-shadow: inset 0px 0px 12px * 3 0px rgba(52, 167, 107, 0.38);
- }
- .item-wrapper {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin: 0 12px;
- min-height: 40px;
- font-size: 14px;
- color: #E3E3E3;
- border-bottom: 1px dotted #34A76B;
- }
- }
|