| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- .mui-input-row {
- border-bottom: 1px solid #c9c9c9;
- }
- .mui-card {
- margin: 0;
- }
- .mui-card-content {
- padding: 0 20px;
- }
- .mui-input-row {
- height: 75px;
- }
- #phone,
- #code {
- height: 50%;
- }
- label,
- input,
- textarea {
- float: none !important;
- }
- .mui-input-row input,
- textarea {
- padding: 0 15px !important;
- }
- .mui-input-row label,
- .reaction {
- display: block;
- font-weight: 600;
- padding: 13px 15px 8px;
- }
- .mui-radio {
- display: inline-block;
- }
- .line,
- .codeTX {
- display: inline-block;
- border-left: 1px solid #1ba3c9;
- padding-left: 10px;
- height: 25px;
- position: absolute;
- right: 10px;
- color: #1ba3c9;
- font-size: 16px;
- font-weight: 600;
- }
- .btns {
- width: 90%;
- margin: 20px auto;
- text-align: center;
- }
- .btn {
- /* width: 90%; */
- background-color: #1ba3c9;
- outline: none;
- border: none;
- padding: 5px 45px;
- /* display: block; */
- border-radius: 10px;
- font-size: 16px;
- color: #fff;
- }
- .titleW {
- padding: 5px 0px;
- margin-bottom: 5px;
- }
- .mui-icon-info-filled {
- color: rgb(253, 193, 30);
- }
- .warning {
- font-size: 15px;
- margin-bottom: 5px;
- font-weight: 600;
- }
- .mui-radio input[type=radio]:before {
- font-size: 20px;
- vertical-align: middle;
- }
- .mui-checkbox input[type=checkbox],
- .mui-radio input[type=radio] {
- top: 0 !important;
- }
- .mui-checkbox.mui-left label,
- .mui-radio.mui-left label {
- padding: 0 0 0 45px;
- vertical-align: middle;
- }
- .content {
- height: 125px;
- border-bottom: none;
- }
- .mui-input-row label~textarea {
- float: none;
- width: 100% !important;
- height: 70%;
- background-color: rgb(246, 246, 246);
- }
- .ztext {
- padding: 10px 15px !important;
- }
- .feedback {
- height: auto;
- border: none;
- }
- .space {
- background-color: rgb(246, 246, 246);
- }
- .btnLeft {
- background-color: rgb(254, 150, 3);
- margin-right: 40px;
- }
- .btnRight {
- background-color: #1ba3c9;
- }
- .result {
- position: absolute;
- right: -4px;
- top: 30px;
- display: inline-block;
- width: 85px;
- padding: 5px 0;
- color: #fff;
- text-align: center;
- border-radius: 20px 0 0 20px;
- background-color: rgb(17, 211, 169);
- }
- i {
- color: #FF0000;
- }
- .feedback .image-item {
- border: none;
- margin-left: 5px;
- float: left;
- }
- .feedback label {
- width: 125%;
- }
- .feedback span {
- font-weight: 100;
- }
- .filesHandle {
- background-color: antiquewhite;
- display: inline-block;
- padding: 2px 10px;
- margin-right: 5px;
- margin-bottom: 5px;
- }
- .del_file {
- margin-left: 5px;
- font-weight: 600;
- }
|