12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430 |
- .confirm_order_container {
- width: 1200px;
- margin: 0 auto;
- margin-top: 20px;
- .pre_message,
- .receive_info {
- border: 1px solid #dddddd;
- border-radius: 2px;
- .exhibition {
- padding: 0 20px;
- margin-bottom: 10px;
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #333333;
- display: flex;
- align-items: center;
- cursor: pointer;
- margin-top: 15px;
- img {
- width: 11px;
- height: 6px;
- margin-left: 8px;
- }
- }
- .exhibition_none {
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #333333;
- text-align: center;
- margin-top: 15px;
- margin-bottom: 10px;
- }
- .pre_message_title,
- .receive_info_title {
- // height: 40px;
- // line-height: 40px;
- padding-top: 15px;
- padding-bottom: 13px;
- font-size: 16px;
- //font-family: Microsoft YaHei;
- font-weight: bold;
- color: #333333;
- padding-left: 20px;
- position: relative;
- display: flex;
- justify-content: space-between;
- .line {
- width: 3px;
- height: 26px;
- background-color: #e2231a;
- position: absolute;
- top: 50%;
- left: -1px;
- transform: translateY(-50%);
- }
- .add_ress {
- background-color: transparent;
- margin-right: 33px;
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #005ea7;
- cursor: pointer;
- }
- }
- .receive_info_content {
- // height: 159px;
- padding: 0 20px;
- display: flex;
- flex-direction: column;
- }
- .pre_message_info {
- padding: 10px 40px;
- .tag_pre {
- display: inline-block;
- line-height: 25px;
- text-align: right;
- font-weight: 400;
- margin-right: 10px;
- font-size: 14px;
- color: #333333;
- display: flex;
- min-width: 100px;
- max-width: 200px;
- justify-content: flex-end;
- }
- strong {
- font-size: 14px;
- color: $colorMain;
- margin-right: 3px;
- }
- }
- .content_left {
- width: 100%;
- // border-right: 1px solid #dddddd;
- padding: 0 20px;
- height: 34px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- margin: 10px 0;
- position: relative;
- cursor: pointer;
- border: 1px solid transparent;
- &:hover {
- border: 1px solid #e2231a;
- border-radius: 2px;
- }
- .member {
- font-size: 14px;
- }
- .address_detail {
- width: 700px;
- }
- // span:not(:first-child) {
- // font-size: 14px;
- // line-height: 14px;
- // margin-top: 22px;
- // }
- .city_left {
- display: flex;
- width: 100%;
- .city_img {
- width: 14px;
- height: 16px;
- }
- .img_xuan {
- width: 23px;
- height: 22px;
- position: absolute;
- bottom: 0;
- right: -1px;
- }
- .city_cont {
- display: flex;
- align-items: center;
- margin-left: 9px;
- span {
- color: #6b6b6b;
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: bold;
- white-space: nowrap;
- flex-shrink: 0;
- text {
- color: #333333;
- font-weight: bold;
- }
- &:first-child {
- margin-right: 12px;
- }
- &:last-child {
- flex: 1;
- color: #333333;
- font-weight: 400;
- margin-left: 44px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- padding-right: 20px;
- }
- }
- }
- .default_city {
- width: 58px;
- height: 19px;
- background: #b5b5b5;
- border-radius: 2px;
- font-size: 12px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #ffffff;
- }
- }
- }
- .city_start {
- border: 1px solid #e2231a;
- border-radius: 2px;
- position: relative;
- cursor: pointer;
- }
- .content_right {
- width: 370px;
- font-size: 14px;
- .replace_address {
- color: $colorMain2;
- line-height: 14px;
- }
- }
- .add_address {
- width: 100px;
- height: 30px;
- background-color: $colorMain;
- color: white;
- line-height: 30px;
- text-align: center;
- margin-top: 29px;
- border-radius: 3px;
- }
- .nomartop {
- margin-top: 0;
- }
- }
- .pre_mess {
- border: 0;
- border-radius: 0;
- }
- .store_item {
- // border: 1px solid #dddddd;
- margin-top: 20px;
- padding: 0 20px;
- .store_name {
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: bold;
- color: #161719;
- padding-top: 14px;
- }
- .good_container {
- padding: 0 10px;
- background-color: #f3f9fe;
- .good_item {
- font-size: 14px;
- padding: 20px 0 10px 0;
- .good_info {
- width: 385px;
- margin-right: 3px;
- .good_image_con {
- position: relative;
- .virtual_tag {
- position: absolute;
- top: 0;
- left: 0;
- background: #e8bc4d;
- color: #fff;
- padding: 2px;
- font-size: 13px;
- }
- }
- .good_image {
- width: 80px;
- height: 80px;
- }
- .good_info_text {
- align-self: flex-start;
- margin-left: 20px;
- height: 80px;
- flex: 1;
- .good_name {
- // width: 400px;
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #333333;
- margin-top: 10px;
- }
- .good_spec {
- // width: 400px;
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #9c9c9c;
- margin-bottom: 10px;
- }
- }
- }
- .good_price {
- width: 296px;
- text-align: center;
- color: #333333;
- margin-right: 3px;
- span {
- font-weight: bold;
- margin-left: 1px;
- }
- }
- .num {
- width: 247px;
- text-align: center;
- margin-right: 3px;
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #333333;
- span {
- margin-right: 1px;
- }
- }
- .subtotal {
- flex: 1;
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- text-align: right;
- padding-right: 24px;
- color: #00985e;
- }
- }
- }
- .store_coupon {
- width: 1156px;
- margin: 0 auto;
- margin-top: 10px;
- border: 1px solid #dddddd;
- font-size: 14px;
- .store_coupon_title {
- width: 100%;
- background-color: #f8f8f8;
- height: 40px;
- line-height: 40px;
- padding-left: 20px;
- color: #666666;
- box-sizing: border-box;
- }
- .store_coupon_con {
- height: 60px;
- padding-left: 20px;
- padding-right: 20px;
- &.more_height {
- height: 100px;
- }
- .title {
- width: 130px;
- height: 30px;
- text-align: center;
- line-height: 30px;
- border: 1px solid #dddddd;
- color: #999999;
- }
- .remark {
- font-size: 12px;
- margin-left: 20px;
- height: 20px;
- ::-webkit-input-placeholder {
- color: #aaaaaa;
- }
- border: none;
- width: 80%;
- }
- }
- }
- .settle_info {
- height: 100px;
- padding: 14px 0;
- padding-right: 20px;
- box-sizing: border-box;
- font-size: 14px;
- text-align: right;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- .discounts,
- .shipping {
- .red {
- color: $colorMain2;
- }
- span:nth-child(2) {
- width: 106px;
- display: inline-block;
- }
- }
- .total_money {
- span:nth-child(2) {
- width: 106px;
- }
- span:nth-child(2),
- span:nth-child(3) {
- display: inline-block;
- color: $colorMain;
- }
- }
- }
- }
- .platform_discount {
- width: 100%;
- margin-top: 20px;
- border: 0;
- border-radius: 0;
- .platform_discount_con {
- padding-left: 20px;
- .voice_select,
- .title {
- margin: 15px 0;
- }
- .integral {
- margin-bottom: 10px;
- padding: 15px 0;
- border-top: 1px solid #dddddd;
- width: 100%;
- .int_ground {
- display: flex;
- align-items: center;
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #333333;
- img {
- cursor: pointer;
- margin-left: 5px;
- width: 15px;
- height: 15px;
- }
- }
- .int_avalible {
- cursor: pointer;
- display: inline-flex;
- margin-top: 15px;
- font-size: 14px;
- border: 1px solid #dddddd;
- padding: 9px 14px;
- border-radius: 3px;
- width: unset;
- span:first-child {
- color: #999999;
- }
- span:last-child {
- color: $colorMain;
- }
- }
- .int_already {
- display: flex;
- .reChoose {
- margin-top: 15px;
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #ec2b22;
- padding: 9px 14px;
- cursor: pointer;
- }
- }
- .int_fail {
- margin-top: 15px;
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 300;
- color: #999999;
- }
- }
- width: 100%;
- .title {
- width: 130px;
- height: 30px;
- text-align: center;
- line-height: 30px;
- border: 1px solid #dddddd;
- color: #999999;
- }
- }
- }
- .order_total_settle {
- padding: 20px;
- box-sizing: border-box;
- width: 100%;
- height: 159px;
- background-color: #f8f8f8;
- border-radius: 2px;
- margin-top: 20px;
- margin-bottom: 10px;
- font-size: 16px;
- span {
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- }
- .order_price {
- text-align: right;
- color: #333333;
- .order_price_num {
- padding-left: 70px;
- font-size: 30px;
- color: $colorMain;
- }
- .order_price_money {
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #00985e;
- letter-spacing: 1px;
- span {
- font-size: 24px;
- font-weight: bold;
- }
- }
- .red {
- padding-left: 70px;
- color: $colorMain;
- }
- .order_Name {
- margin-left: 10px;
- }
- .order_mobile {
- margin-left: 10px;
- }
- }
- .order_discount {
- margin-top: 30px;
- }
- }
- .invoice_con {
- height: 70px;
- margin-left: 20px;
- .no_select_invoice {
- img {
- width: 18px;
- height: 18px;
- cursor: pointer;
- }
- span {
- font-size: 14px;
- line-height: 14px;
- margin-left: 20px;
- }
- .invoice_info {
- margin-left: 50px;
- border-left: 1px solid #dddddd;
- span {
- font-size: 14px;
- line-height: 14px;
- margin-left: 50px;
- }
- .choose {
- color: #257bfd;
- cursor: pointer;
- }
- }
- }
- }
- // 发票弹窗 start
- p {
- color: #666666;
- font-size: 14px;
- width: 485px;
- margin: 0 auto;
- }
- .voice_list {
- width: 485px;
- height: 330px;
- overflow-x: hidden;
- overflow-y: scroll;
- scrollbar-width: none !important;
- -ms-overflow-style: none !important;
- margin: 0 auto;
- margin-top: 20px;
- .voice_item:not(:first-child) {
- margin-top: 20px;
- }
- .voice_item {
- width: 100%;
- height: 36px;
- border: 1px solid #dddddd;
- position: relative;
- line-height: 36px;
- font-size: 14px;
- color: #333333;
- padding: 0 20px;
- box-sizing: border-box;
- span:first-child {
- float: left;
- }
- span:nth-child(2) {
- float: right;
- display: inline-block;
- text-align: center;
- width: 35px;
- font-size: 12px;
- color: $colorMain;
- height: 20px;
- line-height: 20px;
- margin-top: 7px;
- border: 1px solid $colorMain;
- border-radius: 5px;
- }
- img {
- width: 14px;
- height: 14px;
- position: absolute;
- right: 0;
- bottom: 0;
- }
- }
- .active {
- border: 1px solid $colorMain2;
- }
- .add_voice_btn {
- width: 80px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- background-color: $colorMain;
- color: white;
- margin: 20px 300px 0;
- border-radius: 2px;
- cursor: pointer;
- }
- }
- .add_voice_content {
- height: 330px;
- width: 100%;
- margin: 0 auto;
- overflow-y: auto;
- // scrollbar-width: none !important;
- // -ms-overflow-style: none !important;
- .item:not(:first-child) {
- margin-top: 20px;
- }
- .item {
- font-size: 14px;
- .title {
- height: 30px;
- line-height: 30px;
- width: 87px;
- text-align: right;
- }
- .right_info {
- .input {
- margin-left: 10px;
- width: 400px;
- }
- .title {
- margin-top: 20px;
- }
- .nomartop {
- margin-top: 0px;
- }
- p {
- width: 400px;
- color: #bbbbbb;
- font-size: 12px;
- margin-left: 10px;
- margin-top: 10px;
- line-height: 16px;
- }
- .select_btn {
- width: 120px;
- height: 30px;
- background: #ffffff;
- border: 1px solid #dfdfdf;
- border-radius: 2px;
- line-height: 30px;
- text-align: center;
- position: relative;
- color: #999999;
- }
- .active {
- border: 1px solid $colorMain2;
- color: #333333;
- }
- .select_btn:nth-child(1) {
- margin-left: 10px;
- }
- .select_btn:nth-child(2) {
- margin-left: 70px;
- }
- img {
- width: 14px;
- height: 14px;
- position: absolute;
- right: 0;
- bottom: 0;
- }
- }
- }
- .is_defalut {
- margin-top: 10px;
- }
- span {
- margin-right: 10px;
- }
- }
- //商品无货缺货
- .out_stock_dialog {
- width: 460px;
- margin: 0 auto;
- height: 330px;
- overflow-y: scroll;
- .good_item {
- font-size: 14px;
- img {
- width: 80px;
- height: 80px;
- }
- .good_info {
- margin-left: 10px;
- }
- .good_name {
- width: 320px;
- color: #333333;
- line-height: 14px;
- margin-top: 10px;
- display: inline-block;
- }
- .spec_num {
- margin-top: 26px;
- .good_spec {
- color: #999999;
- }
- .good_num {
- float: right;
- color: #333333;
- }
- }
- }
- }
- .btn_con {
- font-size: 14px;
- margin-top: 20px;
- .return {
- cursor: pointer;
- width: 60px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- color: #333333;
- border-radius: 3px;
- border: 1px solid #dddddd;
- }
- .red {
- background-color: $colorMain;
- color: white;
- }
- .remove {
- width: 120px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- border-radius: 3px;
- background-color: $colorMain;
- margin-left: 10px;
- color: white;
- }
- .confirm_add_voice {
- cursor: pointer;
- width: 60px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- color: white;
- border-radius: 3px;
- background-color: $colorMain;
- margin-left: 10px;
- }
- }
- // 选择地址
- .address_con {
- height: 330px;
- overflow-y: scroll;
- scrollbar-width: none !important;
- -ms-overflow-style: none !important;
- .address_item {
- &:not(:first-child) {
- margin-top: 20px;
- }
- width: 458px;
- // height: 104px;
- box-sizing: border-box;
- border: 1px solid #dfdfdf;
- position: relative;
- padding: 20px;
- span,
- div:not(:first-child) {
- margin-top: 12px;
- }
- .address_text {
- display: flex;
- width: 400px;
- }
- .selected {
- width: 14px;
- height: 14px;
- position: absolute;
- right: 0;
- bottom: 0;
- }
- }
- .select {
- border: 1px solid $colorMain2;
- }
- }
- // ::-webkit-scrollbar {
- // width: 0 !important;
- // }
- // ::-webkit-scrollbar {
- // width: 0 !important;
- // height: 0;
- // }
- }
- .el-select-dropdown__item.selected {
- color: $colorMain;
- font-weight: 700;
- }
- .el-select .el-input__inner:focus {
- border-color: unset;
- }
- select .el-input.is-focus .el-input__inner {
- border-color: unset;
- }
- .top_order_info {
- width: 1200px;
- margin: 20px auto;
- display: flex;
- justify-content: space-between;
- .top_logo {
- width: 135px;
- height: 98px;
- div {
- width: 135px;
- height: 98px;
- background-size: contain;
- background-repeat: no-repeat;
- background-position: center center;
- }
- }
- .top_info_progress {
- width: 600px;
- margin-right: 20px;
- .progress_item {
- p {
- margin-top: 10px;
- }
- .progress_p {
- margin-left: -4px;
- }
- .progress_p_one {
- position: relative;
- left: 10px;
- }
- .progress {
- text-align: center;
- margin-top: 3px;
- span {
- position: relative;
- display: inline-block;
- width: 24px;
- height: 24px;
- line-height: 14px;
- border: 5px solid #eeeeee;
- border-radius: 50%;
- color: #9f9f9f;
- z-index: 2;
- &.active {
- border: 5px solid #ff7185;
- color: #ff7185;
- }
- }
- .progress_line {
- width: 140px;
- height: 6px;
- background-color: #eeeeee;
- z-index: 1;
- .content {
- width: 100%;
- height: 100%;
- &.active {
- background-color: #ff7185;
- }
- &.current {
- width: 60%;
- }
- }
- }
- }
- }
- }
- }
- .overflow_ellipsis_clamp2 {
- width: 300px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 3;
- -webkit-box-orient: vertical;
- word-break: break-all;
- line-height: 19px;
- }
- .mem_int {
- height: 48px;
- background: #f8f8f8;
- font-size: 14px;
- //font-family: Adobe Heiti Std;
- font-weight: normal;
- color: #333333;
- line-height: 48px;
- padding-left: 20px;
- }
- .integral_avalible_order {
- height: 36px;
- background: #f8f8f8;
- padding-left: 15px;
- line-height: 36px;
- span:first-child {
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #333333;
- }
- span:nth-child(2) {
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: bold;
- color: #333333;
- }
- }
- .use_integral_list_order {
- height: 400px;
- padding: 0 14px;
- border-top: 1px solid #dddddd;
- border-bottom: 1px solid #dddddd;
- overflow: auto;
- .integral_item_order {
- position: relative;
- display: flex;
- padding-top: 15px;
- padding-bottom: 15px;
- justify-content: space-between;
- &:hover {
- background-color: #f8f8f8;
- }
- span {
- display: inline-block;
- color: #333333;
- font-size: 14px;
- height: 20px;
- line-height: 20px;
- }
- label {
- cursor: pointer;
- display: block;
- width: 18px;
- height: 18px;
- z-index: 1;
- .img_order {
- width: 18px;
- height: 18px;
- background: url(/buy/not_select.png) center;
- background-size: 100%;
- }
- }
- input[type="radio"] {
- display: none;
- z-index: 0;
- }
- input[type="radio"]:checked + label {
- .img_order {
- width: 18px;
- height: 18px;
- background: url(/buy/sel.png) center;
- background-size: 100%;
- z-index: 1;
- }
- }
- .no_avalible_order {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: #666666;
- opacity: 0.3;
- z-index: 999;
- }
- }
- }
- .integral_btn_order {
- margin-top: 20px;
- display: flex;
- justify-content: center;
- button {
- border: none;
- width: 167px;
- height: 40px;
- border-radius: 3px;
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #ffffff;
- line-height: 30px;
- }
- .integral_abandom_order {
- cursor: pointer;
- background: #999999;
- }
- .integral_engage_order {
- cursor: pointer;
- background-color: $colorMain;
- margin-left: 20px;
- }
- }
- .intRule_con {
- border-top: 1px solid #dddddd;
- padding-top: 10px;
- .int_rule_item {
- font-size: 15px;
- //font-family: Adobe Heiti Std;
- font-weight: normal;
- color: #666666;
- line-height: 50px;
- }
- }
- .affirm {
- width: 1200px;
- margin: 0 auto;
- font-size: 16px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #454545;
- }
- .xian {
- width: 100%;
- padding: 0 20px;
- p {
- width: 100%;
- box-sizing: border-box;
- height: 1px;
- border-bottom: 1px solid #e5e5e5;
- margin-top: 26px;
- margin-bottom: 11px;
- }
- }
- .confirm_title_info {
- height: 30px;
- width: 100%;
- padding: 0 20px;
- display: flex;
- align-items: center;
- div {
- height: 100%;
- line-height: 30px;
- border-bottom: 2px solid #cedbed;
- margin-right: 3px;
- }
- .shop {
- width: 398px;
- padding-left: 85px;
- }
- .unit_price {
- width: 296px;
- text-align: center;
- }
- .num {
- width: 247px;
- text-align: center;
- }
- .subtotal {
- width: 209px;
- text-align: right;
- padding-right: 40px;
- }
- }
- .additional {
- display: flex;
- width: 100%;
- height: 103px;
- margin-top: 2px;
- .leaving_a_message {
- width: 467px;
- height: 100%;
- background-color: #f3f9fe;
- padding-left: 10px;
- margin-right: 2px;
- p {
- padding-top: 14px;
- margin-bottom: 11px;
- }
- .store_coupon_con {
- height: 51px;
- padding-right: 21px;
- // &.more_height {}
- .title {
- width: 130px;
- height: 30px;
- text-align: center;
- line-height: 30px;
- border: 1px solid #dddddd;
- color: #999999;
- }
- .remark {
- font-size: 12px;
- margin-left: 20px;
- height: 20px;
- ::-webkit-input-placeholder {
- color: #aaaaaa;
- }
- border: none;
- width: 80%;
- }
- }
- }
- .discount_box {
- flex: 1;
- height: 100%;
- background-color: #f3f9fe;
- display: flex;
- justify-content: space-between;
- }
- .discount {
- flex: 1;
- padding-left: 10px;
- margin-right: 2px;
- p {
- width: 80px;
- padding-top: 14px;
- margin: 0;
- margin-bottom: 11px;
- }
- .store_coupon_con {
- padding-right: 20px;
- &.more_height {
- height: 100px;
- }
- .title {
- width: 185px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- color: #999999;
- border: 1px solid #dcdcdc;
- background-color: #fff;
- border-radius: 4px;
- cursor: default;
- transition: all 0.3s ease;
- &:hover {
- border-color: #aaaaaa;
- }
- }
- .remark {
- font-size: 12px;
- margin-left: 20px;
- height: 20px;
- ::-webkit-input-placeholder {
- color: #aaaaaa;
- }
- border: none;
- width: 80%;
- }
- }
- }
- .summation {
- flex: 1;
- padding: 14px 0;
- height: 100%;
- p {
- margin: 0;
- }
- .summation_tit {
- width: 81px;
- text-align: right;
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #333333;
- }
- }
- }
- .coupon_box {
- width: 100%;
- padding: 0 20px;
- .coupon_info {
- width: 100%;
- border: 1px solid #e5e5e5;
- background: #ffffff;
- .coupon_tit {
- width: 100%;
- height: 38px;
- background: #f7f7f7;
- display: flex;
- p {
- width: 183px;
- height: 100%;
- margin: 0;
- cursor: pointer;
- }
- .selected_p {
- background-color: #fff;
- }
- }
- .paging {
- width: 100%;
- margin-top: 23px;
- padding: 0 23px;
- .page {
- color: #fb6d67;
- width: 20px;
- }
- .total {
- width: 20px;
- }
- .xie {
- margin: 0 3px;
- }
- img {
- width: 16px;
- height: 16px;
- cursor: pointer;
- }
- }
- .coupon_list {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- padding-bottom: 23px;
- .coupon_cont_bg {
- background-image: url(/coupon.png);
- background-size: 100% 100%;
- }
- .coupon_cont {
- width: 260px;
- height: 148px;
- margin-left: 23px;
- border: 1px solid transparent;
- cursor: pointer;
- position: relative;
- margin-top: 23px;
- .img_coupon {
- width: 279px;
- height: 163px;
- position: absolute;
- left: -9px;
- top: -8px;
- }
- .coupons {
- width: 19px;
- // height: 59px;
- font-size: 18px;
- //font-family: Microsoft YaHei;
- font-weight: bold;
- color: #999999;
- margin-left: 34px;
- z-index: 999;
- }
- .coupon_cont_box {
- flex: 1;
- height: 100%;
- padding-top: 16px;
- padding-bottom: 16px;
- margin-left: 22px;
- z-index: 999;
- .money {
- font-size: 32px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #999999;
- display: flex;
- span {
- font-size: 14px;
- padding-top: 5px;
- }
- &.cp_chosen {
- color: $colorMain;
- }
- }
- .full_minus {
- min-width: 74px;
- padding: 0 10px;
- padding-top: 7px;
- padding-bottom: 7px;
- background: #f1f1f1;
- font-size: 12px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #666666;
- }
- .coupon_time {
- font-size: 12px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #666666;
- margin-top: 5px;
- span {
- color: rgba(153, 153, 153, 1);
- }
- }
- .user_rule {
- margin-top: 5px;
- font-size: 12px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #666666;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- word-break: break-all;
- span {
- color: rgba(153, 153, 153, 1);
- }
- }
- }
- }
- .coupon_contone {
- border: 1px solid #e2231a;
- position: relative;
- .coupons {
- color: #e2231a;
- }
- .coupon_img {
- width: 23px;
- height: 23px;
- position: absolute;
- right: -1px;
- bottom: 0;
- }
- }
- }
- .avali {
- padding-left: 23px;
- padding-bottom: 23px;
- .int_avalible {
- cursor: pointer;
- display: inline-flex;
- margin-top: 23px;
- font-size: 14px;
- border: 1px solid #dddddd;
- padding: 9px 14px;
- border-radius: 3px;
- width: 200px;
- span:first-child {
- color: #999999;
- }
- span:last-child {
- color: $colorMain;
- }
- }
- .int_already {
- display: flex;
- .reChoose {
- margin-top: 23px;
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #ec2b22;
- padding: 9px 14px;
- cursor: pointer;
- }
- }
- .int_fail {
- margin-top: 15px;
- font-size: 14px;
- //font-family: Microsoft YaHei;
- font-weight: 300;
- color: #999999;
- }
- }
- .purpose {
- width: 100%;
- height: 41px;
- background: #f6f6f6;
- padding-left: 21px;
- line-height: 41px;
- span {
- font-size: 12px;
- //font-family: Microsoft YaHei;
- font-weight: 400;
- color: #333333;
- }
- .purpose_money {
- color: #e21106;
- margin-left: 2px;
- margin-right: 10px;
- }
- .purpose_discount {
- color: #787575;
- span {
- margin: 0 3px;
- }
- }
- .purpose_fe {
- color: #787575;
- }
- }
- }
- }
- .gopuy_box {
- width: 100%;
- margin-bottom: 35px;
- .gopuy {
- width: 188px;
- height: 45px;
- background: linear-gradient(0deg, #fa464e, #f6312c);
- border-radius: 4px;
- font-size: 18px;
- //font-family: Microsoft YaHei;
- font-weight: bold;
- color: #ffffff;
- }
- }
|