| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442 |
- ul {
- list-style-type: none;
- }
- .mask-address-info div {
- width: 100%;
- }
- .mask-address-info div h3 {
- margin: 0;
- padding: 0;
- padding-top: 10px;
- padding-bottom: 10px;
- font-size: 14px;
- font-weight: normal;
- text-align: center;
- border-bottom: 1px solid #eeeeee;
- }
- .mask-address-info div ul {
- margin: 0;
- padding: 0;
- list-style-type: none;
- overflow: hidden;
- }
- .mask-address-info div ul li {
- float: left;
- padding: 10px;
- line-height: 20px;
- width: 20%;
- text-align: center;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- border-right: 1px solid #eeeeee;
- border-bottom: 1px solid #eeeeee;
- }
- .shop-console div span {
- cursor: pointer;
- }
- .mod-table {
- /*padding:15px;*/
- }
- /* 订单 */
- .step-region {
- margin-bottom: 15px;
- background-color: #ffffff
- }
- .ui-step {
- margin: 0;
- padding: 14px 0 8px 0;
- zoom: 1;
- }
- .ui-step li {
- float: left;
- position: relative;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- text-align: center;
- }
- .ui-step:after {
- content: "";
- display: table;
- clear: both;
- }
- .clearfix:after, .clearfix:before {
- display: table;
- line-height: 0;
- content: "";
- }
- .clearfix:after, .clearfix:after {
- display: table;
- line-height: 0;
- content: "";
- }
- .info-region {
- width: 320px;
- padding: 15px 15px 100px 15px;
- border-right: 1px solid #e5e5e5;
- float: left;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .state-region {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- -moz-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- padding: 20px 20px 140px 20px;
- margin-left: -1px;
- border-left: 1px solid #e5e5e5;
- float: left;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .ui-step li.ui-step-done::before, .ui-step li.ui-step-done::after, .ui-step li.ui-step-done .ui-step-number {
- background: rgb(98, 168, 234);
- }
- .ui-step li.ui-step-done .ui-step-number::after {
- position: absolute;
- left: 6px;
- width: 17px;
- height: 30px;
- line-height: 30px;
- content: "√";
- color: rgb(255, 255, 255);
- font-family: serif;
- }
- .ui-step .ui-step-number {
- position: relative;
- display: inline-block;
- width: 30px;
- height: 30px;
- margin: 5px 0;
- line-height: 30px;
- background: #999;
- color: #fff;
- border-radius: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- z-index: 2;
- }
- .ui-step li::before, .ui-step li::after {
- position: absolute;
- left: 0;
- top: 38px;
- display: block;
- content: '';
- width: 50%;
- height: 4px;
- background: #999;
- z-index: 1;
- }
- .ui-step li::after {
- left: 50%;
- }
- .ui-step li:first-child::before {
- width: 0;
- }
- .ui-step li:last-child::after {
- width: 0;
- }
- .ui-step li.ui-step-done .ui-step-title {
- color: rgb(98, 168, 234);
- }
- .ui-step .ui-step-meta {
- color: #999;
- }
- .ui-step li.ui-step-done .ui-step-number {
- color: transparent;
- }
- .info-region .info-div {
- font-size: 14px;
- font-weight: 500;
- color: #526069;
- }
- .info-region .secured-title {
- float: right;
- font-size: 12px;
- font-weight: normal;
- color: #f60;
- }
- .info-table {
- margin-top: 10px;
- }
- .info-table th, .info-table td {
- font-size: 12px;
- color: #999;
- padding: 0 0 10px 0;
- vertical-align: top;
- word-break: break-all;
- }
- .info-table th {
- font-weight: normal;
- text-align: right;
- color: #999;
- width: 85px;
- }
- .info-goods {
- margin: 10px 0;
- }
- .info-goods .ui-centered-image {
- float: left;
- }
- .info-goods .info-goods-content {
- margin-left: 70px;
- }
- .info-goods:after {
- content: "";
- display: table;
- clear: both;
- }
- .dashed-line {
- border-top: 1px dashed #e5e5e5;
- }
- .state-region .state-title .icon {
- position: absolute;
- left: -40px;
- width: 28px;
- height: 28px;
- border: 2px solid #07d;
- border-radius: 28px;
- line-height: 24px;
- text-align: center;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- font-family: serif;
- }
- .state-region .state-title {
- position: relative;
- font-size: 14px;
- font-weight: 500;
- color: #526069;
- margin-bottom: 10px;
- }
- .state-region .state-title .icon.info {
- color: rgb(98, 168, 234);
- border-color: rgb(98, 168, 234);
- }
- .state-region .state-desc {
- margin-bottom: 30px;
- color: #666;
- }
- .state-remind {
- padding: 20px 0 0 40px;
- }
- .state-remind .tixing {
- color: #FF6600;
- font-size: 12px;
- margin-bottom: 10px;
- }
- .state-remind ul {
- padding-left: 4px;
- }
- .state-remind li {
- color: #999;
- line-height: 20px;
- }
- .goods-table tfoot .c-red {
- color: #f44;
- }
- .safeguard-log {
- padding: 15px;
- position: relative;
- }
- .safeguard-log table {
- width: 100%;
- }
- .safeguard-log .tr-title td {
- padding: 30px 0 10px 0;
- border-bottom: 1px dashed #e5e5e5;
- }
- .safeguard-log .tr-title td {
- padding: 30px 0 10px 0;
- border-bottom: 1px dashed #e5e5e5;
- }
- .safeguard-log .tr-title td:first-child {
- font-weight: bold;
- }
- .safeguard-log .td-time {
- color: #999;
- }
- .safeguard-log .tr-title+tr td {
- padding-top: 10px;
- }
- .safeguard-log td {
- padding: 2px 0;
- }
- /* 商品编辑 */
- .selectImage {
- width: 30px;
- height: 30px;
- padding: 6px;
- border: 1px solid #eceef1;
- }
- .exchange-grid {
- float: left;
- display: block;
- width: 15px;
- height: 15px;
- }
- /* 页面装修 */
- .exchange-type {
- display: inline-block;
- width: 121px;
- height: 48px;
- border: 1px solid #ededed;
- border-radius: 4px;
- margin-right: 10px;
- line-height: 48px;
- position: relative;
- cursor: pointer;
- }
- .exchange-type:hover {
- border: 1px solid #1890ff;
- }
- .exchange-selected {
- border: 1px solid #1890ff;
- }
- .exchange-selected:after {
- content: "";
- display: inline-block;
- width: 20px;
- height: 20px;
- background-image: url('../img/selected.png');
- background-size: 20px;
- position: absolute;
- bottom: 0;
- right: 0;
- }
- .exchange-style {
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- justify-content: center;
- }
- /** 模拟手机 **/
- .phone-header {
- position: relative;
- background: transparent url(../img/mobile_head_old.png);
- background-position: 0 0;
- overflow: hidden;
- text-align: center;
- padding-top: 30px;
- font-size: 15px;
- color: #fff;
- border: 1px solid #e7e7eb;
- }
- .phone-binding {
- font-size: 15px;
- line-height: 30px;
- }
- .phone-body {
- height: 500px;
- position: relative;
- background-color: white;
- }
- .phone-body .menu {
- border-top: 1px solid #e4eaec;
- position: relative;
- }
- .phone-body .menu .btn {
- padding: 5px;
- line-height: 1.5;
- }
- .phone-body .menu .btn {
- font-size: 12px;
- border-radius: 3px;
- }
- .phone-foot {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- border-top: 0;
- background-position: 0 -3px;
- background-repeat: no-repeat;
- margin-bottom: 0;
- }
- /** 伸缩盒子布局 **/
- .flex-row {
- display: flex;
- }
- .flex-row > * {
- display: block;
- }
- .flex-col {
- flex: 1;
- }
|