| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- /* 个人中心-我的余额 */
- /* 我的余额 */
- .user-center .balance .uc-serach {
- padding: 5px 0;
- color: #777;
- }
- .user-center .balance .uc-serach .left .current-balance {
- margin-left: 10px;
- margin-right: 10px;
- /* width: 130px; */
- color: #000;
- }
- .user-center .balance .uc-serach .left .current-balance .number,
- .user-center .balance .uc-serach .left .expired-balance .number {
- color: #e1251b;
- font-family: verdana;
- font-size: 18px;
- }
- .user-center .balance .uc-serach .left .expired-balance .number,
- .user-center .balance .uc-serach .left .expired-balance .balance-des {
- color: #999;
- }
- .user-center .balance .uc-serach .right .search {
- border-radius: 2px;
- cursor: pointer;
- }
- .user-center .balance .balance-detail .box {
- width: 100%;
- text-align: center;
- }
- .user-center .balance .balance-detail .box th {
- background: #f9f9f9;
- padding: 10px 0;
- padding-left: 10px;
- text-align: left;
- }
- .user-center .balance .balance-detail .box td {
- padding: 13px 0;
- padding-left: 10px;
- color: #999;
- border-bottom: 1px solid #eee;
- }
- .user-center .balance .balance-detail .box td .balance-change {
- font-family: arial;
- font-size: 14px;
- }
- .user-center .balance .balance-detail .box td .add {
- color: #e1251b;
- }
- .user-center .balance .balance-detail .box td .time {
- font-family: arial;
- color: #999;
- }
- /* 我的余额 end */
- /* 余额充值 */
- .topup .step-box .left .text {
- line-height: 40px;
- }
- .text .order-number {
- margin-left: 10px;
- }
- .text .order-number .order-number-con {
- display: inline-block;
- vertical-align: top;
- }
- .text .order-number .order-number-con .order-number-item {
- display: block;
- }
- .topup .topup-con .pay-box {
- background: #f9f9f9;
- padding: 20px;
- }
- .topup .topup-con .pay-box .pay-info {
- /* padding-left: 52px; */
- position: relative;
- }
- .topup .topup-con .pay-box .pay-info .item {
- display: flex;
- justify-content:space-between;
- }
- .topup .topup-con .pay-box .pay-info .item .tit {
- font-size: 14px;
- height: 20px;
- line-height: 20px;
- flex: 1;
- font-weight: 600;
- }
- .itemTip {
- color: #999;
- margin-top: 1%;
- }
- .topup .topup-con .section-topup {
- margin-top: 30px;
- }
- .topup .topup-con .section-topup .tit {
- margin-bottom: 20px;
- font-size: 14px;
- padding: 0 20px;
- width: 10%;
- text-align: right;
- font-weight: 600;
- }
- .topup .topup-con .section-topup .con {
- display: flex;
- }
- .topup .topup-con .section-topup .con .unit {
- font-size: 20px;
- margin-left: 2%;
- font-weight: 400;
- }
- .topup .topup-con .section-topup .con .item {
- /* width: 174px; */
- height: 60px;
- line-height: 60px;
- /* margin-left: 20px; */
- margin-bottom: 20px;
- border: 1px solid #e0e0e0;
- text-align: center;
- cursor: pointer;
- overflow: hidden;
- -moz-transition: all 0.2s;
- -webkit-transition: all 0.2s;
- -o-transition: all 0.2s;
- transition: all 0.2s;display: flex;
- align-items: center;
- justify-content: center;
- font-size: 16px;
- }
- .topup .topup-con .section-topup .con .item:hover {
- border-color: #e1251b;
- }
- .topup .topup-con .section-topup .con .item.active{
- border-color: #e1251b;
- }
- .topup .topup-con .section-topup .btn {
- margin-top: 10px;
- margin-left: 16.5%;
- display: block;
- font-size: 15px;
- font-weight: 500;
- width: 130px;
- height: 30px;
- line-height: 30px;
- background: #e1251b;
- text-align: center;
- color: #fff;
- border-radius: 5px;
- }
- .topup .topup-con .section-topup .btn:hover {
- opacity: 0.9;
- }
- .topup .topup-con .section-topup .btn.no-pay {
- cursor: not-allowed;
- background: #ccc;
- }
- .items .text {
- border: 1px solid #eee;
- width: 220px;
- padding: 0 10px;
- height: 30px;
- font-size: 12px;
- box-sizing: border-box;
- }
-
- .section-topup .items {
- display: flex;
- margin-top: 10px;
- }
-
- .section-topup .items .tit {
- margin: 0 15px;
- color: #000;
- display: block;
- line-height: 30px;
- }
-
- .section-topup .items .con {
- flex: 1;
- display: flex;
- flex-wrap: wrap;
- }
-
- .section-topup .items .con .number{
- color: #e1251b;
- font-family: verdana;
- font-size: 20px;
- font-weight: 600;
- }
-
- .section-topup .items .con .item {
- display: inline-block;
- border: 1px solid #ddd;
- position: relative;
- margin-right: 10px;
- margin-bottom: 10px;
- vertical-align: middle;
- -moz-transition: all 0.2s;
- -webkit-transition: all 0.2s;
- -o-transition: all 0.2s;
- transition: all 0.2s;
- cursor: pointer;
- }
-
- .section-topup .items .con .item.not-optional {
- border: 1px dashed #bbb;
- color: #bbb;
- }
-
- .section-topup .items .con .item.active,
- .section-topup .items .con .item:hover {
- border: 1px solid #e1251b;
- color: #e1251b;
- }
-
- .section-topup .items.sku-img .tit {
- line-height: 52px;
- }
-
- .section-topup .items.sku-img .con .item {
- width: 50px;
- height: 50px;
- font-size: 0;
- line-height: 50px;
- }
-
- .section-topup .items.sku-img .con .item img {
- width: 100%;
- height: 100%;
- vertical-align: middle;
- }
-
- .section-topup .items.sku-text .con .item {
- padding: 0 16px;
- line-height: 28px;
- height: 28px;
- }
-
- .section-topup .items .con .goods-number {
- height: 30px;
- }
-
- .section-topup .items .con .goods-number .reduce,
- .section-topup .items .con .goods-number .increase {
- display: inline-block;
- vertical-align: top;
- width: 30px;
- height: 30px;
- background: #e9e9e9;
- font-size: 22px;
- text-align: center;
- line-height: 26px;
- color: #999;
- cursor: pointer;
- }
-
- .section-topup .items .con .goods-number .limit {
- cursor: not-allowed;
- color: #ccc;
- }
-
- .section-topup .items .con .goods-number .number {
- border: 0;
- width: 60px;
- height: 30px;
- text-align: center;
- font-family: arial;
- vertical-align: top;
- }
- .items .con .itemPay {
- width: 174px;
- height: 60px;
- line-height: 60px;
- margin-right: 20px;
- margin-bottom: 20px;
- border: 1px solid #e0e0e0;
- text-align: center;
- cursor: pointer;
- overflow: hidden;
- transition: all 0.2s;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 16px;
- }
- .items .con .itemPay img {
- display: block;
- width: 28px;
- height: 28px;
- margin-right: 10px;
- }
- .items .con .itemPay .paypal-logo {
- width: 30px;
- height: 34px;
- }
- .items .con .itemPay .paypal-text {
- width: 80px;
- height: 26px;
- }
- .items .con .active {
- border-color: #e1251b;
- }
- /* 余额充值 end */
- /* 个人中心-我的余额 end */
|