| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498 |
- .goodsApply {
- background: linear-gradient(to right, #F7E3AA 0%, #FFAC9B 100%);
- min-height: 100vh;
- position: relative;
- .dialogSubmit {
- :global {
- .van-dialog__cancel {
- color: #f67146;
- }
- .van-dialog__confirm {
- color: #777777;
- }
- }
- }
- }
- .headBg {
- position: absolute;
- top: 0;
- width: 100%;
- // opacity: .2;
- }
- .goodsHeader {
- position: relative;
- height: 175px;
- }
- .orchestraTitle {
- padding: 17px 0 0 18px;
- position: relative;
- z-index: 2;
- .headTitle {
- width: 170px;
- height: 82px;
- }
- .name {
- max-width: 220px;
- font-size: 15px;
- color: #54260D;
- line-height: 21px;
- }
- }
- .headPhone {
- position: absolute;
- right: 9px;
- top: 4px;
- width: 158px;
- height: 157px;
- }
- .form {
- position: relative;
- background: rgba(255, 255, 255, 0.5);
- border-radius: 20px 20px 0 0;
- border: 2px solid #FFFFFF;
- border-bottom: 0;
- padding-bottom: 12px; // calc(12px + env(safe-area-inset-bottom));
- }
- .applyCellGroup {
- position: relative;
- margin: 30px 13px 0;
- border-radius: 16px;
- padding-top: 22px;
- overflow: visible;
- &.self,
- &.groupBuy {
- margin-top: 12px;
- padding-top: 0px;
- &::before {
- content: ' ';
- position: absolute;
- right: 24%;
- top: -6px;
- display: inline-block;
- width: 21px;
- height: 21px;
- background: #FFFFFF;
- border-radius: 3px 0px 0px 0px;
- transform: rotate(45deg);
- }
- }
- &.groupBuy {
- &::before {
- left: 23%;
- }
- }
- .title {
- position: absolute;
- top: -10px;
- left: 50%;
- height: 32px;
- }
- .titleApply {
- width: 178px;
- margin-left: -89px;
- background: url('./images/title-1.png') no-repeat center;
- background-size: contain;
- }
- .titleParent {
- width: 178px;
- margin-left: -89px;
- background: url('./images/title-2.png') no-repeat center;
- background-size: contain;
- }
- .titleTips {
- width: 292px;
- margin-left: -146px;
- background: url('./images/title-3.png') no-repeat center;
- background-size: contain;
- }
- .titleTool {
- width: 214px;
- margin-left: -107px;
- background: url('./images/title-4.png') no-repeat center;
- background-size: contain;
- }
- :global {
- .van-cell {
- padding: 18px 12px;
- border-radius: 16px;
- }
- .van-field__label {
- font-size: 16px;
- // color: #F44541;
- color: #1A1A1A;
- line-height: 22px;
- }
- .van-field__control {
- padding-right: 2px;
- }
- }
- .toolRadioGroup {
- padding-top: 12px;
- width: 100%;
- display: flex;
- align-items: center;
- }
- .radioSectionTag {
- min-height: 28px;
- flex: 1;
- }
- .radioSection {
- position: relative;
- min-width: 32px;
- justify-content: center;
- background-color: #fff;
- color: #987D6E;
- border: 1px solid #987D6E;
- border-radius: 6px;
- line-height: 1;
- padding: 5px 10px 3.5px;
- font-weight: 400;
- font-size: 16px;
- .radioItem {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- opacity: 0;
- }
- &+.radioSection {
- margin-left: 12px;
- }
- &.active {
- background-color: #FFD460;
- color: #54260D;
- border: 1px solid #FFD460;
- }
- }
- }
- .tipsContainer {
- padding: 14px 12px 10px 43px;
- .line {
- font-size: 14px;
- font-weight: 600;
- color: #333333;
- line-height: 24px;
- padding-bottom: 8px;
- .child {
- padding-top: 2px;
- font-size: 13px;
- color: #666;
- font-weight: 400;
- }
- }
- .num {
- position: absolute;
- left: 12px;
- display: block;
- width: 23px;
- height: 23px;
- }
- .numOne {
- background: url('./images/p-1.png') no-repeat center;
- background-size: contain;
- }
- .numTwo {
- background: url('./images/p-2.png') no-repeat center;
- background-size: contain;
- }
- }
- .toolImg {
- position: relative;
- padding-top: 12px;
- margin: 0 12px 0;
- // width: 325px;
- height: 325px;
- width: calc(100% - 24px);
- border-radius: 12px;
- overflow: hidden;
- :global {
- .van-image {
- border-radius: 12px;
- overflow: hidden;
- }
- .van-button {
- border-radius: 8px;
- font-size: 14px;
- font-weight: 600;
- color: #131415;
- line-height: 20px;
- }
- }
- .toolImgOverflow {
- position: absolute;
- top: 12px;
- left: 0;
- bottom: 0;
- right: 0;
- background-color: rgba(0, 0, 0, 0.5);
- border-radius: 12px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .iconHead {
- position: absolute;
- right: 37px;
- bottom: 59px;
- width: 75px;
- height: 83px;
- // animation: loadFade 1s ease-in-out infinite;
- animation: head-change 1s ease infinite;
- }
- }
- @keyframes head-change {
- 0% {
- transform: scale(1);
- }
- 50% {
- transform: scale(0.9);
- }
- 100% {
- transform: scale(1);
- }
- }
- .toolInput {
- :global {
- .van-field__body {
- margin-top: 8px;
- padding: 0 12px;
- height: 44px;
- border-radius: 6px;
- border: 1px solid #DEDEDE;
- }
- }
- }
- .groupBuy {
- // overflow: hidden;
- padding-bottom: 24px;
- :global {
- .van-cell__value {
- text-align: left;
- }
- }
- .goodsImg {
- width: 90px;
- height: 90px;
- margin-right: 12px;
- border-radius: 8px;
- overflow: hidden;
- }
- .goodsTitle {
- display: flex;
- align-items: center;
- font-size: 16px;
- font-weight: 600;
- color: #131415;
- line-height: 22px;
- padding-right: 4px;
- padding-bottom: 4px;
- img {
- margin-top: -1px;
- height: 18px;
- margin-left: 4px;
- }
- }
- .goodsTips {
- font-size: 12px;
- color: #FF4100;
- line-height: 16px;
- padding-bottom: 4px;
- }
- .goodsMemo {
- font-size: 13px;
- color: #777777;
- padding-bottom: 4px;
- }
- .goodsPrice {
- display: flex;
- align-items: center;
- font-family: DINAlternate-Bold, DINAlternate;
- flex: 1;
- }
- .priceGroup {
- display: flex;
- align-items: center;
- font-size: 14px;
- font-weight: 600;
- color: #333333;
- line-height: 20px;
- p {
- font-size: 20px;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #FC1A19;
- line-height: 16px;
- span {
- font-size: 14px;
- }
- }
- }
- .priceOrigin {
- padding-left: 6px;
- font-size: 12px;
- color: #AAAAAA;
- line-height: 17px;
- }
- .iconBao {
- width: 56px;
- height: 19px;
- margin-right: 4px;
- }
- .baoTitle {
- font-size: 12px;
- color: #131415;
- line-height: 17px;
- }
- .baoContainer {
- display: flex;
- align-items: center;
- justify-content: space-between;
- .baoPrice {
- display: flex;
- align-items: center;
- font-size: 16px;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #FC1A19;
- line-height: 16px;
- display: flex;
- align-content: center;
- p {
- padding-right: 6px;
- }
- .prefix {
- font-size: 14px;
- }
- .suffix {
- font-size: 12px;
- vertical-align: bottom;
- }
- }
- .checkboxImg {
- width: 14px;
- height: 14px;
- }
- }
- .inspectCell {
- margin: 0 12px 0;
- padding: 8px 14px;
- background: #FFF3EA;
- border-radius: 6px;
- width: auto;
- }
- }
- .paymentContainer {
- background-color: #fff;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 14px;
- padding: 15px 12px 22px 12px;
- .needPrice {
- display: flex;
- align-items: center;
- color: #333333;
- span {
- display: flex;
- align-items: center;
- font-size: 24px;
- font-weight: bold;
- color: #ff4e19;
- font-family: DINAlternate-Bold, DINAlternate;
- span {
- font-size: 16px;
- margin-right: 2px;
- }
- }
- }
- :global {
- .van-button {
- height: 40px;
- line-height: 40px;
- min-width: 112px;
- font-size: 16px;
- font-weight: 600;
- }
- }
- }
- .inspectPopup {
- width: calc(100% - 50px);
- border-radius: 16px;
- }
|