Spaces:
Running
Running
File size: 1,051 Bytes
2d9bfd2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
.baselayout {
background: url('https://img.alicdn.com/imgextra/i1/O1CN016hd0V91ilWY5Xr24B_!!6000000004453-2-tps-2882-256.png') no-repeat;
}
#btn {
background-color: #336699;
color: white;
}
#recBut {
background-color: #bb5252;
color: white;
width: 30%;
margin: auto;
}
#btnSEG {
background-color: #D5F3F4;
color: black;
}
#btnCHAT {
background-color: #B6DBF2;
color: black;
}
#accordion {
background-color: transparent;
}
#accordion1 {
background-color: #ecedee;
}
.feedback button.selected {
background-color: #6699CC;
color: white !important;
}
.feedback1 button.selected {
background-color: #839ab2;
color: white !important;
}
.Tab button.selected {
color: red;
font-weight: bold;
}
#Image {
width: 80%;
margin: auto;
}
#ShowCase {
width: 30%;
flex: none !important;
}
#Input {
border-style: solid;
border-width: 1px;
border-color: #000000
}
#Seg {
min-width: min(100px, 100%) !important;
width: 100%;
margin: auto;
}
|