| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348 |
- .payment-wrap {
- width: 1210px;
- margin: 20px auto;
- }
- .clear {
- clear: both;
- }
- .item-block {
- padding: 0 15px 1px;
- margin: 10px 0;
- border-radius: 0;
- border: none;
- background: #ffffff;
- .block-text {
- border-color: #eeeeee;
- color: $ns-text-color-black;
- padding: 7px 0;
- border-bottom: 1px;
- }
- .box {
- .liuyan-text {
- background-color: #f7f7f7;
- border: 2px solid #dadada;
- height: 56px;
- width: 80%;
- padding: 10px;
- box-sizing: border-box;
- border-radius: 4px;
- }
- }
- .jifen-price {
- font-weight: bold;
- color: red;
- }
- }
- .padd-bom-10 {
- padding-bottom: 10px;
- }
- .padd-bom-20 {
- padding-bottom: 20px;
- }
- //收货地址
- .address-desc {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .address-item {
- width: 23%;
- border: 3px solid #eee;
- box-sizing: border-box;
- margin: 1%;
- height: 150px;
- cursor: pointer;
- float: left;
- .add-address {
- padding: 10px;
- text-align: center;
- line-height: 120px;
- }
- .address-info {
- padding: 10px;
- height: 100%;
- box-sizing: border-box;
- position: relative;
- .options {
- position: absolute;
- right: 0;
- top: 10px;
- width: 50%;
- text-align: right;
- div {
- display: inline-block;
- margin-right: 10px;
- color: #999999;
- }
- }
- .address-name {
- color: $base-color;
- padding: 0px 0 6px;
- border-bottom: 1px solid #eee;
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- padding-right: 71px;
- box-sizing: border-box;
- line-height: 25px;
- }
- .address-mobile {
- padding: 10px 0 4px;
- }
- }
- }
- .address-item.active {
- background-color: #fffbf9;
- border-color: $base-color;
- }
- //支付方式
- .pay-type-list {
- padding: 20px 0;
- }
- .distribution {
- color: #ff547b;
- margin-left: 10px;
- }
- .pay-type-item {
- background-color: white;
- display: inline-block;
- border: 2px solid #eeeeee;
- padding: 5px 20px;
- margin-right: 20px;
- cursor: pointer;
- }
- .pay-type-item.active {
- border-color: $base-color;
- }
- .mobile-wrap {
- width: 300px;
- }
- //商品列表
- .goods-list {
- padding: 15px 0;
- .store-icon {
- margin-right: 5px;
- font-size: 16px;
- }
- .shop-icon {
- font-size: 18px;
- }
- table {
- width: 100%;
- }
- .goods-info-left {
- width: 60px;
- height: 60px;
- float: left;
- .goods-img {
- width: 60px;
- height: 60px;
- }
- }
- .goods-info-right {
- float: left;
- height: 60px;
- margin-left: 10px;
- color: $base-color;
- width: 80%;
- .goods-name {
- line-height: 20px;
- padding-top: 10px;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .goods-spec {
- color: #999;
- }
- }
- .goods-footer {
- background-color: #f3fbfe;
- padding: 10px;
- margin-top: 10px;
- .goods-footer-right {
- width: 50%;
- float: left;
- }
- .goods-footer-left {
- width: 50%;
- float: left;
- }
- .order-cell {
- cursor: pointer;
- .tit {
- padding: 5px 0 0 0;
- }
- }
- .express-item {
- margin-top: 5px;
- display: inline-block;
- border: 2px solid #eeeeee;
- padding: 3px 10px;
- margin-right: 20px;
- cursor: pointer;
- }
- .express-item.active {
- border-color: $base-color;
- }
- }
- }
- .promotion-show {
- color: #999;
- }
- .align-right {
- text-align: right;
- }
- //统计
- .order-statistics {
- float: right;
- padding: 10px;
- // color: #999;
- }
- .order-submit {
- float: right;
- padding: 10px;
- }
- .order-money {
- display: inline-block;
- margin-right: 20px;
- div {
- display: inline-block;
- font-size: $ns-font-size-lg;
- }
- }
- .buyer-message.el-textarea {
- width: 400px;
- }
- .address-open {
- cursor: pointer;
- font-size: 13px;
- padding: 0 0 10px 10px;
- }
- .pay-password-item {
- margin-bottom: 10px;
- }
- .pay-password {
- width: 80%;
- }
- .pay-password.hide-password {
- position: fixed;
- top: -9999px;
- }
- .platform-coupon {
- cursor: pointer;
- }
- .forget-password {
- text-align: right;
- margin-right: 45px;
- cursor: pointer;
- }
- .disabled-selected-wrap {
- pointer-events: none;
- cursor: pointer;
- }
- .cursor-pointer {
- cursor: pointer;
- }
- //发票样式
- .invoice-information {
- .invoice-type-box {
- display: inline-block;
- padding: 10px 0px;
- vertical-align: bottom;
- height: 30px;
- line-height: 30px;
- &.invoice-title-box {
- margin-right: 100px;
- }
- .invoice-name {
- margin-right: 25px;
- }
- .invoice-to-type {
- display: inline-block;
- margin-right: 30px;
- position: relative;
- // i{
- // width: 17px;
- // height: 17px;
- // display: inline-block;
- // position: absolute;
- // border-radius: 34px;
- // overflow: hidden;
- // top: 7px;
- // left:-1px;
- // background: #fff;
- // background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABbUlEQVQ4jYXTsUvVURQH8I8PE1zKTdcEK7I/wNkkKpGgxNaGBqUQ3JT2xoQoaajmhhTEgoig1V0QdQiaCgTxJRK4PDlybtwe+vzCDw7n+/3ee+75ndPVmpzXhut4jDu4nNQPfMFbbNbyRhX34BW+YxdTuJTfw8wF9wa9xdRdmT/jD66g2VbVRn5LeI813MVRqWARB5g8xVyjmZq46EV5wjAe4BFaKR7CchqaGQ8l10pteIa7s2FLeWrgKtbRV918H6MYwXZqX4Y3KriN1Ur8vM1c0JdcwafwxgGD2KqIsQ49uFXFUclgo4P4PPSUvxBDcq0Sf+tg/FrFUfnPRk7YvYp4hv1TzPvJFYzHZXHAO8zgYhJb2e2VnI2DjEeqXoV2Nka77MJrDOSQlFk4C134iN94Upo4l6cGEbN/FoIrmvD8W6ajfNMv7GABN3Ahux1x5IKLpZpIz3/bGImnOXH9edMh9vAhczcxjb8nDhwDyjpTCJDO1nsAAAAASUVORK5CYII=);
- // background-size: 100% 100%;
- // }
- i {
- width: 14px;
- height: 14px;
- display: inline-block;
- border-radius: 34px;
- overflow: hidden;
- background: #fff;
- vertical-align: text-bottom;
- border: 1px solid #999;
- &.active {
- width: 17px;
- height: 17px;
- overflow: hidden;
- background: #fff;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABbUlEQVQ4jYXTsUvVURQH8I8PE1zKTdcEK7I/wNkkKpGgxNaGBqUQ3JT2xoQoaajmhhTEgoig1V0QdQiaCgTxJRK4PDlybtwe+vzCDw7n+/3ee+75ndPVmpzXhut4jDu4nNQPfMFbbNbyRhX34BW+YxdTuJTfw8wF9wa9xdRdmT/jD66g2VbVRn5LeI813MVRqWARB5g8xVyjmZq46EV5wjAe4BFaKR7CchqaGQ8l10pteIa7s2FLeWrgKtbRV918H6MYwXZqX4Y3KriN1Ur8vM1c0JdcwafwxgGD2KqIsQ49uFXFUclgo4P4PPSUvxBDcq0Sf+tg/FrFUfnPRk7YvYp4hv1TzPvJFYzHZXHAO8zgYhJb2e2VnI2DjEeqXoV2Nka77MJrDOSQlFk4C134iN94Upo4l6cGEbN/FoIrmvD8W6ajfNMv7GABN3Ahux1x5IKLpZpIz3/bGImnOXH9edMh9vAhczcxjb8nDhwDyjpTCJDO1nsAAAAASUVORK5CYII=);
- background-size: 100% 100%;
- border: 0px solid #fff;
- }
- }
- input {
- vertical-align: middle;
- margin: 0px;
- width: 15px;
- height: 15px;
- }
- }
- .invoice-box-form {
- display: inline-block;
- input {
- height: 28px;
- line-height: 28px;
- margin-right: 20px;
- border: 1px solid #dddddd;
- padding-left: 10px;
- border-radius: 3px;
- outline: none;
- }
- }
- }
- .invoice-condition {
- margin-bottom: 20px;
- padding: 10px 0px;
- .invoice-name {
- margin-right: 25px;
- }
- .invoice-box-form {
- display: inline-block;
- .option-item {
- margin-right: 20px;
- cursor: pointer;
- &.active {
- color: #ff547b;
- }
- }
- }
- }
- }
|