| @import '@/styles/common.scss'; | 
|   | 
| .new-prompt { | 
|   box-shadow: 0px 2px 8px 0px rgba(161, 161, 161, 0.17); | 
|   border-radius: 20px; | 
|   .new-prompt-content { | 
|     background: #ffffff; | 
|     overflow: hidden; | 
|     width: 605px; | 
|   | 
|     .new-prompt-title-wrapper { | 
|       height: 94px; | 
|       background: #f7f7f7; | 
|       display: flex; | 
|       padding: 0 30px; | 
|       align-items: center; | 
|       .new-prompt-title { | 
|         color: #2c2c2c; | 
|         font-size: 32px; | 
|         line-height: 1; | 
|         @include ellipsis; | 
|         flex: 1; | 
|         min-width: 0; | 
|         text-align: left; | 
|         font-weight: 500; | 
|       } | 
|       .new-prompt-title-close { | 
|         width: 22px !important; | 
|         height: 22px !important; | 
|         font-size: 22px !important; | 
|         --nut-icon-line-height: 22rpx !important; | 
|       } | 
|     } | 
|   | 
|     .new-prompt-content-wrapper { | 
|       padding: 25px 36px 40px; | 
|   | 
|       .new-prompt-content { | 
|         min-height: 200px; | 
|         .bole-input-text { | 
|           padding: 0; | 
|           .h5-input { | 
|             font-size: 30px !important; | 
|           } | 
|         } | 
|       } | 
|   | 
|       .new-prompt-oneline-content { | 
|         margin-bottom: 40px; | 
|         .new-prompt-oneline-input-wrapper { | 
|           display: flex; | 
|           height: 90px; | 
|           padding: 30px 22px; | 
|           box-sizing: border-box; | 
|           background: #f7f7f7; | 
|           border-radius: 9px; | 
|           align-items: center; | 
|         } | 
|   | 
|         .bole-input-text { | 
|           background: #f7f7f7; | 
|           padding: 0 !important; | 
|           .h5-input { | 
|             font-size: 30px !important; | 
|             line-height: 40px !important; | 
|             height: 40px !important; | 
|             min-height: 0 !important; | 
|             color: #9a9a9a !important; | 
|           } | 
|         } | 
|   | 
|         .new-prompt-oneline-input-limit { | 
|           font-size: 26px; | 
|           color: #9a9a9a; | 
|         } | 
|       } | 
|   | 
|       .new-prompt-actions { | 
|         display: flex; | 
|         justify-content: space-between; | 
|         .new-prompt-action { | 
|           width: 240px; | 
|           height: 78px; | 
|           border-radius: 10px; | 
|           line-height: 78px; | 
|           font-size: 30px; | 
|           text-align: center; | 
|           &.cancel { | 
|             background: #e9e8e8; | 
|             color: boleGetCssVar('text-color', 'primary'); | 
|           } | 
|           &.confirm { | 
|             background: boleGetCssVar('color', 'primary'); | 
|             color: #fff; | 
|           } | 
|         } | 
|       } | 
|   | 
|       .new-prompt-oneline-actions { | 
|         display: flex; | 
|         .new-prompt-oneline-action { | 
|           flex: 1; | 
|           min-width: 0; | 
|           height: 90px; | 
|           border-radius: 10px; | 
|           line-height: 90px; | 
|           font-size: 32px; | 
|           text-align: center; | 
|           &.cancel { | 
|             background: #e9e8e8; | 
|             color: boleGetCssVar('text-color', 'primary'); | 
|           } | 
|           &.confirm { | 
|             background: boleGetCssVar('color', 'primary'); | 
|             color: #fff; | 
|           } | 
|         } | 
|       } | 
|     } | 
|   } | 
| } |