| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
- .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;
- }
- }
- }
- .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;
- }
- .pay-password {
- width: 80%;
- }
- //商品列表
- .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;
- margin-top: 10px;
- }
- .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;
- }
|