.content { .combo_index { background-color: #f6f6f6; padding-bottom: 100px; .combo-info { width: 100%; height: 180px; display: flex; flex-direction: column; align-items: center; padding: 10px; background: linear-gradient(#ffffff, #f96464); border-radius: 0 0 14px 14px; .img { width: 70px; height: 70px; } .name { font-size: 14px; color: #ffffff; text-align: center; margin-top: 10px; } .text-info { width: 300px; display: flex; flex-wrap: inherit; color: white; flex-direction: column; font-size: 12px; margin: 10px auto 5px; .text-top { display: flex; justify-content: space-evenly; } .text-bot { font-size: 12px; display: flex; justify-content: center; color: #e6e6e6; } } } .combo_box1 { width: 345px; // height: 380px; border: 1px solid #fff; border-radius: 12px; margin: 10px auto; padding: 10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; .title { display: flex; justify-content: space-between; align-items: center; .title-top { font-size: 16px; color: #222222; font-weight: 600; // margin: 22px; display: flex; align-items: center; img { margin-left: 2px; width: 30px; height: 30px; } } .price { font-size: 22px; color: #d50b15; font-weight: 600; .duration { // color: #ffca22; font-weight: 500; font-size: 18px; } } } .title-info { .list { .label { font-size: 12px; margin-bottom: 4px; } } } } .combo_box1-currentGoods { background-color: #ffe5e7; } .combo_box1-active { background-color: #ffe5e7; } .member-title { font-size: 14px; color: #222222; font-weight: bold; width: 345px; margin: 0px auto 10px; } .member-text { width: 345px; margin: 0px auto 10px; color: #222222; line-height: 18px; font-size: 12px; } .member-tab1 { padding: 10px; .member-title1 { font-size: 14px; color: #ff5c64; } } .detail-title { width: 345px; background-color: #ff5c64; margin: 10px auto; font-size: 12px; padding: 10px; } .detail-text { width: 345px; margin: 1px auto; color: #222222; line-height: 18px; font-size: 12px; span { color: #3f51b5; } } } .price-info { position: fixed; bottom: 0; display: flex; align-items: end; width: 100%; // height: 48px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; overflow: hidden; background: white; padding: 6px 2px; .price-tab { width: 250px; // height: 48px; display: flex; flex-direction: column; background-color: #ffffff; flex: 1; padding:0 4px; .agreement { // width: 84vw; /* height: 13.333vw; */ display: flex; align-items: flex-start; // justify-content: center; font-size: 14px; font-weight: 400; color: #9f9f9f; span { color: #3f51b5; } .agreement-content { margin-left: 2.667vw; // width: 90%; } ion-checkbox { --background: #108ee9; // --border-color: #fff; // --border-color-checked: #fff; --background-checked: #108ee9; } } .price-info-sum { display: flex; align-items: end; margin: 4px 0; .text { font-size: 16px; // padding: 16px; color: #222222; font-weight: 500; } .price { font-size: 18px; color: #d50b15; // padding-top: 18px; } .vip-tag{ margin-left: 6px; display: flex; font-size: 12px; align-items: center; img{ width: 20px; height: 20px; } } } } .price-btn { width: 120px; // height: 48px; font-size: 16px; display: flex; justify-content: center; align-items: center; .open-pay{ background-color: #ff5c64; color: #ffffff; padding: 8px 16px; border-radius: 4px; } } } }