| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- /* pages/staff/order/index.wxss */
- /**index.wxss**/
- .bottom-view {
- background-color:#F7F8FA;
- min-height: 100vh;
- box-sizing: border-box;
- }
-
- .order_back {
- width:100%;
- height:370rpx;
- background-color:#F7F8FA;
- }
-
- .order_content {
- background-color:white;
- margin-left:32rpx;
- margin-top:20rpx;
- width:91.5%;
- height:370rpx;
- }
-
- .order_car {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content:space-between;
- height:88rpx;
- }
-
- .left_title {
- margin-left:20rpx;
- font-size:24rpx;
- color:#B8BCCC;
- }
-
- .right_car {
- margin-right:20rpx;
- font-size:34rpx;
- color:#292B33;
- }
-
- .area_sep {
- margin-left:30rpx;
- width:92%;
- height:2rpx;
- background-color:rgba(207,211,230);
- }
-
- .area_sep2 {
- margin-left:30rpx;
- width:92%;
- height:2rpx;
- background-color:rgba(207,211,230);
- margin-top:20rpx;
- }
-
- .order_other {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content:space-between;
- margin-top:20rpx;
- }
-
- .right_title {
- margin-right:20rpx;
- font-size:26rpx;
- color:#525666;
- }
-
- .order_action {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content:flex-end;
- height:88rpx;
- }
-
- .accept_action {
- width:120rpx;
- height:48rpx;
- background-color:#558DE0;
- color:white;
- font-size:26rpx;
- margin-right:20rpx;
- text-align:center;
- line-height:48rpx;
- border-radius:12rpx;
- }
-
- .bind_card {
- position:fixed;
- width:180rpx;
- height:176rpx;
- bottom:120rpx;
- }
-
- .send_card {
- position:fixed;
- width:180rpx;
- height:176rpx;
- bottom:276rpx;
- }
-
- .creat_order {
- position:fixed;
- width:180rpx;
- height:176rpx;
- bottom:432rpx;
- }
-
- .add_oil {
- position:fixed;
- width:180rpx;
- height:176rpx;
- bottom:588rpx;
- }
-
- .change_award {
- position:fixed;
- width:180rpx;
- height:176rpx;
- bottom:744rpx;
- }
-
- .change_goods {
- position:fixed;
- width:180rpx;
- height:176rpx;
- bottom:900rpx;
- }
-
-
|