123456789101112131415161718192021222324252627282930313233343536373839 |
- .orderContainer{
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .dataSelect {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- width: 90%;
- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
- padding: 2% 3%;
- border-radius: 3%;
- }
- .dateTip{
- display: flex;
- align-items: center;
- width: 50%;
- }
- .dataSelect image{
- width: 50rpx;
- height: 50rpx;
- margin-right: 5%;
- }
- .order{
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 93%;
- }
- .orderItem {
- width: 100%;
- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
- border-radius: 1%;
- }
|