1234567891011121314151617181920212223242526272829303132 |
- .sp_title{
- font-weight: bold;
-
- }
- .second{
- color:#24a69a;
- }
- .order_dict{
- font-weight: bold;
- padding-top: 6px;
- padding-left: 10px;
- }
- .order_title {
-
- display: flex;
- justify-content: space-between;
- }
- .order_status{
- padding:5px;
- box-shadow: 5px;
- color:white;
-
- }
- .info_item{
- display: inline-block;
-
- }
|