1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114 |
- <<<<<<< HEAD
- /*初始化类*/
- @font-face {
- font-family: 'iconfont';
- /* project id 1482221 */
- src: url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.eot');
- src: url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.eot?#iefix') format('embedded-opentype'),
- url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.woff2') format('woff2'),
- url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.woff') format('woff'),
- url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.ttf') format('truetype'),
- url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.svg#iconfont') format('svg');
- }
- .acea-row {
- display: -webkit-box;
- display: -moz-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-lines: multiple;
- -moz-box-lines: multiple;
- -o-box-lines: multiple;
- -webkit-flex-wrap: wrap;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap
- }
- .acea-row.row-middle {
- -webkit-box-align: center;
- -moz-box-align: center;
- -o-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center
- }
- .bg-color-red {
- background-color: #e93323 !important;
- }
- .acea-row.row-right {
- -webkit-box-pack: end;
- -moz-box-pack: end;
- -o-box-pack: end;
- -ms-flex-pack: end;
- -webkit-justify-content: flex-end;
- justify-content: flex-end
- }
- .acea-row.row-between-wrapper {
- -webkit-box-align: center;
- -moz-box-align: center;
- -o-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -moz-box-pack: justify;
- -o-box-pack: justify;
- -ms-flex-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between
- }
- .acea-row.row-column-around {
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- justify-content: space-around;
- -webkit-justify-content: space-around
- }
- .acea-row.row-center-wrapper {
- -webkit-box-align: center;
- -moz-box-align: center;
- -o-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -moz-box-pack: center;
- -o-box-pack: center;
- -ms-flex-pack: center;
- -webkit-justify-content: center;
- justify-content: center
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 34rpx;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -webkit-text-stroke-width: 0rpx;
- -moz-osx-font-smoothing: grayscale;
- }
- .iconedit:before {
- content: "\e649";
- }
- .iconfavorfill:before {
- content: "\e64b";
- }
- .iconfavor:before {
- content: "\e64c";
- }
- .iconlocation:before {
- content: "\e651";
- }
- .iconroundcheckfill:before {
- content: "\e656";
- }
- .iconroundcheck:before {
- content: "\e657";
- }
- .iconunfold:before {
- content: "\e661";
- }
- .iconlikefill:before {
- content: "\e668";
- }
- .iconlike:before {
- content: "\e669";
- }
- .iconshop:before {
- content: "\e676";
- }
- .iconcart:before {
- content: "\e6af";
- }
- .icondelete:before {
- content: "\e6b4";
- }
- .iconhome:before {
- content: "\e6b8";
- }
- .iconcartfill:before {
- content: "\e6b9";
- }
- .iconhomefill:before {
- content: "\e6bb";
- }
- .iconlock:before {
- content: "\e6c0";
- }
- .iconfriendadd:before {
- content: "\e6ca";
- }
- .iconfold:before {
- content: "\e6de";
- }
- .iconapps:before {
- content: "\e729";
- }
- .iconadd:before {
- content: "\e767";
- }
- .iconaddred:before {
- content: "\e767";
- color: #F35B64;
- }
- .iconmove:before {
- content: "\e768";
- }
- .icontriangledownfill:before {
- content: "\e79b";
- }
- .icontriangleupfill:before {
- content: "\e79c";
- }
- .iconshaixuan:before {
- content: "\e74a";
- }
- .iconyanzhengma:before {
- content: "\e684";
- }
- .iconjifen:before {
- content: "\e60f";
- }
- .iconwuliuxinxi:before {
- content: "\e62b";
- }
- .iconmessage:before {
- content: "\e78a";
- }
- .iconsetting:before {
- content: "\e78e";
- }
- .iconaddition:before {
- content: "\e6e0";
- }
- .iconclose:before {
- content: "\e6e9";
- }
- .iconenter:after {
- content: "\e6f8";
- }
- .iconprompt:before {
- content: "\e71b";
- }
- .iconreturn:before {
- content: "\e720";
- }
- .iconsearch:before {
- content: "\e741";
- }
- .iconpengyouquan:before {
- content: "\e62c";
- }
- .iconweixin:before {
- content: "\e60e";
- }
- .iconzhifubao:before {
- content: "\e673";
- }
- .iconyue:before {
- content: "\e618";
- }
- .iconweixin1:before {
- content: "\e622";
- }
- .iconlock1:before {
- content: "\e64d";
- }
- .iconuser:before {
- content: "\e64e";
- }
- .iconchenggongtixianshouyi:before {
- content: "\e64f";
- }
- .iconviptuiguangdingdan:before {
- content: "\e650";
- }
- .icondaifukuan:before {
- content: "\e652";
- }
- .icondaijiesuanshouyi:before {
- content: "\e653";
- }
- .icondaidakuanshouyi:before {
- content: "\e654";
- }
- .icondaifahuo:before {
- content: "\e655";
- }
- .icondaishouhuoshouyi:before {
- content: "\e658";
- }
- .icondaishouhuo:before {
- content: "\e659";
- }
- .iconwuxiaoshouyi:before {
- content: "\e65a";
- }
- .icontixianmingxi:before {
- content: "\e65b";
- }
- .iconshouyi:before {
- content: "\e65c";
- }
- .iconkouchutixianshouxufei:before {
- content: "\e65d";
- }
- .iconyishenqingshouyi:before {
- content: "\e65e";
- }
- .icontuihuanhuo:before {
- content: "\e65f";
- }
- /*水平线*/
- .hr {
- width: 100%;
- position: relative;
- border-bottom: 1px solid #dddddd;
- /* height: 0.5rpx; */
- }
- /* 一行显示 */
- .clamp {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: block;
- }
- /* 二行显示 */
- .clamp2 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- /* 二行显示 */
- .ellipsis {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .common-hover {
- background: #f5f5f5;
- }
- /* 角标 */
- .corner {
- background-color: #e51c23;
- position: absolute;
- right: -18rpx;
- top: -18rpx;
- color: #FFFFFF;
- text-align: center;
- border-radius: 999px;
- font-size: 24rpx !important;
- min-width: 35rpx;
- min-height: 35rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- line-height: 1;
- }
- .flex_item {
- display: flex;
- align-items: center;
- /* justify-content: space-between; */
- }
- /* 左右顶格加上下居中 */
- .flex-between-center {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- /* flex布局-整体居中 */
- .flex-center {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .flex-start {
- display: flex;
- align-items: center;
- justify-content: flex-start;
- }
- /*文字对齐*/
- .text-left {
- text-align: left !important;
- }
- .text-center {
- text-align: center !important;
- }
- .text-justify {
- text-align: justify !important;
- }
- .text-right {
- text-align: right !important;
- }
- .text-default {
- color: #212121 !important;
- }
- .text-white {
- color: #ffffff !important;
- }
- .text-primary {
- color: #00bcd4 !important;
- }
- .text-success {
- color: #009688 !important;
- }
- .text-info {
- color: #03a9f4 !important;
- }
- .text-warning {
- color: #ffc107 !important;
- }
- .text-danger {
- color: #e51c23 !important;
- }
- .text-pink {
- color: #e91e63 !important;
- }
- .text-purple {
- color: #673ab7 !important;
- }
- .text-indigo {
- color: #3f51b5 !important;
- }
- .text-gray {
- color: #999999 !important;
- }
- .bg-default {
- background-color: #f5f5f5 !important;
- }
- .bg-primary {
- background-color: #00bcd4 !important;
- }
- .bg-success {
- background-color: #009688 !important;
- }
- .bg-info {
- background-color: #03a9f4 !important;
- }
- .bg-warning {
- background-color: #FFB238 !important;
- }
- .bg-danger {
- background-color: #DC4D46 !important;
- }
- .bg-pink {
- background-color: #e91e63 !important;
- }
- .bg-purple {
- background-color: #673ab7 !important;
- }
- .bg-indigo {
- background-color: #3f51b5 !important;
- }
- .bg-white {
- background-color: white !important;
- }
- .bg-gray {
- background-color: #e3e3e3 !important;
- }
- /* 边框 */
- .border-radius-15 {
- border-radius: 15rpx;
- }
- .border-radius-10 {
- border-radius: 10rpx;
- }
- .border-radius-all {
- border-radius: 1000rpx;
- }
- /* 底部边线 */
- .borde-b {
- border-bottom: 1px solid #dddddd;
- }
- /* 弹性盒子 */
- .flex {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .items-left {
- justify-content: flex-start;
- }
- .items-right {
- justify-content: flex-end;
- }
- .flex-shrink-false {
- flex-shrink: 0;
- }
- .flex-grow-true {
- flex-grow: 1;
- }
- .position-relative {
- position: relative;
- =======
- /*初始化类*/
- @font-face {
- font-family: 'iconfont';
- /* project id 1482221 */
- src: url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.eot');
- src: url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.eot?#iefix') format('embedded-opentype'),
- url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.woff2') format('woff2'),
- url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.woff') format('woff'),
- url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.ttf') format('truetype'),
- url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.svg#iconfont') format('svg');
- }
- .acea-row {
- display: -webkit-box;
- display: -moz-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-lines: multiple;
- -moz-box-lines: multiple;
- -o-box-lines: multiple;
- -webkit-flex-wrap: wrap;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap
- }
- .acea-row.row-middle {
- -webkit-box-align: center;
- -moz-box-align: center;
- -o-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center
- }
- .bg-color-red {
- background-color: #e93323 !important;
- }
- .acea-row.row-right {
- -webkit-box-pack: end;
- -moz-box-pack: end;
- -o-box-pack: end;
- -ms-flex-pack: end;
- -webkit-justify-content: flex-end;
- justify-content: flex-end
- }
- .acea-row.row-between-wrapper {
- -webkit-box-align: center;
- -moz-box-align: center;
- -o-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -moz-box-pack: justify;
- -o-box-pack: justify;
- -ms-flex-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between
- }
- .acea-row.row-column-around {
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- justify-content: space-around;
- -webkit-justify-content: space-around
- }
- .acea-row.row-center-wrapper {
- -webkit-box-align: center;
- -moz-box-align: center;
- -o-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -moz-box-pack: center;
- -o-box-pack: center;
- -ms-flex-pack: center;
- -webkit-justify-content: center;
- justify-content: center
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 34rpx;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -webkit-text-stroke-width: 0rpx;
- -moz-osx-font-smoothing: grayscale;
- }
- .iconedit:before {
- content: "\e649";
- }
- .iconfavorfill:before {
- content: "\e64b";
- }
- .iconfavor:before {
- content: "\e64c";
- }
- .iconlocation:before {
- content: "\e651";
- }
- .iconroundcheckfill:before {
- content: "\e656";
- }
- .iconroundcheck:before {
- content: "\e657";
- }
- .iconunfold:before {
- content: "\e661";
- }
- .iconlikefill:before {
- content: "\e668";
- }
- .iconlike:before {
- content: "\e669";
- }
- .iconshop:before {
- content: "\e676";
- }
- .iconcart:before {
- content: "\e6af";
- }
- .icondelete:before {
- content: "\e6b4";
- }
- .iconhome:before {
- content: "\e6b8";
- }
- .iconcartfill:before {
- content: "\e6b9";
- }
- .iconhomefill:before {
- content: "\e6bb";
- }
- .iconlock:before {
- content: "\e6c0";
- }
- .iconfriendadd:before {
- content: "\e6ca";
- }
- .iconfold:before {
- content: "\e6de";
- }
- .iconapps:before {
- content: "\e729";
- }
- .iconadd:before {
- content: "\e767";
- }
- .iconaddred:before {
- content: "\e767";
- color: #F35B64;
- }
- .iconmove:before {
- content: "\e768";
- }
- .icontriangledownfill:before {
- content: "\e79b";
- }
- .icontriangleupfill:before {
- content: "\e79c";
- }
- .iconshaixuan:before {
- content: "\e74a";
- }
- .iconyanzhengma:before {
- content: "\e684";
- }
- .iconjifen:before {
- content: "\e60f";
- }
- .iconwuliuxinxi:before {
- content: "\e62b";
- }
- .iconmessage:before {
- content: "\e78a";
- }
- .iconsetting:before {
- content: "\e78e";
- }
- .iconaddition:before {
- content: "\e6e0";
- }
- .iconclose:before {
- content: "\e6e9";
- }
- .iconenter:after {
- content: "\e6f8";
- }
- .iconprompt:before {
- content: "\e71b";
- }
- .iconreturn:before {
- content: "\e720";
- }
- .iconsearch:before {
- content: "\e741";
- }
- .iconpengyouquan:before {
- content: "\e62c";
- }
- .iconweixin:before {
- content: "\e60e";
- }
- .iconzhifubao:before {
- content: "\e673";
- }
- .iconyue:before {
- content: "\e618";
- }
- .iconweixin1:before {
- content: "\e622";
- }
- .iconlock1:before {
- content: "\e64d";
- }
- .iconuser:before {
- content: "\e64e";
- }
- .iconchenggongtixianshouyi:before {
- content: "\e64f";
- }
- .iconviptuiguangdingdan:before {
- content: "\e650";
- }
- .icondaifukuan:before {
- content: "\e652";
- }
- .icondaijiesuanshouyi:before {
- content: "\e653";
- }
- .icondaidakuanshouyi:before {
- content: "\e654";
- }
- .icondaifahuo:before {
- content: "\e655";
- }
- .icondaishouhuoshouyi:before {
- content: "\e658";
- }
- .icondaishouhuo:before {
- content: "\e659";
- }
- .iconwuxiaoshouyi:before {
- content: "\e65a";
- }
- .icontixianmingxi:before {
- content: "\e65b";
- }
- .iconshouyi:before {
- content: "\e65c";
- }
- .iconkouchutixianshouxufei:before {
- content: "\e65d";
- }
- .iconyishenqingshouyi:before {
- content: "\e65e";
- }
- .icontuihuanhuo:before {
- content: "\e65f";
- }
- /*水平线*/
- .hr {
- width: 100%;
- position: relative;
- border-bottom: 1px solid #dddddd;
- /* height: 0.5rpx; */
- }
- /* 一行显示 */
- .clamp {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: block;
- }
- /* 二行显示 */
- .clamp2 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- /* 二行显示 */
- .ellipsis {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .common-hover {
- background: #f5f5f5;
- }
- /* 角标 */
- .corner {
- background-color: #e51c23;
- position: absolute;
- right: -18rpx;
- top: -18rpx;
- color: #FFFFFF;
- text-align: center;
- border-radius: 999px;
- font-size: 24rpx !important;
- min-width: 35rpx;
- min-height: 35rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- line-height: 1;
- }
- .flex_item {
- display: flex;
- align-items: center;
- /* justify-content: space-between; */
- }
- /* 左右顶格加上下居中 */
- .flex-between-center {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- /* flex布局-整体居中 */
- .flex-center {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .flex-start {
- display: flex;
- align-items: center;
- justify-content: flex-start;
- }
- /*文字对齐*/
- .text-left {
- text-align: left !important;
- }
- .text-center {
- text-align: center !important;
- }
- .text-justify {
- text-align: justify !important;
- }
- .text-right {
- text-align: right !important;
- }
- .text-default {
- color: #212121 !important;
- }
- .text-white {
- color: #ffffff !important;
- }
- .text-primary {
- color: #00bcd4 !important;
- }
- .text-success {
- color: #009688 !important;
- }
- .text-info {
- color: #03a9f4 !important;
- }
- .text-warning {
- color: #ffc107 !important;
- }
- .text-danger {
- color: #e51c23 !important;
- }
- .text-pink {
- color: #e91e63 !important;
- }
- .text-purple {
- color: #673ab7 !important;
- }
- .text-indigo {
- color: #3f51b5 !important;
- }
- .text-gray {
- color: #999999 !important;
- }
- .bg-default {
- background-color: #f5f5f5 !important;
- }
- .bg-primary {
- background-color: #00bcd4 !important;
- }
- .bg-success {
- background-color: #009688 !important;
- }
- .bg-info {
- background-color: #03a9f4 !important;
- }
- .bg-warning {
- background-color: #FFB238 !important;
- }
- .bg-danger {
- background-color: #DC4D46 !important;
- }
- .bg-pink {
- background-color: #e91e63 !important;
- }
- .bg-purple {
- background-color: #673ab7 !important;
- }
- .bg-indigo {
- background-color: #3f51b5 !important;
- }
- .bg-white {
- background-color: white !important;
- }
- .bg-gray {
- background-color: #e3e3e3 !important;
- }
- /* 边框 */
- .border-radius-15 {
- border-radius: 15rpx;
- }
- .border-radius-10 {
- border-radius: 10rpx;
- }
- .border-radius-all {
- border-radius: 1000rpx;
- }
- /* 底部边线 */
- .borde-b {
- border-bottom: 1px solid #dddddd;
- }
- /* 弹性盒子 */
- .flex {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .items-left {
- justify-content: flex-start;
- }
- .items-right {
- justify-content: flex-end;
- }
- .flex-shrink-false {
- flex-shrink: 0;
- }
- .flex-grow-true {
- flex-grow: 1;
- }
- .position-relative {
- position: relative;
- >>>>>>> 11810c650fcbb786f7c6eb685212a6cf2f3e6856
- }
|