| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .drag_item{
- // background-color: gray;
- border-radius: 20px;
- margin-left: 20px;
- margin-right: 20px;
- width: 710px;
- }
- .last_item{
- // background-color: ;
- color: #fff;
- }
- .demo_item{
- // width: 750px;
- // background-color: #000;
- }
- .modal_order_item{
- display: flex;
- flex-direction: row;
- width: '100%';
- align-items: center;
- justify-content: space-between;
- // background-color: pink;
- border-bottom: solid 2px #1c1c1c;
- margin-left: 46px;
- margin-right: 46px;
- box-sizing: border-box;
- }
- .modal_sel_item{
- display: flex;
- flex-direction: row;
- width: '100%';
- align-items: center;
- justify-content: space-between;
- // background-color: pink;
- border-bottom: solid 2px #1c1c1c;
- margin-left: 26px;
- margin-right: 26px;
- }
|