123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820 |
- .choose{
- z-index: 8888;
- position: fixed;
- bottom: 0rpx;
- width: 100%;
- background: white;
- padding: 26rpx 0rpx;
- display: flex;
- flex-wrap: wrap;
- /* justify-content: center; */
- }
- .choose .left{
- margin-left: 4%;
- margin-top: 7rpx;
- margin-bottom: 7rpx;
- margin-right: 10rpx;
- }
- .choose .right{
- margin-right: 4%;
- margin-top: 7rpx;
- margin-bottom: 7rpx;
- }
- .background1 {
- width: 100%;
- height: 100%;
- position: fixed;
- background: rgba(0, 0, 0, 1);
- opacity: 0.6;
- z-index: 8887;
- }
- .image1 {
- position: fixed;
- z-index: 999999;
- top: 19%;
- width: 100%;
- height: 700rpx;
- border-radius: 10rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .image1 .center_swiper{
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- margin: 0 auto;
- }
- .image1 swiper-item{
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .image1 image {
- width: 550rpx;
- height: 100%;
- }
- .guanbi {
- position: absolute;
- left: 46%;
- bottom: -25%;
- z-index: 999999;
- }
- .Swiper {
- width: 100%;
- height: 150rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- position: relative;
- margin-top: 30rpx;
- }
- .Swiper .active {
- width: 15rpx;
- height: 15rpx;
- border-radius: 50%;
- background: #18d5b9 !important;
- }
- .Swiper .dots {
- position: absolute;
- bottom: 8rpx;
- z-index: 9999;
- display: flex;
- }
- .Swiper .dots view {
- width: 15rpx;
- height: 15rpx;
- border-radius: 50%;
- background: rgb(148, 151, 151);
- margin: 0rpx 10rpx;
- }
- .image1 .dots {
- position: absolute;
- bottom: -40rpx;
- z-index: 9999;
- display: flex;
- }
- .image1 .dots view {
- width: 15rpx;
- height: 15rpx;
- border-radius: 50%;
- background: #fff;
- margin: 0rpx 10rpx;
- }
- .image1 .dots .active {
- background: #18D5B9;
- }
- .swiper {
- width: 650rpx;
- height: 150rpx;
- border-radius: 10rpx;
- }
- .swiper swiper-item {
- background-size: 100% 100%;
- width: 100%;
- height: 100%;
- border-radius: 10rpx;
- }
- .inform{
- display: flex;
- align-items: center;
- width: 650rpx;
- height: 68rpx;
- background: white;
- font-size: 26rpx;
- justify-content: space-between;
- border-radius: 10rpx;
- margin-top: 30rpx;
- }
- .inform-img{
- display: flex;
- height: 100%;
- align-items: center;
-
- }
- .marquee{
- width:80%;
- height: 70rpx;
- overflow: hidden;
- line-height: 70rpx;
- }
- .marqueeTitle{
- height: 70rpx;
- }
- .flexC {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .authName {
- width: 470rpx;
- height: 598rpx;
- position: fixed;
- left: 20.5%;
- top: 29%;
- z-index: 9999;
- }
- .realname {
- display: flex;
- flex-direction: column;
- align-items: center;
- /* border: 1px solid #000; */
- width: 470rpx;
- height: 520rpx;
- }
- .auth {
- position: absolute;
- top: 0;
- left: 0;
- width: 470rpx;
- height: 520rpx;
- }
- .realname .text1 {
- position: absolute;
- top: 40%;
- font-size: 50rpx;
- font-family: PingFang SC;
- color: #111;
- }
- .realname .text2 {
- position: absolute;
- top: 50%;
- font-size: 26rpx;
- font-family: PingFang SC;
- color: rgba(102, 102, 102, 1);
- margin-top: 23rpx;
- }
- .realname .view {
- position: absolute;
- top: 68%;
- width: 362rpx;
- height: 76rpx;
- background: #18d5b9;
- text-align: center;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 32rpx;
- border-radius: 43rpx;
- font-family: PingFang SC;
- color: rgba(255, 255, 255, 1);
- }
- .authName .over {
- position: absolute;
- bottom: 0%;
- z-index: 8888;
- left: 46%;
- }
- .backposi {
- width: 100%;
- height: 100%;
- position: fixed;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- background: rgba(0, 0, 0, 1);
- opacity: 0.4;
- z-index: 8887;
- }
- .scanfail {
- width: 550rpx;
- height: 612rpx;
- }
- .scanfail .tu1 {
- position: absolute;
- top: 0rpx;
- left: 0rpx;
- width: 100%;
- height: 612rpx;
- }
- .scanfail .text1 {
- font-size: 50rpx;
- font-family: PingFang SC;
- color: rgba(42, 42, 42, 1);
- position: absolute;
- top: 42%;
- }
- .scanfail .text2 {
- font-size: 32rpx;
- font-family: PingFang SC;
- color: rgba(153, 153, 153, 1);
- position: absolute;
- bottom: 40%;
- }
- .scanfail .text3 {
- font-size: 32rpx;
- font-family: PingFang SC;
- color: #f4915b;
- position: absolute;
- bottom: 30%;
- }
- .scanfail .view {
- position: absolute;
- bottom: 107rpx;
- width: 100%;
- height: 72rpx;
- border-radius: 0rpx 0rpx 20rpx 20rpx;
- display: flex;
- justify-content: space-between;
- font-size: 32rpx;
- font-family: PingFang SC;
- border-top: 1rpx solid #f4f4f4;
- }
- .scanfail .view .view1 {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 49.5%;
- height: 100%;
- }
- .topay {
- width: 500rpx;
- height: 300rpx;
- background: rgba(255, 255, 255, 1);
- border-radius: 20rpx;
- position: fixed;
- top: 41%;
- left: 16%;
- z-index: 8888;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .topay .text1, .text2 {
- font-size: 28rpx;
- font-family: PingFang SC;
- color: rgba(42, 42, 42, 1);
- }
- .topay .view {
- display: flex;
- position: absolute;
- bottom: 0rpx;
- width: 100%;
- justify-content: space-between;
- height: 70rpx;
- border-top: 1rpx solid #f4f4f4;
- padding: 10rpx 0rpx;
- }
- .topay .view .view1 {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 49.5%;
- }
- .abnormal {
- justify-content: space-around !important;
- }
- page {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- background: #EEEEEE;
- }
- .index {
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- width: 100%;
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .index .list{
- width:690rpx;
- height:190rpx;
- background:rgba(255,255,255,1);
- border-radius:10rpx;
- display: flex;
- align-items: center;
- margin-top: 30rpx;
- justify-content: space-around;
- }
- .index .list view{
- display: flex;
- flex-direction: column;
- margin-left: -50rpx;
- }
- .index .list view text:nth-of-type(1){
- font-size:34rpx;
- font-family:PingFang SC;
- font-weight:bold;
- color:rgba(90,90,90,1);
- }
- .index .list view text:nth-of-type(2){
- font-size:24rpx;
- font-family:PingFang SC;
- font-weight:500;
- color:rgba(177,177,177,1);
- padding-top: 21rpx;
- }
- .intro {
- position: absolute;
- bottom: 85rpx;
- width: 170rpx;
- height: 180rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .intro .introBg {
- width: 100%;
- height: 100%;
- position: absolute;
- opacity: 0.6;
- }
- .intro .introCon {
- font-size: 24rpx;
- font-family: PingFang SC;
- color: rgba(255, 255, 255, 1);
- position: absolute;
- letter-spacing: 5rpx;
- z-index: 1111;
- padding-bottom: 10rpx;
- padding-left: 10rpx;
- display: flex;
- justify-content: space-around;
- }
- .flexC {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .authName {
- width: 470rpx;
- height: 598rpx;
- position: fixed;
- left: 20.5%;
- top: 29%;
- z-index: 9999;
- }
- .realname {
- display: flex;
- flex-direction: column;
- align-items: center;
- /* border: 1px solid #000; */
- width: 470rpx;
- height: 520rpx;
- }
- .auth {
- position: absolute;
- top: 0;
- left: 0;
- width: 470rpx;
- height: 520rpx;
- }
- .realname .text1 {
- position: absolute;
- top: 40%;
- font-size: 50rpx;
- font-family: PingFang SC;
- color: #111;
- }
- .realname .text2 {
- position: absolute;
- top: 50%;
- font-size: 26rpx;
- font-family: PingFang SC;
- color: rgba(102, 102, 102, 1);
- margin-top: 23rpx;
- }
- .realname .view {
- position: absolute;
- top: 68%;
- width: 362rpx;
- height: 76rpx;
- background: #18d5b9;
- text-align: center;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 32rpx;
- border-radius: 43rpx;
- font-family: PingFang SC;
- color: rgba(255, 255, 255, 1);
- }
- .authName .over {
- position: absolute;
- bottom: 0%;
- z-index: 8888;
- left: 46%;
- }
- .backposi {
- width: 100%;
- height: 100%;
- position: fixed;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- background: rgba(0, 0, 0, 1);
- opacity: 0.4;
- z-index: 8887;
- }
- .scanfail {
- width: 550rpx;
- height: 612rpx;
- }
- .scanfail .tu1 {
- position: absolute;
- top: 0rpx;
- left: 0rpx;
- width: 100%;
- height: 612rpx;
- }
- .scanfail .text1 {
- font-size: 50rpx;
- font-family: PingFang SC;
- color: rgba(42, 42, 42, 1);
- position: absolute;
- top: 42%;
- }
- .scanfail .text2 {
- font-size: 32rpx;
- font-family: PingFang SC;
- color: rgba(153, 153, 153, 1);
- position: absolute;
- bottom: 40%;
- }
- .scanfail .text3 {
- font-size: 32rpx;
- font-family: PingFang SC;
- color: #f4915b;
- position: absolute;
- bottom: 30%;
- }
- .scanfail .view {
- position: absolute;
- bottom: 107rpx;
- width: 100%;
- height: 72rpx;
- border-radius: 0rpx 0rpx 20rpx 20rpx;
- display: flex;
- justify-content: space-between;
- font-size: 32rpx;
- font-family: PingFang SC;
- border-top: 1rpx solid #f4f4f4;
- }
- .scanfail .view .view1 {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 49.5%;
- height: 100%;
- }
- .topay {
- width: 500rpx;
- height: 300rpx;
- background: rgba(255, 255, 255, 1);
- border-radius: 20rpx;
- position: fixed;
- top: 41%;
- left: 16%;
- z-index: 8888;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .topay .text1, .text2 {
- font-size: 28rpx;
- font-family: PingFang SC;
- color: rgba(42, 42, 42, 1);
- }
- .topay .view {
- display: flex;
- position: absolute;
- bottom: 0rpx;
- width: 100%;
- justify-content: space-between;
- height: 70rpx;
- border-top: 1rpx solid #f4f4f4;
- padding: 10rpx 0rpx;
- }
- .topay .view .view1 {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 49.5%;
- }
- .abnormal {
- justify-content: space-around !important;
- }
- .scanCon {
- width: 550rpx;
- height: 712rpx;
- position: fixed;
- top: 31.7%;
- left: 13%;
- z-index: 8888;
- }
- .scanCon .over1 {
- position: absolute;
- bottom: 0rpx;
- left: 45%;
- }
- .kefu{
- width: 100%;
- margin: 24rpx auto 0;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- border: none !important;
- position: fixed;
- bottom: 0rpx;
- height: 300rpx;
- background: white;
- z-index: 20;
- border-radius: 20rpx 20rpx 0rpx 0rpx;
- }
- .bttm{
- width:750rpx;
- height:98rpx;
- background:rgba(255,255,255,1);
- display: flex;
- align-items: center;
- justify-content: space-around;
- z-index: 9;
- position: fixed;
- bottom: 0;
- left: 0;
- }
- .bttm .view{
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .bttm view text{
- font-size:20rpx;
- font-family:PingFang SC;
- font-weight:400;
- color:rgba(42,42,42,1);
- padding-top: 9rpx;
- }
- .back{
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- background: #333;
- opacity: 0.4;
- z-index: 10;
- }
- .customer {
- color: #999;
- font-size: 28rpx;
- text-align: center;
- margin-top: 60rpx;
- }
- .deposit {
- width: 564rpx;
- height: 614rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- z-index: 8888;
- position: fixed;
- top: 28%;
- left: 13%;
- }
- .deposit .text1 {
- position: absolute;
- top: 45%;
- font-size: 50rpx;
- font-family: PingFang SC;
- color: rgba(51, 51, 51, 1);
- }
- .deposit .depositBg {
- width: 100%;
- height: 100%;
- }
- .deposit .text2 {
- position: absolute;
- top: 59%;
- font-size: 32rpx;
- font-family: PingFang SC;
- color: rgba(153, 153, 153, 1);
- }
- .deposit .text3 {
- position: absolute;
- top: 60%;
- font-size: 32rpx;
- font-family: PingFang SC;
- color: rgba(244, 145, 91, 1);
- }
- .deposit .view {
- position: absolute;
- top: 71%;
- width: 266rpx;
- height: 68rpx;
- border: 1px solid #f4915b;
- border-radius: 34rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- color: #f4915b;
- }
- .deposit .text4 {
- position: absolute;
- top: 89%;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(153, 153, 153, 1);
- border-bottom: 1rpx solid #999;
- }
- .sweep_code{
- display: flex;
- align-items: center;
- justify-content: center;
- background: #18d5b9;
- color: white;
- width: 420rpx;
- border-radius: 40rpx;
- height: 90rpx;
- position: fixed;
- bottom: 140rpx;
- left: 22%;
- }
- .sweep_code image{
- width: 38rpx;
- height: 38rpx;
- }
- .sweep_code text{
- padding-left: 20rpx;
- font-size: 28rpx;
- }
- .guize{
- width: 138rpx;
- height: 49rpx;
- position: fixed;
- bottom: 240rpx;
- left: 41%;
- }
- .circle {
- height: 84rpx;
- width: 84rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- /* margin-bottom: 30rpx; */
- position: fixed;
- z-index: 1000;
- }
- .circle5 {
- right: 0rpx;
- top: 520rpx;
- width: 156rpx;
- }
- .kefu .bottom1 {
- width: 100%;
- margin: 24rpx auto 0;
- display: flex;
- justify-content: space-around;
- border: none !important;
- }
- .kefu .bottom1 button {
- width: 40%;
- border: none;
- display: flex;
- align-items: center;
- justify-content: center;
- color: white;
- background: #18D5B9;
- border-radius: 20rpx;
- height: 90rpx;
- }
- .kefu .bottom1 .view {
- width: 40%;
- display: flex;
- align-items: center;
- justify-content: center;
- background: #18D5B9;
- color: white;
- border-radius: 20rpx;
- height: 90rpx;
- }
- .kefu .bottom1 .view image {
- width: 54rpx;
- height: 54rpx;
- margin-right: 8rpx;
- }
- .kefu .bottom1 .view1 {
- background: #F46A1F;
- }
|