Files
orico-official-website-old/public/frontend/web/css/subject/report.css
2024-10-29 14:04:59 +08:00

11 lines
712 B
CSS
Executable File

.product_address{margin-bottom: 1%;}
.report_w{width:75%;}
.report_input{width:100%;}
.report_input li{width:40%; margin-right: 18%; float: left; }
.report_input li:nth-child(2n){margin-right: 0;}
.report_input li:last-child{width:100%;}
.report_w form{overflow: hidden; }
.report_input input{width:98%; border:1px solid #e6e5e1; background-color: transparent; margin-top:0.5vw; padding:2%; }
.report_input textarea{width:96%; border:1px solid #e6e5e1; background-color: transparent; margin-top:0.5vw; padding:2%;}
.report_input button{background-color:#009fdf; display: inline-block; color:#FFF; padding:0.5vw 2vw; margin-left:58%; margin-top:1.8vw; margin-bottom: 2vw;}
.report_input span{color:red;}