/* pages/order/show/index.wxss */ page { background: #f6f6f6; } .order-top { border-bottom: 1rpx solid #ccc; padding: 30rpx 47rpx; } .order-name { font-weight: 500; color: #000; font-size: 33rpx; } .order-subtitle { margin-top: 20rpx; font-size: 27rpx; color: #666; } .box { margin: 30rpx 25rpx; background: white; border-radius: 9rpx; padding-bottom: 30rpx; } .box-title { line-height: 113rpx; border-bottom: 1rpx solid #ccc; padding: 0 20rpx; } .order-line-item { margin: 0 20rpx; display: flex; align-items: center; border: 1rpx solid #333; border-radius: 10rpx; margin-top: 30rpx; font-size: 27rpx; padding: 0 22rpx; line-height: 70rpx; box-sizing: border-box; } .order-line-item text { margin-right: 15rpx; } .order-line-item .state { width: 78rpx; line-height: 34rpx; border: 1rpx solid; border-radius: 17rpx; box-sizing: border-box; text-align: center; font-size: 24rpx; color: #D62828; } .order-line-item.disable .state { color: #666; border-color: #ccc; } .order-line-item.disable { color: #666666; } .order-line-item.active .state { color: #fff; } .order-line-item.active { background: #0B898E; border-color: #0B898E; color: #fff; } .fixed-bottom { height: 138rpx; background: #FFFFFF; box-shadow: 0px 0px 16rpx 0px rgba(6, 0, 1, 0.1); display: flex; align-items: center; justify-content: center; position: fixed; left: 0; right: 0; bottom: 0; } .fixed-btn { width: 657rpx; line-height: 78rpx; background: #D62828; border-radius: 39rpx; text-align: center; color: #fff; font-size: 33rpx; font-weight: 500; }