mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Auto-format by https://ultralytics.com/actions
This commit is contained in:
parent
d2709a0bae
commit
4b01e99218
@ -13,7 +13,11 @@ img {
|
||||
}
|
||||
|
||||
.app-header {
|
||||
background-color: rgb(255, 255, 255); /* Change the background color as needed */
|
||||
background-color: rgb(
|
||||
255,
|
||||
255,
|
||||
255
|
||||
); /* Change the background color as needed */
|
||||
color: rgb(0, 0, 0); /* Change the text color as needed */
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
@ -38,7 +42,7 @@ img {
|
||||
}
|
||||
|
||||
#startButton {
|
||||
background-color: #4CAF50; /* Green color */
|
||||
background-color: #4caf50; /* Green color */
|
||||
color: white;
|
||||
padding: 10px 20px; /* Adjust padding as needed */
|
||||
border: none;
|
||||
@ -51,7 +55,7 @@ img {
|
||||
}
|
||||
|
||||
#stopButton {
|
||||
background-color: #FF0000; /* Red color */
|
||||
background-color: #ff0000; /* Red color */
|
||||
color: white;
|
||||
padding: 10px 20px; /* Adjust padding as needed */
|
||||
border: none;
|
||||
@ -77,7 +81,7 @@ img {
|
||||
}
|
||||
|
||||
.button-active {
|
||||
background-color: #4CAF50; /* Green */
|
||||
background-color: #4caf50; /* Green */
|
||||
color: white;
|
||||
|
||||
/* Add more styles as needed, such as positioning */
|
||||
@ -117,7 +121,6 @@ img {
|
||||
top: 285px; /* Adjust the distance from the top */
|
||||
left: 54%; /* Center horizontally */
|
||||
transform: translateX(-50%); /* Center horizontally */
|
||||
|
||||
}
|
||||
.loader {
|
||||
pointer-events: none;
|
||||
@ -130,8 +133,12 @@ img {
|
||||
}
|
||||
|
||||
@keyframes an1 {
|
||||
0% { transform: rotate(0turn); }
|
||||
100% { transform: rotate(1turn); }
|
||||
0% {
|
||||
transform: rotate(0turn);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(1turn);
|
||||
}
|
||||
}
|
||||
|
||||
#vi {
|
||||
|
Loading…
x
Reference in New Issue
Block a user