| | |
| | | <template> |
| | | <div class="pam-page"> |
| | | <div> |
| | | <div class="pb-18"> |
| | | <span class="mdTxt required">請問您希望保險顧問以電話或Email聯繫您呢?</span> |
| | | <span class="hint">可複選</span> |
| | |
| | | <i class="icon-down down-icon " style="margin-right:18px" @click="showJobDrawer = true" ></i> |
| | | </div> |
| | | |
| | | <div class="ques-footer pt-30"> |
| | | <div class="ques-footer pam-paragraph"> |
| | | <el-button type="primary" |
| | | :disabled=" isInitScheduleDisabled || !isSelected" |
| | | @click="sentDemand">送出</el-button> |
| | | @click.native="sentDemand">送出</el-button> |
| | | </div> |
| | | |
| | | <PopUpFrame :isOpen.sync="showDrawer" :drawerSize=" '95%' "> |
| | |
| | | selected: boolean; |
| | | } |
| | | </script> |
| | | <style lang="scss"> |
| | | <style lang="scss" scoped> |
| | | .el-radio-button__orig-radio:checked+.el-radio-button__inner{ |
| | | background-color: #FFFFFF; |
| | | color: black; |
| | |
| | | justify-content: center; |
| | | margin-bottom: 81px; |
| | | color: #ED1B2E; |
| | | cursor: pointer; |
| | | }//drawer最底下文字樣式 |
| | | .mt-18{ |
| | | margin-top: 18px; |
| | |
| | | display: flex; |
| | | justify-content: center; |
| | | margin-bottom: 81px; |
| | | cursor: pointer; |
| | | } |
| | | .el-button+.el-button{ |
| | | margin-left: 0; |