123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
-
- .tank-body {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- background-color: transparent;
- }
- .tank-container {
- position: absolute;
- top: 0;
- bottom: 9%;
- left: 0;
- right: 0;
- background-color: transparent;
- }
- .tank-footer {
- position: absolute;
- top: 91%;
- bottom: 0;
- left: 1.9%;
- right: 0%;
- background-color: transparent;
- display: flex;
- align-items: center;
- }
- .tank-content {
- position: absolute;
- top: 0%;
- bottom: 0%;
- left: 0%;
- right: 0%;
- background-color: transparent;
- }
- ::-webkit-scrollbar {
- width: 0px;
- height: 0px;
- }
- .tank-subcontent {
- position: absolute;
- top: 0%;
- bottom: 0%;
- left: 0%;
- right: 0%;
- background-color: transparent;
- }
- .tank-footer-fnav {
- margin: 0 0.8%;
- width: 10%;
- height: 60%;
- font-size: 1.6rem;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: transparent;
- }
- .tank-footer-fnav-image {
- margin: 0 0.8%;
- width: 10%;
- height: 60%;
- color: white;
- background-size: 100% 100%;
- background-repeat: no-repeat;
- background-image: url(/images/config/ConfigSelected.png);
- }
- .tank_form_div {
- position: absolute;
- top: 0.6%;
- bottom: 9%;
- left: 0.8%;
- right: 6%;
- overflow: auto;
- background-color: transparent;
- text-align: center;
- }
- .tank_filter_div {
- position: absolute;
- top: 0.6%;
- bottom: 86%;
- left: 94%;
- right: 0.1%;
- background-color: transparent;
- background-size: 85% 75%;
- background-repeat: no-repeat;
- background-image: url(/images/device/filter.png);
- }
- .tank_form_head {
- margin: 2.8% 0 2.1% 0;
- width: 100%;
- font-size: 1.5rem;
- }
- .tank_form_body {
- margin: 1.8% 0 1.8% 0;
- width: 100%;
- font-size: 1.3rem;
- }
- .tank_form_label {
- margin: 0;
- display: inline-block;
- background-color: transparent;
- }
- .delivery_button {
- margin-bottom: 6%;
- width: 60.5%;
- outline: none;
- font-size: 1.2rem;
- text-align: center;
- border: none;
- color: white;
- background-color: transparent;
- background-size: contain;
- background-repeat: no-repeat;
- }
- .tank_form_delivery {
- margin: 0;
- text-align: left;
- background-color: transparent;
- }
- .tank_color_transparent {
- margin: 0;
- display: inline-block;
- color: transparent;
- background-color: transparent;
- }
- ::-webkit-scrollbar {
- width: 0px;
- height: 0px;
- }
- .config-right-navigation {
- position: absolute;
- top: 0%;
- bottom: 15%;
- left: 88%;
- right: 0%;
- background-color: transparent;
- }
- .config-topright-tab {
- font-size: 1.8rem;
- background-color: transparent;
- }
- .config-topright-settingselect {
- margin: 8% 0;
- font-size: 1.3rem;
- }
- .config-topright-rnav {
- margin: 8% 0;
- padding-left: 18%;
- display: block;
- font-size: 1.5rem;
- }
- .config-topright-rnav-image {
- margin: 8% 0;
- padding-left: 18%;
- display: block;
- font-size: 1.5rem;
- background-color: rgb(44, 125, 190);
- }
- input[type=date]::-webkit-datetime-edit {
- display: none;
- }
- input[type=date]::-webkit-clear-button {
- display: none;
- }
- input[type=date]::-webkit-inner-spin-button {
- display: none;
- }
- input[type="date"]::-webkit-calendar-picker-indicator {
- width: 100%;
- /* background-color: rgb(255, 0, 0); */
- }
- input[type="date"]:hover::-webkit-calendar-picker-indicator {
- color: red;
- }
- .config-form-input {
- width: 78%;
- border: 0;
- font-size: 1.3rem;
- font-weight: normal;
- background-color: transparent;
- }
- .config-form-date {
- width: 13%;
- border: 1px solid #ccc;
- font-size: 1.4rem;
- background-color: transparent;
- }
- .config-form-select {
- width: 90%;
- border: 0;
- font-size: 1.3rem;
- -webkit-appearance: none;
- background-color: transparent;
- }
|