跳至正文

社区食堂满意度调查

    .uacf7-uacf7style-1842 label { font-style: normal;font-weight: normal; } .uacf7-uacf7style-1842 input[type="email"], .uacf7-uacf7style-1842 input[type="number"], .uacf7-uacf7style-1842 input[type="password"], .uacf7-uacf7style-1842 input[type="search"], .uacf7-uacf7style-1842 input[type="tel"], .uacf7-uacf7style-1842 input[type="text"], .uacf7-uacf7style-1842 input[type="url"], .uacf7-uacf7style-1842 input[type="date"], .uacf7-uacf7style-1842 input[type="radio"], .uacf7-uacf7style-1842 input[type="checkbox"], .uacf7-uacf7style-1842 select, .uacf7-uacf7style-1842 textarea { font-style: normal;font-weight: normal;border-style: solid!important; } .uacf7-uacf7style-1842 .wpcf7-radio span, .uacf7-uacf7style-1842 .wpcf7-checkbox span { font-style: normal;font-weight: normal; } .uacf7-uacf7style-1842 textarea { } .wpcf7-form-control-wrap select { width: 100%; } .uacf7-uacf7style-1842 input[type="submit"] { font-style: normal;font-weight: normal;border-style: none; } .uacf7-uacf7style-1842 input[type="submit"]:hover { } /* 表单容器样式 */ .cf7-ultra-container { max-width: 800px; margin: 0 auto; padding: 20px; } /* 分区卡片样式 */ .cf7-section-card { background-color: #ffffff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 25px; padding: 25px; transition: all 0.3s ease; } .cf7-section-card:hover { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } /* 分区标题样式 */ .cf7-section-title { color: #333; font-size: 20px; font-weight: 600; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #eee; } /* 表单行和列布局 */ .cf7-form-row { display: flex; flex-wrap: wrap; margin: 0 -15px; } .cf7-form-col { flex: 1; padding: 0 15px; margin-bottom: 20px; min-width: 280px; } /* 输入框样式 */ .cf7-input-wrapper { position: relative; } .cf7-label { display: block; margin-bottom: 8px; font-weight: 500; color: #555; } .required { color: #e74c3c; margin-left: 3px; } .cf7-input, .cf7-select, .cf7-textarea { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 5px; background-color: #f9f9f9; transition: all 0.3s ease; font-size: 15px; color: #333; } .cf7-input:focus, .cf7-select:focus, .cf7-textarea:focus { outline: none; border-color: #4a90e2; background-color: #fff; box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2); } /* 单选按钮组样式 */ .cf7-rating-group { margin-bottom: 20px; } .cf7-rating-label { display: block; margin-bottom: 12px; font-weight: 500; color: #555; } .cf7-radio span.wpcf7-form-control-wrap { display: block; } .cf7-radio span.wpcf7-list-item { display: inline-block; margin-right: 5px; margin-bottom: 10px; } .cf7-radio input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; } .cf7-radio input[type="radio"] + span.wpcf7-list-item-label { display: inline-block; padding: 8px 15px; border-radius: 4px; background-color: #f0f0f0; color: #666; cursor: pointer; transition: all 0.2s ease; } .cf7-radio input[type="radio"]:checked + span.wpcf7-list-item-label { background-color: #4a90e2 !important; color: #fff !important; } .cf7-radio input[type="radio"] + span.wpcf7-list-item-label:hover { background-color: #e0e0e0; } /* 复选框组样式 */ .cf7-checkbox-group { margin-bottom: 20px; } .cf7-checkbox-label { display: block; margin-bottom: 12px; font-weight: 500; color: #555; } .cf7-checkbox span.wpcf7-form-control-wrap { display: block; } .cf7-checkbox span.wpcf7-list-item { display: block; margin-bottom: 10px; } .cf7-checkbox input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; } .cf7-checkbox input[type="checkbox"] + span.wpcf7-list-item-label { position: relative; padding-left: 30px; cursor: pointer; line-height: 22px; color: #666; } .cf7-checkbox input[type="checkbox"] + span.wpcf7-list-item-label:before { content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border: 1px solid #ddd; border-radius: 4px; background-color: #f9f9f9; transition: all 0.2s ease; } .cf7-checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label:before { background-color: #4a90e2 !important; border-color: #4a90e2 !important; } .cf7-checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label:after { content: ''; position: absolute; left: 6px; top: 2px; width: 6px; height: 12px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); } /* 提交按钮样式 */ .cf7-submit-wrapper { text-align: center; margin-top: 30px; } .cf7-submit { background-color: #4a90e2; color: #fff; border: none; border-radius: 5px; padding: 14px 40px; font-size: 16px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 3px 10px rgba(74, 144, 226, 0.3); } .cf7-submit:hover { background-color: #3a80d2; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(74, 144, 226, 0.4); } .cf7-submit:active { transform: translateY(0); } /* 响应式调整 */ @media (max-width: 600px) { .cf7-form-col { flex-basis: 100%; } .cf7-radio span.wpcf7-list-item { margin-bottom: 8px; } }

    基础信息

    餐饮服务评价

    环境与安全评价

    您也可以通过手机扫码提交:

    [kaya_qrcode title_align=”alignnone” dynamic_content=”0″ ecclevel=”L” border=”4″ color=”#000000″ bgcolor=”#FFFFFF” align=”alignnone” css_shadow=”0″ no_css=”0″ new_window=”0″ content_url=”0″ download_button=”0″ download_align=”alignnone”]