12345678910111213141516171819202122232425262728293031323334353637383940 |
- /* pages/my order/myOrder.wxss */
- .order{
- text-align: center;
- font-size:45rpx;
- margin-top: -11rpx;
- }
- .navigation-word{
- color: rgb(216, 212, 212);
- }
- .among-top{
- margin-top: 20rpx;
- margin-left: 50rpx;
- }
- .among-top-left{
- float: right;
- margin-top: -40rpx;
- margin-right: 20rpx ;
- color: rgb(216, 212, 212);
- }
- .image-food{
- margin-left: 50rpx;
- margin-top: 40rpx;
- }
- .request{
- float: right;
- margin-top: -130rpx;
- margin-right: 240rpx;
- }
- .price-1{
- float: right;
- margin-top: -120rpx;
- color: red;
- margin-right: 20rpx;
- }
- .thing{
- float: right;
- margin-top: -60rpx;
- margin-right: 20rpx;
- color: rgb(216, 212, 212);
- }
|