123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- .memberLogo {
- width: 98px;
- height: 98px;
- }
- .container {
- padding-top: 2px;
- }
- .titleClass {
- padding-left: 15px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .title {
- padding-top: 2px;
- font-size: 16px;
- font-weight: 500;
- line-height: 22px;
- color: #131415;
- }
- .price {
- padding-top: 8px;
- font-size: 25px;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #EF2F56;
- i {
- line-height: 19px;
- font-style: normal;
- font-size: 16px;
- }
- }
- .activityClass{
- justify-content: initial;
- }
- .activityTit{
- padding-top: 8px;
- font-weight: 600;
- font-size: 16px;
- color: #EF2F56;
- }
- .activityTitNum{
- margin-top: 8px;
- font-weight: 400;
- font-size: 14px;
- color: #777777;
- }
- .timerTitle {
- display: flex;
- align-items: center;
- // font-size: 14px;
- // font-weight: 500;
- // color: #333333;
- color: var(--van-cell-text-color) !important;
- font-size: var(--van-cell-font-size) !important;
- line-height: var(--van-cell-line-height) !important;
- line-height: 20px;
- padding-right: 12px;
- }
- .timer {
- font-size: 14px;
- font-weight: 500;
- color: #FE2451;
- line-height: 20px;
- }
- .timerCell {
- display: flex;
- align-items: center;
- justify-content: space-between;
- // span {
- // font-size: 16px;
- // font-weight: 600;
- // color: #131415;
- // }
- }
- .cellGroup {
- border-radius: 10px;
- overflow: hidden;
- }
- .cellGroupTimer {
- :global {
- .van-cell {
- padding: 15px;
- }
- }
- }
- .discountTips {
- background: linear-gradient(203deg, rgba(254, 237, 197, 0.5) 0%, rgba(255, 198, 179, 0.5) 100%);
- border-radius: 6px;
- padding: 6px 3px 6px 8px;
- font-weight: 500;
- font-size: 12px;
- line-height: 17px;
- color: #6B4429;
- margin-bottom: 12px;
- span {
- color: #FF491A;
- }
- }
- .addNum {
- display: flex;
- justify-content: flex-end;
- --van-stepper-input-height: 22px;
- --van-stepper-button-round-theme-color: #2DC7AA;
- :global {
- .van-stepper--round .van-stepper__minus {
- // width: 22px;
- // height: 22px;
- border-color: #F7F8F9;
- background-color: #F7F8F9;
- color: #333333;
- }
- .van-stepper--round .van-stepper__input {
- background: #F7F8F9;
- border-radius: 6px;
- margin: 0 8px;
- }
- .van-stepper--round .van-stepper__plus--disabled,
- .van-stepper--round .van-stepper__minus--disabled {
- opacity: 0.6;
- }
- }
- }
|