You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
1.8 KiB

body{
overflow: hidden;
text-align: center;
}
.tableMyOrder{
width:60%;
border: 1px solid #F88020;
border-radius: 18px;
margin-left: 300px;
}
.tableMyOrder .good{
background-color: #F88020;
height:55px;
font-size: 22px;
color:white;
line-height: 55px;
font-weight: 200;
border-radius: 18px 18px 0 0;
margin-bottom: 20px;
}
.tableMyOrder .good table{
width:100%;
}
.tableMyOrder .goods{
height:45px;
line-height: 45px;
font-size: 20px;
font-weight: 200;
}
.tableMyOrder .goods table{
width:100%;
}
.tableMyOrder .goods table .btn1{
width: 70px;
height:28px;
border: 2px solid #46B3E6;
background-color: white;
color: #46B3E6;
border-radius: 4px;
font-weight: 600;
}
.tableMyOrder .goods table button:hover{
background-color: #46B3E6;
color: white;
}
.tableMyOrder .goods1{
margin-top: 10px;
background-color: grey;
height:50px;
font-size: 19px;
color:white;
line-height: 50px;
font-weight: 200;
border-radius:0 0 10px 10px ;
}
.tableMyOrder .goods2{
border-top: 1px solid #F88020;
margin-top: 10px;
height:50px;
font-size: 19px;
line-height: 50px;
font-weight: 200;
border-radius:0 0 10px 10px ;
}
.tableMyOrder .goods1 table{
width:100%;
}
.tableMyOrder .goods1 .btn2{
width: 70px;
height:28px;
border: 2px solid #21BF73;
background-color: white;
color: #21BF73;
border-radius: 4px;
font-weight: 600;
}
.tableMyOrder .goods1 .btn2:hover{
color:white;
background-color: #21BF73;
}
.tableMyOrder .goods1 .btn3{
width: 80px;
height:30px;
border: 2px solid #FF0000;
background-color: white;
color: #FF0000;
border-radius: 4px;
font-weight: 600;
}
.tableMyOrder .goods1 .btn3:hover{
color:white;
background-color:#FF0000 ;
}