giftview.wxss 525 B

1234567891011121314
  1. @import 'gift.wxss';
  2. .margin-right{margin-right: 10px;}
  3. .margin-top{margin-top: 10px;}
  4. .button_types{line-height:45px;font-size: 14px;float: right;color:rgba(69,90,100,.6);}
  5. .title{padding:10px 15px;}
  6. .item{background: #fff;}
  7. .weui-panel{margin-top: 0px}
  8. /* 底部操作栏 */
  9. .service{-webkit-flex: 1;flex: 1;padding-left: 12px;font-weight: 500;text-align: left}
  10. .tip text{color: #1989fa;}
  11. .goods-action{height: 50px;}
  12. .bottom{position:absolute;bottom: 0px;right:10px}
  13. .mb100{margin-bottom: 100px}
  14. .mb50{margin-bottom: 50px}