index.css 4.8 KB
html, body, p, ul, li, h1, h2, h3, h4, h5, h6 {
  padding    : 0;
  margin     : 0;
  list-style : none;
}

html, body {
  height           : 100%;
  background-color : rgb(247, 247, 247);
}

.clearfix:before, .clearfix:after {
  content : ' ';
  display : table;
  clear   : both;
}

.left {
  float : left;
}

.right {
  float : right;
}

img {
  max-width      : 100%;
  vertical-align : top;
}

.sibu-text-overflow {
  text-overflow : ellipsis;
  white-space   : nowrap;
  overflow      : hidden;
}

input:active,
input:focus,
textarea:active,
textarea:focus {
  outline : none;
}

textarea {
  resize : none;
}

a {
  text-decoration : none;
}
em{
  font-style: normal;
}
.container {
    padding-top: .88rem;
}
.order-container {
    padding-bottom: 1.2rem;
}
/* header start*/
.header {
  position         : fixed;
  top              : 0;
  left             : 0;
  width            : 100%;
  height           : .88rem;
  background-color : #fff;
  z-index          : 6;
  border-bottom    : .02rem solid rgb(233, 233, 233);
}

.header .center {
  position : relative;
}

.header .title {
  font-size   : .36rem;
  font-weight : 500px;
  height      : .88rem;
  line-height : .88rem;
  text-align  : center;
  color       : #373737;
}

.header .icon-back {
  position            : absolute;
  height              : .88rem;
  width               : .88rem;
  background-image    : url(../assets/images/ic_nav_back@3x.png);
  background-size     : 12px auto;
  background-position : center;
  background-repeat   : no-repeat;
  z-index             : 10;
}

/* header end*/

.detail-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #bababa;
    height: .88rem;
    background-color: #fff;
    z-index: 20;
    font-size: 12px;
}
.btn {
    padding: .19rem 0;
    font-size: .36rem;
    color: #fff;
    background-color: #ff9f00;
    border-radius: .1rem;
    text-align: center;
}
.detail-bottom .shop-btn {
    background: #ff9f00;
    border-radius: 2px;
    /* width: 1.28rem; */
    padding: .16rem .1rem .17rem;
    margin: .11rem .2rem 0 0;
    /* font-size: 12px; */
    color: #fff;
    font-size: .3rem;
    text-align: center;
}
.detail-bottom .shop-btn.btn-cancel {
    background: #aba9a9;
}



.address-border-image {
    -webkit-border-image: url("../images/i-address-line@3x.png") 20 round stretch;
    -moz-border-image: url("../images/i-address-line@3x.png") 20 round stretch;
    -o-border-image: url("../images/i-address-line@3x.png") 20 round stretch;
    border-image: url("../images/i-address-line@3x.png") 20 round stretch;
}
.address {
    background-color: #fff;
    margin: .2rem 0;
}
.address .detail {
    padding: .2rem .3rem;
}
.address .detail p {
    color: #949494;
    font-size: .26rem;
    line-height: .26rem;
}
.address .detail p + p {
    margin-top: .1rem;
}


.order-details {
    background-color: #FFFFFF;
    margin-top: .2rem;
    border-top: .02rem solid rgb(233, 233, 233);
    border-bottom: .02rem solid rgb(233, 233, 233);
}
.order-details .text {
    font-size: .24rem;
    padding: .19rem .3rem;
    color: #b9b9b9;
}
.order-details .text+.text {
    border-top: .02rem solid rgb(233, 233, 233);
}


.icon-money {
    display: inline-block;
    width: .32rem;
    height: .32rem;
    background-image: url(../images/i-money@3x.png);
    background-size: .32rem auto;
}
.shop-title-name, .shop-title-bottom {
    background-color: #fff;
    padding: .18rem .3rem;
    font-size: .26rem;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.shop-title-name span {
    display: inline-block;
    font-size: .24rem;
    line-height: .26rem;
    color: #6f6f6f;
}
.order-state {
    border-top: 1px solid rgb(233, 233, 233);
    border-bottom: 1px solid rgb(233, 233, 233);
    padding: .18rem .3rem;
    background-color: #FFFFFF;
}
.order-state .status {
    font-size: .28rem;
    color: #bdbdbd;
}
.order-state .status span {
    font-size: .28rem;
    color: #ff9f00;
    display: inline-block;
    margin: 0 .1rem;
}
.shop-item {
    position: relative;
    background-color: #fff;
    padding: .2rem 0;
}
.shop-item+.shop-item{
    border-top: 1px solid #d5d5d5;
}
.shop-item .image {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: .3rem;
}
.detail-titles {
    background-color: #fff;
    padding: 0 .2rem;
}
.shop-item .image+.details {
    margin-left: 1.43rem;
}
.detail-titles .name {
    font-size: .24rem;
    line-height: .32rem;
    color: #6f6f6f;
}
.detail-titles .integ {
    color: #939393;
    font-size: .2rem;
    margin: .15rem 0;
}
.shop-item .details .integ {
    margin: .1rem 0;
}
.detail-titles .integ span {
    display: inline-block;
    font-size: .32rem;
    line-height: .32rem;
    color: #f5525d;
    margin: 0 .1rem;
}
.detail-titles .old {
    font-size: .24rem;
    line-height: .24rem;
    color: #737373;
    margin-top: .14rem;
}