1234567891011121314151617181920212223242526272829 |
- /* pages/order_detail/order_detail.wxss */
- .bcg {
- position: relative;
- width: 100%;
- height: 250rpx;
- background-color: #eee;
- }
- .detail_msg {
- position: absolute;
- left: 250rpx;
- top: 10rpx;
- padding: 10rpx;
- }
- .textLine {
- width: 97%;
- height: 400rpx;
- background-color: #eee;
- margin-top: 20rpx;
- padding: 10rpx;
- }
- .options {
- width: 100%;
- height: 100rpx;
- margin-top: 20rpx;
- text-align: center;
- }
|