123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389 |
- * {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- a:hover, a:visited, a:link, a:active {
- text-decoration: none;
- }
- body {
- background-color: #F5F5F5;
- min-height: 100vh;
- }
- .exchange {
- padding-bottom: 0.5rem;
- }
- .exchange_top {
- display: flex;
- align-items: center;
- padding: 0 0.2rem;
- background: #FFFFFF;
- height: 0.48rem;
- font-size: 0.16rem;
- color: #666666;
- letter-spacing: 0.007rem;
- }
- .exchange_footer {
- width: 100%;
- padding: 0 0.13rem;
- height: 0.5rem;
- background-color: #FFFFFF;
- box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
- position: fixed;
- bottom: 0;
- left: 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .exchange_footer .item {
- background: #FDB553;
- border-radius: 3px;
- width: 1.655rem;
- height: 0.37rem;
- font-size: 0.16rem;
- color: #FFFFFF;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .exchange_footer .item:active {
- opacity: 0.8;
- }
- .exchange_footer .f {
- background: #FDB553;
- }
- .exchange_footer .l {
- background: #FE7E4F;
- }
- .article {
- padding: 0.14rem 0.18rem 0 0.18rem;
- overflow: hidden;
- }
- .article_cell {
- width: 1.6rem;
- height: 2.14rem;
- background: #FFFFFF;
- padding: 0 0.05rem;
- -webkit-border-radius: 0.1rem;
- -moz-border-radius: 0.1rem;
- border-radius: 0.1rem;
- margin-bottom: 0.14rem;
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .article_cell:nth-child(1n) {
- float: left;
- }
- .article_cell:nth-child(2n) {
- float: right;
- }
- .article_img {
- width: 0.82rem;
- height: 0.82rem;
- }
- .article_img img {
- width: 100%;
- height: 100%;
- display: block;
- }
- .article_img span {
- font-size: 0.18rem;
- color: #FFFFFF;
- }
- .article_price {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .article_price img {
- width: 0.22rem;
- height: 0.22rem;
- }
- .article_price span {
- margin-left: 0.06rem;
- color: #333333;
- font-size: 0.16rem;
- }
- .article_name {
- font-size: 0.16rem;
- color: #253E9C;
- letter-spacing: 0.0034rem;
- }
- .article_exchange {
- height: 0.54rem;
- width: 100%;
- border-top: 1px solid #E8E8E8;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .article_exchange button {
- width: 0.94rem;
- height: 0.28rem;
- border: none;
- outline-style: none;
- font-weight: 600;
- font-size: 0.14rem;
- background: #F9E32E;
- -webkit-border-radius: 0.46rem;
- -moz-border-radius: 0.46rem;
- border-radius: 0.46rem;
- color: #333333;
- }
- .article_exchange button[disabled=disabled] {
- background: #CCCCCC;
- color: #FFFFFF;
- }
- .article_red {
- padding-top: 0.18rem;
- }
- .article_red .article_img {
- position: relative;
- }
- .article_red .article_img span {
- position: absolute;
- bottom: 0.11rem;
- left: 50%;
- -webkit-transform: translateX(-50%);
- -moz-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- -o-transform: translateX(-50%);
- transform: translateX(-50%);
- }
- .article_red .article_price {
- padding-top: 0.255rem;
- padding-bottom: 0.125rem;
- }
- .article_entity {
- padding-top: 0.085rem;
- }
- .article_entity .article_img {
- width: 0.775rem;
- height: 0.775rem;
- }
- .article_entity .article_name {
- margin-top: 0.055rem;
- }
- .article_entity .article_price {
- margin: 0.125rem 0px;
- }
- .dialog {
- width: 100%;
- height: 100vh;
- position: fixed;
- display: none;
- bottom: 0;
- left: 0;
- }
- .dialog_mask {
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.6);
- position: absolute;
- bottom: 0;
- left: 0;
- }
- .dialog_cnt {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- }
- .dialog_red {
- width: 3.16rem;
- display: flex;
- align-items: center;
- flex-direction: column;
- justify-content: center;
- background: #FFFFFF;
- border-radius: 0.1rem;
- padding-top: 0.17rem;
- padding-bottom: 0.23rem;
- }
- .dialog_red .title {
- font-size: 0.16rem;
- color: #547CFF;
- line-height: 0.22rem;
- font-weight: 600;
- }
- .dialog_red .info {
- padding-top: 0.15rem;
- padding-bottom: 0.22rem;
- font-size: 0.14rem;
- color: #666666;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .dialog_red .info span {
- color: #E22020;
- }
- .dialog_red .info img {
- width: 0.27rem;
- height: 0.27rem;
- margin-left: 0.1rem;
- }
- .dialog_red .save {
- background: #557CFF;
- border-radius: 100px;
- width: 0.98rem;
- height: 0.35rem;
- outline-style: none;
- border: none;
- font-size: 0.13rem;
- color: #FFFFFF;
- }
- .dialog_entity {
- width: 3.16rem;
- display: flex;
- align-items: center;
- flex-direction: column;
- justify-content: center;
- background: #FFFFFF;
- border-radius: 0.1rem;
- padding-top: 0.17rem;
- padding-bottom: 0.23rem;
- }
- .dialog_entity .title {
- font-size: 0.16rem;
- color: #547CFF;
- line-height: 0.22rem;
- font-weight: 600;
- }
- .dialog_entity .prompt {
- font-size: 0.14rem;
- color: #666666;
- padding-top: 0.22rem;
- padding-bottom: 0.135rem;
- }
- .dialog_entity .input {
- width: 2.7rem;
- height: 0.37rem;
- border: 1px solid #DEDEDE;
- border-radius: 4px;
- font-size: 0.14rem;
- padding-left: 0.115rem;
- color: #666666;
- margin-bottom: 0.2rem;
- }
- .dialog_entity .save {
- background: #557CFF;
- border-radius: 100px;
- width: 0.98rem;
- height: 0.35rem;
- outline-style: none;
- border: none;
- font-size: 0.13rem;
- color: #FFFFFF;
- }
- .pop_outer {
- background-color: rgba(0, 0, 0, 0.7);
- position: fixed;
- left: 0;
- top: 0;
- height: 100%;
- width: 100%;
- text-align: center;
- }
- .pop_inner {
- background-color: #FFFFFF;
- border-radius: 0.1rem;
- min-height: 1rem;
- width: 80%;
- overflow: hidden;
- position: fixed;
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- }
- .pop_title {
- color: #000000;
- font-size: 0.18rem;
- padding: 0.15rem 0.15rem 0;
- }
- .pop_content {
- color: #999999;
- font-size: 0.16rem;
- line-height: 0.22rem;
- padding: 0.15rem 0.2rem;
- }
- .pop_btn-group {
- border-top: 1px solid #DEDEDE;
- height: 0.5rem;
- line-height: 1rem;
- }
- .pop_btn {
- background-color: #FFFFFF;
- color: #00C200;
- float: left;
- font-size: 0.25rem;
- width: 50%;
- }
- .pop_btn:first-child {
- border-right: 1px solid #DEDEDE;
- }
- .pop_btn__block {
- width: 100%;
- }
- /*# sourceMappingURL=exchange.css.map */
|