| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- .tipSection {
- padding: 4px 14px 0;
- }
- :global {
- .col-result-container {
- padding-top: 0;
- }
- }
- .practice {
- padding: 4px 14px 80px;
- overflow: hidden;
-
- .group {
- margin-bottom: 12px;
- border-radius: 10px;
- overflow: hidden;
- :global {
- .van-cell {
- padding: 16px 15px;
- font-size: 16px;
- .van-cell__title {
- color: #1A1A1A;
- }
- }
- }
- }
- .price {
- font-size: 14px;
- color: #999999;
- span {
- font-weight: 600;
- color: #fa6400;
- font-size: 16px;
- }
- }
- :global {
- .van-stepper--round .van-stepper__minus {
- color: #333 !important;
- border: #f3f3f3;
- background: #f3f3f3;
- }
- .van-stepper--round .van-stepper__plus {
- background: var(--van-primary);
- }
- }
- }
- .rTag {
- padding: 10px 0;
- .tag {
- background: #e9fff8;
- margin-bottom: 8px;
- }
- }
- .selectPopup {
- width: 312px;
- background: #ffffff;
- border-radius: 8px;
- .selectContainer {
- padding: 18px 14px;
- }
- .rTitle {
- font-size: 18px;
- }
- .selectPopupContent {
- padding: 20px 0;
- }
- .desc,
- .times {
- font-size: 14px;
- color: #666666;
- line-height: 20px;
- }
- .times {
- padding-top: 15px;
- span {
- display: block;
- }
- }
- .selectBtn {
- display: flex;
- align-items: center;
- justify-content: space-between;
- .btn {
- width: 48%;
- }
- }
- }
- .rTitle {
- display: flex;
- align-items: center;
- font-size: 16px;
- color: #333;
- font-weight: 500;
- &::before {
- margin-right: 8px;
- content: ' ';
- display: inline-block;
- width: 4px;
- height: 17px;
- background: linear-gradient(180deg, #59e5d5 0%, #2dc7aa 100%);
- border-radius: 3px;
- }
- }
- .protocol {
- padding: 0 14px;
- background-color: #f6f8f9;
- }
- .arrangeCell {
- margin: 10px 0 0 !important;
- width: auto;
- border-radius: 10px;
- overflow: hidden;
- }
- .fixedBtn {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 9;
- }
- .tipSection {
- position: relative;
- background: #FFFFFF;
- border-radius: 6px;
- margin-bottom: 12px;
- .iconCross {
- position: absolute;
- top: 15px;
- right: 13px;
- font-size: 16px;
- color: #CCCCCC;
- cursor: pointer;
- }
- .tipTitle {
- padding: 12px 12px 10px;
- font-weight: 500;
- font-size: 15px;
- color: #333333;
- line-height: 18px;
- img {
- width: 18px;
- height: 18px;
- margin-right: 6px;
- vertical-align: text-bottom;
- }
- }
- .tipContent {
- padding: 0 12px 10px;
- font-size: 13px;
- color: #777777;
- line-height: 22px;
- }
- .tipFooter {
- margin: 0 12px;
- padding: 10px 0;
- text-align: center;
- border-top: 1px solid #F2F2F2;
- font-size: 13px;
- color: #2DC7AA;
- line-height: 18px;
- }
- }
|