order_detail.wxss 458 B

1234567891011121314151617181920212223242526272829
  1. /* pages/order_detail/order_detail.wxss */
  2. .bcg {
  3. position: relative;
  4. width: 100%;
  5. height: 250rpx;
  6. background-color: #eee;
  7. }
  8. .detail_msg {
  9. position: absolute;
  10. left: 250rpx;
  11. top: 10rpx;
  12. padding: 10rpx;
  13. }
  14. .textLine {
  15. width: 97%;
  16. height: 400rpx;
  17. background-color: #eee;
  18. margin-top: 20rpx;
  19. padding: 10rpx;
  20. }
  21. .options {
  22. width: 100%;
  23. height: 100rpx;
  24. margin-top: 20rpx;
  25. text-align: center;
  26. }