|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986 |
- @import "../../../app.ttss";
-
- button::after {
- border: none;
- }
-
- page {
- height: auto !important;
- background: #f4f5f9;
-
- }
-
- .order {
- width: 100%;
- padding-bottom: 40rpx;
- overflow: hidden;
- }
-
- .success {
- vertical-align: middle;
- width: 40rpx;
- margin-right: 10rpx;
- float: left;
- }
-
- .tips {
- width: 92%;
- height: 70rpx;
- background: #d4a971;
- color: #fff;
- padding: 20rpx 4% 0;
- }
-
- .tipsX {
- width: 92%;
- height: 70rpx;
- background: #2c8dff;
- color: #fff;
- padding: 20rpx 4% 0;
- }
-
- .merchantName {
- color: #3c3c3c !important;
- /* margin-left: 160rpx; */
- font-size: 28rpx;
- float: left;
- margin-left: 30rpx;
- height: 100%;
- line-height: 90rpx;
- }
-
- .tips view:nth-child(2) {
- font-size: 32rpx;
- padding-left: 16rpx;
- width: 100%;
- }
-
- .tips view:nth-child(1) {
- width: 100%;
- height: 32rpx;
- background: #fff;
- border-radius: 50%;
- color: #00c0ff;
- text-align: center;
- font-size: 28rpx;
- }
-
- .msg text:nth-child(1) {
- width: 90%;
- font-size: 28rpx;
- float: left;
- }
-
- .msg text:nth-child(2) {
- font-size: 24rpx;
- float: left;
- margin-left: 35rpx;
- }
-
- .section {
- /* margin-top: 2%; */
- background: #fff;
- }
-
- .detail_msg {
- width: 92%;
- display: flex;
- margin: 0 4%;
- margin-top: 10rpx;
- padding-bottom: 42rpx;
- border-bottom: 1rpx solid #eee;
- }
-
- .logo {
- display: block;
- width: 120rpx;
- height: 120rpx;
- border-radius: 16rpx;
- }
-
- .logo image {
- width: 120rpx;
- height: 120rpx;
- border-radius: 16rpx;
- }
-
- .sectionTit {
- padding-top: 30rpx;
- width: 92%;
- margin: 0 4%;
- font-size: 30rpx;
- color: #3c3c3c;
- }
-
- /* .info view:nth-child(1) {
- padding: 0 4%;
- width: 80%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- } */
-
- .info {
- width: 100%;
- position: relative;
- }
- .infoArrow {
- position: absolute;
- right: 26rpx;
- width: 20rpx;
- margin: auto;
- bottom: 90rpx;
- }
-
- /* .info view:nth-child(1) text {
- font-size: 30rpx;
- color: #000;
- letter-spacing: 0;
- } */
-
- /* .info view:nth-child(1) text:nth-child(2) {
- color: #ffae00;
- font-size: 24rpx;
- } */
-
- /* .info view:nth-child(2), .info view:nth-child(3) {
- font-size: 24rpx;
- padding-left: 4%;
- color: #919191;
- letter-spacing: 0;
- } */
-
- /* .info view:nth-child(2) text, .info view:nth-child(3) text {
- font-size: 22rpx;
- color: #b8b8b8;
- } */
-
- .payment {
- width: 92%;
- height: 120rpx;
- line-height: 120rpx;
- padding: 0 4%;
- display: flex;
- justify-content: space-between;
- border-bottom: 20rpx solid #ededed;
- }
-
- .payment view:nth-child(2) text:nth-child(1) {
- font-size: 36rpx;
- color: #ff3434;
- font-weight: bold;
- }
-
- .payment view:nth-child(2) text:nth-child(2) {
- font-size: 24rpx;
- color: #b4b4b4;
- padding-left: 18rpx;
- text-decoration: line-through;
- }
-
- .dhCode {
- position: relative;
- height: 96rpx;
- line-height: 96rpx;
- border-bottom: 1rpx solid #f4f5f9;
- padding-left: 5%;
- padding-right: 5%;
- }
-
- .barnumImg{
- float: left;
- height: 40rpx;
- width: 40rpx;
- margin: 24rpx 20rpx;
- }
- .classif {
- background: #fff;
- width: 100%;
- margin-top: 20rpx;
- }
-
- .wuliu {
- height: 96rpx;
- line-height: 96rpx;
- border-bottom: 1rpx solid #f4f5f9;
- padding-left: 5%;
- padding-right: 5%;
- overflow: hidden;
- }
-
- .left {
- float: left;
- }
-
- .sign {
- width: 160rpx;
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- background-color: #00c0ff;
- color: #fff;
- border-radius: 12rpx;
- margin: 40rpx auto;
- padding: 12rpx 20rpx;
- font-size: 28rpx;
- }
-
- .left {
- float: left;
- font-size: 26rpx;
- color: #a6a6a6;
- }
-
- .copeCode {
- float: left;
- margin: 20rpx 10rpx;
- padding: 10rpx;
- height: 30rpx;
- line-height: 30rpx;
- border-radius: 8rpx;
- color: #df3502;
- border:1rpx #a6a6a6 solid;
- font-size: 28rpx;
-
- }
-
- .goInquire {
- float: left;
- margin: 20rpx 10rpx;
- padding: 10rpx;
- height: 30rpx;
- line-height: 30rpx;
- border:1rpx #a6a6a6 solid;
- border-radius: 8rpx;
- color: #3cc51f;
- font-size: 28rpx;
-
- }
-
- /*
- .classifShop{
- background: #FFFFFF;
- width: 100%;
- margin-top: 20rpx;
- padding-bottom: 20rpx;
- }
- .classifShop >view{
- font-size: 28rpx;
- color: #A6A6A6;
- position: relative;
- display: flex;
- justify-content: space-between;
- padding-left: 5%;
- padding-right: 5%;
- margin-bottom: 20rpx;
- }
- .classifShop >view:nth-child(1){
- height: 88rpx!important;
- line-height:94rpx;
- } */
-
- .classif > view:nth-child(2), .classif > view:nth-child(3) {
- position: relative;
- height: 94rpx;
- line-height: 94rpx;
- display: flex;
- justify-content: space-between;
- padding-left: 5%;
- padding-right: 5%;
- /* border-bottom: 1rpx solid #eee; */
- }
-
- .classif > view text:nth-child(2) {
- font-size: 28rpx;
- /* color: #3c3c3c; */
- }
-
- .classif > view text:nth-child(1) {
- font-size: 28rpx;
- color: #a6a6a6;
- float: left;
- }
-
- .classif > view:nth-child(1) {
- display: block;
- }
-
- .classif > view:nth-child(6) text:nth-child(2) {
- color: #666;
- }
-
- .spcode {
- position: absolute;
- right: 70rpx;
- bottom: 0;
- top: 0;
- margin: auto;
- width: 50rpx;
- z-index: 1;
- }
-
- .rArrow {
- position: absolute;
- right: 26rpx;
- height: 20rpx;
- width: 20rpx;
- margin: auto;
- bottom: 30rpx;
- }
-
- /*mask*/
-
- .drawer_screen {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- z-index: 1000;
- background: #000;
- opacity: 0.5;
- overflow: hidden;
- }
-
- .drawer_box {
- width: 650rpx;
- position: fixed;
- overflow: hidden;
- top: 50%;
- left: 0;
- z-index: 1001;
- margin: -150px 50rpx 0 50rpx;
- border-radius: 3px;
- }
-
- .drawer_title {
- padding: 15px;
- font: 20px "microsoft yahei";
- text-align: center;
- }
-
- .drawer_content {
- height: 210px;
- overflow-y: scroll; /*超出父盒子高度可滚动*/
- }
-
- .btn_ok {
- padding: 10px;
- font: 20px "microsoft yahei";
- text-align: center;
- border-top: 1px solid #e8e8ea;
- color: #3cc51f;
- }
-
- .top {
- padding-top: 8px;
- }
-
- .bottom {
- padding-bottom: 8px;
- }
-
- .title {
- height: 30px;
- line-height: 30px;
- width: 160rpx;
- text-align: center;
- display: inline-block;
- font: 300 28rpx/30px "microsoft yahei";
- }
-
- .input_base {
- border: 2rpx solid #ccc;
- padding-left: 10rpx;
- margin-right: 50rpx;
- }
-
- .input_h30 {
- height: 30px;
- line-height: 30px;
- }
-
- .input_h60 {
- height: 60px;
- }
-
- .input_view {
- font: 12px "microsoft yahei";
- background: #fff;
- color: #000;
- line-height: 30px;
- }
-
- input {
- font: 12px "microsoft yahei";
- background: #fff;
- color: #000;
- }
-
- radio {
- margin-right: 20px;
- }
-
- .grid {
- display: -webkit-box;
- display: box;
- }
-
- .col-0 {
- -webkit-box-flex: 0;
- box-flex: 0;
- }
-
- .col-1 {
- -webkit-box-flex: 1;
- box-flex: 1;
- }
-
- .fl {
- float: left;
- color: #3c3c3c !important;
- }
-
- .fr {
- float: left;
- }
-
- .clearfix:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
-
- .panel {
- width: 600rpx;
- border-radius: 10rpx;
- background-color: #fff;
- margin: 30rpx auto 0;
- padding: 30rpx 0;
- position: relative;
- z-index: 10000000000;
- }
-
- .pane2 {
- background: #fff;
- opacity: 0.6;
- }
-
- .pane2 image {
- width: 500rpx;
- display: block;
- margin: 40rpx auto 0;
- }
-
- .barcode {
- height: 100rpx;
- width: 500rpx;
- margin: 0 auto;
- }
-
- .barnum {
- width: 88%;
- height: 46rpx;
- line-height: 46rpx;
- font-size: 32rpx;
- text-align: center;
- letter-spacing: 2rpx;
- white-space: nowrap;
- color: #999;
- }
-
- .barnum text {
- color: #333;
- }
-
- .barcode > canvas {
- width: 500rpx;
- height: 100rpx;
- }
-
- .qrcode {
- height: 340rpx;
- display: flex;
- flex-direction: column;
- justify-content: flex-end;
- align-items: center;
- }
-
- .qrcode > canvas {
- width: 350rpx;
- height: 350rpx;
- }
-
- .left {
- float: left;
- }
-
- .right {
- float: right;
- }
-
- .RMB {
- color: #fd782d !important;
- font-size: 24rpx !important;
- float: right;
- }
-
- .jine {
- color: #fd782d !important;
- font-size: 36rpx !important;
- font-weight: 400 !important;
- float: right;
- margin-left: 10rpx;
- }
-
- .jine1 {
- color: #b8b8b8 !important;
- font-size: 30rpx !important;
- font-weight: 400 !important;
- }
-
- .buy-view {
- /* background: #fff; */
- position: fixed;
- padding-top: 30rpx;
- height: 94rpx;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 100;
- padding-bottom: 30rpx;
- }
-
- .buy {
- background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
- height: 94rpx;
- width: 670rpx;
- margin: 0 auto;
- color: #fff;
- font-size: 32rpx;
- line-height: 94rpx;
- border-radius: 61rpx;
- }
- .buyX {
- background: linear-gradient(180deg, #cc9a60 0%, #dfbf8e 100%);
- height: 94rpx;
- width: 670rpx;
- margin: 0 auto;
- color: #fff;
- font-size: 32rpx;
- line-height: 94rpx;
- border-radius: 61rpx;
- }
- .salePriceStr{
- color: #999;
- letter-spacing: 0;
- padding-left: 4%;
- overflow: hidden;
- }
- .subTitle{
- font-size: 22rpx;
- color: #b8b8b8;
- padding-left: 4%;
- letter-spacing: 0;
- }
- .xidanTiem{
- padding-left: 4%;
- color: #b8b8b8;
- letter-spacing: 0;
- font-size: 22rpx;
- }
- .rmb {
- color: #d5af67 ;
- font-size: 24rpx ;
- line-height: 40rpx ;
- float: left ;
- }
- .pri01 {
- font-size: 36rpx ;
- color: #d5af67 ;
- letter-spacing: 0 ;
- line-height: 40rpx ;
- float: left ;
- }
- .throgh {
- text-decoration: line-through ;
- margin-left: 10rpx ;
- color: #999 ;
- height: 32rpx ;
- line-height: 45rpx ;
- float: left;
- font-size: 26rpx;
- }
- .active {
- opacity: 0.6;
- }
-
- .game-entry {
- width: 690rpx;
- height: 140rpx;
- margin: 20rpx auto 0;
- }
-
- .gameimg {
- display: block;
- width: 100%;
- height: 140rpx;
- }
-
- /*
- .merchantVoList {
- width: 100%;
- }
-
- .merchantVoList .tel {
- width: 50rpx;
- height: 50rpx;
- float: right;
- z-index: 10;
- margin-top: 30rpx;
- } */
-
- .btns {
- background: #00c0ff;
- height: 94rpx;
- width: 670rpx;
- margin: 0 auto 30rpx;
- color: #fff;
- font-size: 36rpx;
- line-height: 94rpx;
- border-radius: 61rpx;
- }
-
- /* .merchantImgUrl{
- width: 90rpx;
- float: left;
- border-radius: 10rpx;
- z-index: 10;
- margin: 0 auto;
- } */
-
- .support-tansfer {
- width: 690rpx;
- border-radius: 50rpx;
- margin-top: 60rpx;
- background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%) !important;
- }
-
- .share {
- width: 40rpx;
- height: 40rpx;
- margin-right: 20rpx;
- }
-
- .showT {
- width: 100%;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.1);
- position: fixed;
- top: 0;
- left: 0;
- overflow: hidden;
- }
-
- .titleBxo {
- width: 70%;
- margin: 300rpx auto;
- background-color: #fff;
- border-radius: 12rpx;
- overflow: hidden;
- }
-
- .titleBxo .text {
- margin: 40rpx auto 20rpx auto;
- text-align: center;
- font-size: 36rpx;
- }
-
- .titleBxo .p {
- margin-top: 10rpx auto 30rpx auto;
- font-size: 22rpx;
- text-align: center;
- }
-
- .btnBox {
- overflow: hidden;
- margin-top: 40rpx;
- margin-bottom: 20rpx;
- display: flex;
- justify-content: space-around;
- }
-
- .le {
- width: 40%;
- height: 60rpx;
- line-height: 60rpx;
- border-radius: 10rpx;
- background-color: #00c0ff;
- text-align: center;
- color: #fff;
- }
-
- .ri {
- width: 40%;
- height: 60rpx;
- line-height: 60rpx;
- border-radius: 10rpx;
- text-align: center;
- border: 1rpx solid #919191;
- }
-
- .childList {
- padding-left: 5%;
- padding-right: 5%;
- overflow: hidden;
- }
-
- .childTitle {
- font-size: 28rpx;
- color: #a6a6a6;
- margin-top: 20rpx;
- }
-
- .childItme {
- border-radius: 12rpx;
- overflow: hidden;
- background-color: #fff;
- margin: 20rpx;
- }
-
- .orderName {
- margin: 20rpx;
- font-size: 26rpx;
- }
-
- .chaildDetBox {
- margin: 20rpx;
- overflow: hidden;
- }
-
- .chaildImg {
- float: left;
- width: 100rpx;
- height: 100rpx;
- border-radius: 10rpx;
- }
-
- .childDataBox {
- float: left;
- width: 50%;
- margin-left: 20rpx;
- }
-
- .childPriceStr {
- font-size: 24rpx;
- color: #919191;
- letter-spacing: 0;
- margin-left: 20rpx;
- }
- .groupTextBox{
- background: #fff;
- overflow: hidden;
- padding-bottom: 10rpx;
- }
- .groupTitleBox{
- background: #fff;
- }
- .groupTitle{
- color: #333;
- letter-spacing: 0;
- font-size: 30rpx;
- height: 50rpx;
- line-height: 50rpx;
- width: 92%;
- margin: 0 auto;
- font-weight: bold;
- }
- .groupTitleS{
- color: #333;
- letter-spacing: 0;
- font-size: 28rpx;
- height: 50rpx;
- line-height: 50rpx;
- width: 90%;
- margin: 0 auto;
- /* font-weight: bold; */
- }
- .groupDetailsBox{
- width: 90%;
- margin: 0 auto;
- }
- .groupTiemBox{
- color: #333333;
- overflow: hidden;
- }
- .groupTiemName{
- float: left;
- font-size: 26rpx;
- /* color: #a6a6a6; */
- }
- .groupTiemPay{
- float: right;
- font-size: 26rpx;
- /* color: #a6a6a6; */
- }
- .yuandian{
- background-color: #333333;
-
- width: 4rpx;
- height: 4rpx;
- border-radius: 50%;
- margin: 16rpx 8rpx 0 0;
- float: left;
- }
- .notes {
- width: 100%;
- background: #fff;
- padding-bottom: 30rpx;
- }
- .notesH{
- width: 92%;
- font-weight: bold;
- font-size: 32rpx;
- color: #3c3c3c;
- margin: 10rpx auto;
- padding-top: 10rpx;
- }
- .timeText{
- color: #333;
- letter-spacing: 0;
- font-size: 14px;
- height: 25px;
- line-height: 25px;
- width: 92%;
- margin: 10rpx auto;
- }
- .Hchild{
- width: 92%;
- margin: 0 auto;
- color: #333;
- letter-spacing: 0;
- font-size: 12px;
- letter-spacing: 0;
- line-height: 21px;
- display: block;
- }
- .notesText{
- width: 92%;
- margin: 0 auto;
- color: #333;
- letter-spacing: 0;
- font-size: 24rpx;
- letter-spacing: 0;
- line-height: 42rpx;
- display: block;
- }
-
-
- .panel{
- position: relative;
- }
-
- .closeRq{
- position: absolute;
- width: 420rpx;
- height: 420rpx;
- line-height: 420rpx;
- text-align: center;
- background-color: rgba(0, 0, 0, 0.8);
- left: 50%; top: 50%;
- transform: translate(-50%, -50%); /* 50%为自身尺寸的一半 */
- z-index: 10000000;
- color: #fff;
- font-size: 38rpx;
- }
- .updataRqCode{
- width: 80rpx !important;
- height: 80rpx !important;
- margin-top: calc(50%-80rpx) !important;
- margin-left: calc(50%-80rpx) !important;
- display: inline-block !important;
- }
- .upDataRq{
- position: absolute;
- width: 100%;
- text-align: center;
- height: 80rpx;
- color: #fff ;
- top: 20%;
- left: 0;
- }
- .coedTiem{
- text-align: center;
- /* color: rgba(253,131,45,1); */
- margin-bottom: 20rpx;
- }
- .zhuangtai{
- margin-top: 20rpx;
- width: 100%;
- background-color: #fff;
- }
- .panel, .zhuangtai image {
- width:500rpx;
- display:block;
- border-radius:10rpx;
- margin:0 auto;
- padding:0;
- z-index:10000;
- overflow: hidden;
- }
-
- .panel{
- position: relative;
- }
- .goRefund{
- border: 1rpx solid #d4a971;
- border-radius: 50rpx;
- color: #3c3c3c;
- padding: 6rpx 12rpx;
- float: right;
- text-align: center;
- font-size: 24rpx;
- margin-right: 26rpx;
- }
-
- .evaluate{
- width: 80%;
- margin: 20rpx auto;
- background-color: #d4a971;
- color: #fff;
- font-size: 32rpx;
- text-align: center;
- padding: 10rpx 0 ;
- border-radius: 25rpx;
- }
-
- .serviceBox{
- margin: 40rpx auto;
- overflow: hidden;
- border: #d4a971 1px solid;
- border-radius: 24rpx;
- text-align: center;
- padding: 6rpx;
- font-size: 26rpx;
- color: #d4a971;
- width: 240rpx;
- }
- .serviceImg{
- width: 30rpx;
- height: 30rpx;
- float: left;
- margin-left: 20rpx;
- margin-top: 6rpx;
- }
- .serviceText{
- float: left;
- margin-left: 10rpx;
- }
- .explainText{
- margin-top: 20rpx;
- text-align: center;
- font-size: 24rpx;
- color: #b8b8b8;
- }
|