123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122 |
- html,
- body {
- font-size: 0.28rem;
- font-weight: 500;
- height: 100%;
- background: #ffffff;
- font-family: Microsoft YaHei, Arial;
- -webkit-overflow-scrolling: touch;
- }
- input,
- button,
- select,
- textarea {
- outline: none;
- }
- @font-face{
- font-family: 'Medium';
- /*src: url('../font/字体名称.eot');*/
- src: url('./DINOT-Medium.ttf') format('truetype');
- }
- .topbar {
- position: fixed;
- top: 0;
- z-index: 99;
- background: #ffffff;
- width: 100%;
- }
- .weui-loading {
- background-image: url(../image/loading.svg);
- }
- textarea {
- resize: none;
- }
- .weui_tab_bd_item {
- display: none;
- }
- .weui_tab_bd_item.weui_tab_bd_item_active {
- display: block;
- }
- .hover {
- opacity: .8;
- }
- .flex-wrap {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- }
- .flex-con {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- }
- .flex-vertical {
- -webkit-box-orient: vertical;
- -webkit-flex-flow: column;
- flex-flow: column;
- }
- .border-t,
- .border-b {
- position: relative;
- }
- .border-t:before,
- .border-b:after {
- content: '';
- position: absolute;
- left: 0;
- top: 0;
- background: #ddd;
- right: 0;
- height: 1px;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- -webkit-transform-origin: 0 0;
- transform-origin: 0 0;
- }
- .border-b:after {
- top: auto;
- bottom: 0;
- }
- #wrap {
- height: 100%;
- }
- body {
- box-sizing: border-box;
- }
- input {
- border: none;
- outline: none;
- font: inherit;
- }
- div,
- ul,
- li,
- span,
- input {
- margin: 0px;
- padding: 0px;
- color: #606266;
- list-style: none;
- }
- .msg-total {
- background-color: #f56c6c;
- border-radius: 1em;
- color: #fff;
- display: inline-block;
- font-size: 0.2rem;
- height: 0.18rem;
- line-height: 0.18rem;
- padding: 0.05rem 0.1rem;
- text-align: center;
- white-space: nowrap;
- }
- .font-rem11 {
- font-size: 0.28rem;
- }
- .h2 {
- width: 100%;
- clear: both;
- height: 0.15rem;
- }
- .h5 {
- width: 100%;
- clear: both;
- height: 0.4rem;
- }
- .new-list {
- padding-top: 1rem;
- }
- .h10 {
- width: 100%;
- clear: both;
- height: 0.3rem;
- }
- .back-h10 {
- width: 100%;
- clear: both;
- height: 1.2rem;
- background: #f2f2f2;
- }
- .border:after {
- content: ' ';
- position: absolute;
- pointer-events: none;
- box-sizing: border-box;
- top: -50%;
- left: -50%;
- right: -50%;
- bottom: -50%;
- -webkit-transform: scale(0.5);
- transform: scale(0.5);
- border-bottom: 1px solid #d9251c;
- }
- .h20 {
- width: 100%;
- clear: both;
- height: 0.17rem;
- }
- .back-h50 {
- width: 100%;
- clear: both;
- height: 0.2rem;
- background: #f2f2f2;
- }
- .h50 {
- width: 100%;
- clear: both;
- height: 0.2rem;
- }
- .h70 {
- width: 100%;
- clear: both;
- height: 2rem;
- }
- .white-back {
- background: #ffffff !important;
- }
- .right-tag {
- float: right;
- font-weight: 600;
- }
- .bot-input {
- color: #999999;
- border-bottom: 1px solid #e8e8e8;
- width: 100%;
- padding: 0.25rem 0 0.25rem 0.3rem;
- border-radius: 0px;
- font-size: 0.35rem;
- }
- .border-t {
- background-color: #fff;
- height: 1rem;
- /*margin-top: 0.3rem;*/
- }
- #footer ul li {
- color: #909399;
- padding-top: 0.55rem;
- padding-bottom: 0px;
- background: url() no-repeat center 2px;
- background-size: auto 0.5rem;
- text-align: center;
- }
- .m-bottom {
- width: 100%;
- height: 1rem;
- line-height: 1rem;
- background: #D9251C;
- color: #ffffff;
- border-radius: 0.05rem;
- text-align: center;
- font-size: 0.33rem;
- }
- .back-header {
- width: 100%;
- /*height: 1rem;*/
- position: fixed;
- left: 0px;
- right: 0px;
- padding-left: 0.32rem;
- padding-right: 0.32rem;
- box-sizing: border-box;
- z-index: 2;
- background: #ffffff;
- }
- .back-header li div {
- margin: 0.125rem 0;
- }
- #keyword {
- font-size: 0.3rem;
- }
- .back-header-bottom {
- border-bottom: 1px solid #e8e8e8;
- }
- .back-header-ico {
- width: 0.25rem;
- padding-bottom: 0.3em;
- vertical-align: middle;
- }
- .back-header-title {
- text-align: center;
- font-size: 0.28rem;
- color: #666666;
- }
- .back-header li.back-btn {
- width: 0.42rem;
- }
- .back-header li.more-btn {
- text-align: right;
- font-size: 0.28rem;
- color: #666666;
- width: 0.6rem;
- float: right;
- }
- .back-header li {
- width: 5.66rem;
- float: left;
- height: 0.85rem;
- line-height: 0.85rem;
- font-size: 0.35rem;
- }
- .back-header li.padding-20 {
- width: 0.6rem;
- }
- .padding-08 {
- padding-left: 0.32rem;
- padding-right: 0.32rem;
- box-sizing: border-box;
- }
- section {
- padding-left: 0.32rem;
- padding-right: 0.32rem;
- box-sizing: border-box;
- }
- .mask {
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- background: rgba(0, 0, 0, 0.5);
- z-index: 999;
- }
- .mask-hidden {
- display: none;
- }
- .bottom-none {
- border-bottom: none;
- }
- .data-null {
- width: 100%;
- margin-top: 0.2rem;
- text-align: center;
- color: #DDDDDD;
- clear: both;
- }
- .no_overflow {
- height: 100%;
- overflow: hidden;
- }
- .back-top {
- position: fixed;
- width: 40px;
- height: 40px;
- right: 10px;
- bottom: 20px;
- border: 1px solid #e8e8e8;
- border-radius: 50%;
- z-index: 999;
- background-image: url('../image/back_top.png');
- background-size: 100% 100%;
-
- }
- /*******login**********/
- .login-logo {
- margin-top: 1rem;
- width: 100%;
- text-align: center;
- }
- .login-logo img {
- width: 1.8rem;
- }
- .find-pad {
- float: left;
- font-size: 0.28rem;
- }
- .code-login {
- float: right;
- font-size: 0.28rem;
- }
- .pad-login {
- margin: auto;
- width: 100%;
- text-align: center;
- }
- .get-code {
- position: absolute;
- right: 0px;
- top: 1.3rem;
- height: 0.5rem;
- line-height: 0.5rem;
- width: 2rem;
- text-align: center;
- border-left: 1px solid #e8e8e8;
- }
- .more-landing {
- text-align: center;
- margin: auto;
- width: 100%;
- position: fixed;
- bottom: 0.2rem;
- }
- .more-landing li {
- float: left;
- width: 15%;
- }
- .more-landing img {
- width: 0.75rem;
- }
- .color-red {
- color: #A13532;
- }
- .msg-totalx {
- background-color: #f56c6c;
- border-radius: 0.2rem;
- color: #fff;
- display: inline-block;
- font-size: 0.12rem;
- height: 0.18rem;
- line-height: 0.18rem;
- padding: 0 0.6em;
- text-align: center;
- white-space: nowrap;
- border: 1px solid #fff;
- }
- /********home**********/
- .home-top {
- height: 0.6rem;
- padding: 0.15rem 0;
- }
- .home-top div {
- /*float: left;*/
- }
- .home-top-left {
- /*height: 30px;*/
- width: 4.5rem;
- font-size: 0.28rem;
- /*margin-top: 8px;*/
- }
- .home-top-local {
- width: 0.37rem;
- vertical-align: middle;
- padding-bottom: 0.4em;
- }
- .local-name {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- width: 3.67rem;
- height: 0.3rem;
- line-height: 0.33rem;
- }
- .home-top-right {
- /*width: 40%;
- position: relative;*/
- }
- .home-top-right span {
- text-align: center;
- float: right;
- }
- .home-top-right p {
- font-size: 0.2rem;
- line-height: 0.2rem;
- color: #999;
- }
- .home-search {
- width: 100%;
- text-align: center;
- background: #f5f5f5;
- /*border: 1px solid #e8e8e8;*/
- /*height: 0.57rem;*/
- line-height: 0.57rem;
- border-radius: 0.5rem;
- font-size: 0.28rem;
- color: #999999;
- }
- .home-search img {
- width: 0.32rem;
- margin-bottom: 0.07rem;
- vertical-align: middle;
- }
- .home-ads {
- width: 100%;
- height: 3.3rem;
- background: #e8e8e8;
- }
- .home-nearby {
- position: relative;
- font-size: 0.3rem;
- }
- .home-hotel-list {
- vertical-align: middle;
- margin-bottom: 0.1rem;
- overflow: hidden;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- }
- .home-hotel-left {
- float: left;
- width: 2.15rem;
- height: 1.5rem;
- border-radius: 0.2em;
- margin-top: 0.2em;
- }
- .home-hotel-left img {
- width: 100%;
- height: 100%;
- border-radius: 0.2em;
- }
- .home-hotel-right {
- padding-left: 0.3rem;
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- min-width: 0;
- }
- .home-hotel-title {
- width: 100%;
- text-align: left;
- overflow: hidden;
- color: #333;
- }
- .home-hotel-dtl {
- width: 100%;
- font-size: 0.24rem;
- }
- .home-hotel-dtl li {
- float: left;
- padding: 0.1rem 0;
- }
- .home-hotel-dtl img {
- width: 0.27rem;
- vertical-align: middle;
- margin-bottom: 0.1rem;
- }
- .home-hotel-dsc {
- width: 100%;
- overflow: hidden;
- font-size: 0.24rem;
- line-height: 0.34rem;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- word-break: break-all;
- }
- .error-k {
- border: 1px solid #f40 !important;
- border-radius: 0.1rem;
- }
- /*************发现***************/
- .find-list-time {
- color: #999999;
- font-size: 0.24rem;
- }
- .find-dtl-title {
- width: 100%;
- padding-top: 0.5rem;
- padding-bottom: 0.5rem;
- font-weight: 600;
- font-size: 0.33rem;
- }
- .find-dtl-content {
- width: 100%;
- /*font-size: 1rem;*/
- overflow: hidden;
- padding-bottom: 1rem;
- }
- .find-dtl-content img {
- width: 100% !important;
- height: 100% !important;
- }
- .find-list-dsc {
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- word-break: break-all;
- /*width: 3.7rem;*/
- margin-bottom: 0.23rem;
- height: 0.77rem;
- line-height: 0.37rem;
- color: #333;
- }
- .search-item {
- width: 100%;
- background: #f5f5f5;
- position: relative;
- text-align: left;
- padding-left: 0.32rem;
- padding-right: 0.32rem;
- box-sizing: border-box;
- /*height: 0.55rem;*/
- line-height: 0.55rem;
- border-radius: 0.5rem;
- margin: 0.15rem 0;
- }
- .search-item img {
- width: 0.33rem;
- vertical-align: middle;
- }
- .el-button {
- display: inline-block;
- line-height: 1;
- white-space: nowrap;
- cursor: pointer;
- background: #fff;
- /*border: 1px solid #dcdfe6;*/
- color: #606266;
- -webkit-appearance: none;
- text-align: center;
- box-sizing: border-box;
- outline: none;
- margin: 0;
- transition: .1s;
- font-weight: 500;
- -moz-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
- padding: 0.12rem 0.2rem;
- /*font-size: 0.14rem;*/
- border-radius: 0.05rem;
- }
- .el-button.is-round {
- padding: 0.12rem 0.2rem;
- }
- .el-button.is-round {
- border-radius: 0.2rem;
- padding: 0.12rem 0.23rem;
- }
- /*****************我的*****************/
- .my-head {
- width: 100%;
- height: 2.62rem;
- background: #d9251c;
- }
- .my-msg {
- width: 100%;
- text-align: right;
- }
- .my-msg img {
- width: 0.37rem;
- }
- .padding-top {
- padding-top: 1rem;
- }
- .my-header {
- width: 100%;
- height: 1.3rem;
- vertical-align: middle;
- color: #ffffff;
- }
- .my-header li {
- float: left;
- }
- .my-header-img {
- width: 1.3rem;
- height: 1.3rem;
- border-radius: 50%;
- }
- .my-head-name {
- color: #ffffff;
- padding-top: 0.2rem;
- box-sizing: border-box;
- font-size: 0.33rem;
- }
- .my-head-name p {
- font-size: 0.15rem;
- }
- .my-head-sign {
- border-radius: 0.5rem;
- padding: 0.1rem 0.15rem;
- border: 1px solid #ffffff;
- color: #ffffff;
- margin-top: 0.37rem;
- box-sizing: border-box;
- background: rgba(212, 189, 189, 0.37);
- }
- .my-order {
- width: 100%;
- height: 1rem;
- line-height: 1rem;
- border-bottom: 1px solid #e8e8e8;
- font-size: 0.28rem;
- }
- .my-order span {
- color: #737272;
- }
- .my-order-btn {
- width: 100%;
- margin: 1em 0;
- height: 0.9rem;
- }
- .my-order-btn li {
- width: 20%;
- float: left;
- text-align: center;
- font-size: 0.22rem;
- }
- .my-order-btn img {
- width: 0.5rem;
- }
- .my-appy-in {
- width: 100%;
- }
- .my-appy-in li {
- float: left;
- width: 50%;
- padding-top: 10px;
- padding-bottom: 5px;
- }
- .my-appy-in img {
- width: 3.02rem;
- height: 1.72rem;
- border-radius: 0.2em;
- }
- .my-btn-list img {
- width: 0.33rem;
- height: 0.33rem;
- vertical-align: middle;
- margin-bottom: 0.05rem;
- }
- .jq-star {
- width: 0.23rem !important;
- height: 0.23rem !important;
- }
- /***************订单*******************/
- .order-list-title {
- padding: 0.15rem 0;
- border-bottom: 1px solid #f5f5f5;
- }
- .order-list-title img {
- width: 0.31rem;
- height: 0.31rem;
- vertical-align: middle;
- border-radius: 50%;
- margin-bottom: 0.1em;
- }
- .order-list-goods {
- padding-top: 0.2rem;
- }
- .order-list-goods li {
- float: left;
- overflow: hidden;
- }
- .order-list-right {
- padding-left: 0.3rem;
- width: 3.7rem;
- }
- .order-list-goods img {
- width: 1.73rem;
- height: 1.73rem;
- /*margin-right: 0.1rem;*/
- border-radius: 0.2em;
- }
- .order-list-status {
- float: right;
- color: #D9251C;
- }
- .order-list-action {
- float: right;
- border: 1px solid #9a8b8b;
- padding: 0.02rem 0.08rem;
- border-radius: 0.2em;
- }
- .font-size-18 {
- font-size: 18px;
- }
- .iconfont {
- font-size: 0.28rem;
- }
- /******************商品***********************/
- .goods-list {
- width: 100%;
- }
- .goods-list-item {
- width: 50%;
- float: left;
- padding: 0.05rem;
- box-sizing: border-box;
- }
- .goods-image {
- width: 3.3rem;
- height: 3.3rem;
- object-fit: cover;
- }
- .goods-title {
- height: 0.32rem;
- line-height: 0.32rem;
- overflow: hidden;
- }
- .goods-price {
- color: #d9251c;
- font-size: 0.29rem;
- }
- .sort-img {
- width: 18px;
- vertical-align: middle;
- }
- .add-num {
- float: right;
- /*width: 120px;*/
- border: 0.02rem solid #e8e8e8;
- border-radius: 0.2em;
- }
- .add-num li {
- float: left;
- width: 0.7rem;
- text-align: center;
- border-right: 1px solid #e8e8e8;
- box-sizing: border-box;
- height: 0.6rem;
- line-height: 0.6rem;
- font-size: 0.28rem;
- }
- .add-num input {
- text-align: center;
- width: 100%;
- color: #666666;
- }
- .line-through {
- text-decoration: line-through;
- color: #cccccc;
- font-size: 0.2rem;
- }
- .hotel-top-back {
- opacity: 0.35;
- width: 100%;
- height: auto;
- line-height: 0.6rem;
- border-radius: 50%;
- background: #000000;
- text-align: center;
- }
- .hotel-top-back img {
- width: 0.3rem;
- vertical-align: middle;
- }
- .hotel-top-search {
- width: 100%;
- opacity: 0.35;
- height: 0.6rem;
- line-height: 0.6rem;
- background: #000000;
- border-radius: 0.5rem;
- color: #ffffff;
- padding-left: 0.2rem;
- box-sizing: border-box;
- font-size: 0.28rem;
- }
- .weui-gallery {
- width: 100%;
- }
- .weui-gallery__img {
- top: 0;
- bottom: 0;
- }
- .weui-gallery__opr {
- bottom: 0;
- }
- .weui-gallery__img, .weui-gallery__opr {
- right: 0;
- left: 0;
- }
- .hotel-top-search img {
- width: 0.35rem;
- vertical-align: middle;
- margin-bottom: 0.05rem;
- }
- @keyframes bounceOut {
- 20% {
- -webkit-transform: scale3d(.9, .9, .9);
- transform: scale3d(.9, .9, .9);
- }
-
- 50%, 55% {
- opacity: 1;
- -webkit-transform: scale3d(1.1, 1.1, 1.1);
- transform: scale3d(1.1, 1.1, 1.1);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
- }
-
- .bounceOut {
- -webkit-animation-name: bounceOut;
- animation-name: bounceOut;
- }
- .wordwrap {
- position: absolute;
- right: 0;
- }
- .wordwrap .word{
- padding: 0 0.1rem;
- }
- /* 盒子模型 */
- .flex-box {
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- }
- /*盒子模型,竖向自适应,垂直排列 */
- .flex-box-v {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-flex-flow: column;
- flex-flow: column !important;
- }
- /* 水平等列排版(容器左右没缝隙,子元素左右两边自适应) */
- .flex-d-center {
- justify-content: space-between;
- -webkit-justify-content: space-between;
- }
- /* 水平等列排版(子元素两边有缝隙自己适应) */
- .flex-dv-center {
- justify-content: space-around;
- -webkit-justify-content: space-around;
- }
- /*通过一起使用 box-align 和 box-pack 属性,对 view 框的子元素进行居中,目前没有浏览器支持box-align 和 box-pack 属性,所以需要加上浏览器内核-webkit,-moz等的简写 */
- .flex-center-center {
- justify-content: center;
- -webkit-justify-content: center;
- -moz-justify-content: center;
- align-items: center;
- -webkit-align-items: center;
- -webkit-box-pack: center;
- -webkit-box-align: center;
- -moz-align-items: center;
- -moz-box-pack: center;
- -moz-box-align: center;
- }
- /*对view中的子元素进行居中,并且位于容器的中间位置(flex-box水平;flex-box-v垂直) */
- .flex-v-zhu,
- .flex-h-zhu {
- justify-content: center;
- -webkit-justify-content: center;
- -webkit-box-pack: center;
- }
- /*对view中的子元素进行居中,并且位于容器的中间位置(flex-box垂直;flex-box-v水平) */
- .flex-v-ce,
- .flex-h-ce {
- align-items: center;
- -webkit-align-items: center;
- -webkit-box-align: center;
- }
- /*让所有弹性盒模型对象的子元素都有相同的长度,且忽略它们内部的内容: */
- .flex-1 {
- -webkit-box-flex: 1;
- -moz-box-flex: 1;
- -webkit-flex: 1;
- -ms-flex: 1;
- flex: 1;
- }
- .flex-2 {
- -webkit-box-flex: 2;
- box-flex: 2;
- -moz-box-flex: 2;
- -webkit-flex: 2;
- -ms-flex: 2;
- flex: 2;
- }
- .flex-3 {
- -webkit-box-flex: 3;
- box-flex: 3;
- -moz-box-flex: 3;
- -webkit-flex: 3;
- -ms-flex: 3;
- flex: 3;
- }
- .flex-4 {
- -webkit-box-flex: 4;
- box-flex: 4;
- -moz-box-flex: 4;
- -webkit-flex: 4;
- -ms-flex: 4;
- flex: 4;
- }
- .flex-5 {
- -webkit-box-flex: 5;
- box-flex: 5;
- -moz-box-flex: 5;
- -webkit-flex: 5;
- -ms-flex: 5;
- flex: 5;
- }
- .flex-direction-row-reverse {
- flex-direction: row-reverse;
- -webkit-flex-direction: row-reverse;
- }
- /*超出部分用....表示的公用样式 */
- .font-flex-word {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- /* 内容超出部分自动换行 */
- .flex-d-wrap {
- flex-wrap: wrap;
- }
- /* 内容超出部分不换行 */
- .flex-no-wrap {
- flex-wrap: nowrap;
- }
- /* 从右边开始排列 */
- .flex-box-end {
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- justify-content: flex-end;
- }
|