Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/cvetdv.ru/bitrix/js/vote/component/vote/dist/ |
Upload File : |
.vote-display-inner { padding: 12px 14px 3px 15px; } .vote-display__loader { height: 44px; padding-top: 7px; } .vote-display-btn-wrapper { text-align: center; margin-bottom: 10px; } .vote-display-btn { height: 34px; line-height: 34px; margin: 0; padding: 0 10px; border: none; background: transparent; color: rgba(var(--ui-color-palette-black-base-rgb), 0.5); border-radius: 10px; font-size: var(--ui-font-size-lg); font-weight: var(--ui-font-weight-medium); cursor: pointer; position: relative; transition: background-color .2s linear; } .vote-display-btn.--vote { background: #edeef0; color: #c9ccd0; pointer-events: none; width: 100%; } .bx-im-message-base__wrap.--self .vote-display-btn.--vote { background: rgba(var(--ui-color-palette-black-base-rgb), 0.08); color: rgba(var(--ui-color-palette-black-base-rgb), 0.2); } .vote-display-btn.--vote.--active, .bx-im-message-base__wrap.--self .vote-display-btn.--vote.--active { background: #1f86ff; color: #fff; pointer-events: auto; } .vote-display-btn.--vote.--active:hover, .bx-im-message-base__wrap.--self .vote-display-btn.--vote.--active:hover { background: #1b71d8; } .vote-display-btn.--show { background: transparent; color: #1f86ff; } .vote-display-btn.--show:after { content: ''; position: absolute; top: 5px; width: 25px; height: 24px; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%2300ace3' fill-rule='evenodd' d='M10.96 6.54a.65.65 0 10-.92.92L14.58 12l-4.54 4.54a.65.65 0 10.92.92l5-5a.65.65 0 000-.92l-5-5z' clip-rule='evenodd'/%3E%3C/svg%3E"); } .vote-display-btn.--disable { pointer-events: none; } .vote-display__popup { padding: 17px 38px 23px; border-radius: 18px; } .vote-display__popup-title { color: var(--ui-color-base-default); font-size: 21px; font-weight: var(--ui-font-weight-medium); line-height: var(--ui-font-line-height-sm); margin-bottom: 5px; } .vote-display__popup-text { color: var(--ui-color-base-default); line-height: var(--ui-font-line-height-2xs); font-size: var(--ui-font-size-lg); } .vote-display__popup-btn { height: 38px; line-height: 36px; margin: 0; padding: 0 18px; background: #0075ff; border: 1px solid transparent; border-radius: 10px; font-size: var(--ui-font-size-lg); font-weight: var(--ui-font-weight-medium); cursor: pointer; position: relative; transition: background-color .2s linear; } .vote-display__popup-btn:hover { background: #1f86ff; } .vote-display__popup-btn + .vote-display__popup-btn { margin-left: 12px; } .vote-display__popup-btn.--complete { color: var(--ui-color-on-primary); border-color: #0075ff; background-color: #0075ff;; } .vote-display__popup-btn.--complete:hover { background: #006ceb; border-color: #006ceb; } .vote-display__popup-btn.--cancel { color: var(--ui-color-palette-gray-90); background-color: var(--ui-color-on-primary); border-color: var(--ui-color-palette-gray-35); } .vote-display__popup-btn.--cancel:hover { background-color: #f2f2f2; } .vote-display__popup-content { padding-bottom: 34px; padding-top: 15px; text-align: center; } .vote-display__popup-footer { text-align: center; } .vote__question { margin-bottom: 15px; padding-right: 35px; } .vote__question-text { color: var(--ui-color-base-default); font-style: normal; font-size: var(--ui-font-size-lg); font-weight: var(--ui-font-weight-semi-bold); line-height: var(--ui-font-line-height-2xs); overflow-wrap: break-word; } .vote__notice { color: #a8adb4; font-size: var(--ui-font-size-xs); font-weight: var(--ui-font-weight-normal); line-height: var(--ui-font-line-height-3xs); display: block; -webkit-user-select: none; user-select: none; } .vote__answer { display: flex; align-items: center; } .vote__answer + .vote__answer { margin-top: 10px; } .vote__answer-text { color: var(--ui-color-base-default); font-size: var(--ui-font-size-md); font-weight: var(--ui-font-weight-medium); line-height: var(--ui-font-line-height-2xs); display: inline-block; z-index: 1; position: relative; height: 100%; padding: 8px 50px 10px 16px; cursor: pointer; word-break: break-word; width: 100%; transition: color .2s linear; } .vote__answer.--selected .vote__answer-text { color: var(--ui-color-base-solid); } .vote__progress-bar { width: 100%; border-radius: 8px; background: #edf7ff; position: relative; display: flex; align-items: center; padding-right: 9px; transition: background-color .2s linear; } .vote__progress-bar:hover { background-color: #c4e6ff; } .vote__progress-bar-fill { border-radius: 12px; background: #c4e6ff; height: 100%; position: absolute; top: 0; --target-width: 0%; width: var(--target-width); transition: width .2s linear .3s; } .vote__progress-bar-filled-enter-from { width: 0; } /* percent animation */ .vote__answer-percent-show-enter-active { transition: opacity .2s linear; } .vote__answer-percent-show-leave-active { transition: opacity .2s linear; } .vote__answer-percent-show-enter-from, .vote__answer-percent-show-leave-to { opacity: 0; } /* progress-bar animation */ .vote__progress-bar-filled-leave-active { transition: opacity .2s linear; } .vote__progress-bar-filled-leave-to { opacity: 0; } .vote__answer-percent { color: rgba(var(--ui-color-base-default-rgb), 0.5); text-align: right; font-size: var(--ui-font-size-sm); line-height: var(--ui-font-line-height-2xs); margin-left: auto; flex-shrink: 0; z-index: 1; position: absolute; right: 9px; } .vote__answer-percent span { color: rgba(var(--ui-color-palette-black-solid-rgb), 0.7); font-size: 17px; font-weight: var(--ui-font-weight-semi-bold); } .vote__answer.--selected .vote__answer-percent span { color: var(--ui-color-palette-black-solid); } .bx-im-message-base__wrap.--self .vote__progress-bar { background: #dafda8; } .bx-im-message-base__wrap.--self .vote__progress-bar:hover, .bx-im-message-base__wrap.--self .vote__progress-bar-fill { background-color: #c2f17e; } .bx-im-message-base__wrap.--has-error .vote__progress-bar { background: rgba(var(--ui-color-base-solid-rgb), 0.08); } .bx-im-message-base__wrap.--has-error .vote__answer-text { opacity: .5; } .vote__answer-inner { width: 100%; } .vote__answer-select { position: absolute; opacity: 0; width: 0; height: 0; } .vote__answer-select.--checkbox + .vote__progress-bar .vote__answer-text:before { content: ''; display: block; position: absolute; right: 5px; width: 16px; height: 16px; border-radius: 12px; border: 1px solid #ebebeb; background-color: #fff; top: 50%; transform: translateY(-50%); opacity: 1; transition: opacity .7s linear; } .vote__answer:hover .vote__answer-select.--checkbox + .vote__progress-bar .vote__answer-text:before { border-color: #1f86ff; } .vote__answer.--selected .vote__answer-select.--checkbox + .vote__progress-bar .vote__answer-text:before, .bx-im-message-base__wrap.--self .vote__answer.--selected .vote__answer-select.--checkbox + .vote__progress-bar .vote__answer-text:before { background: #1f86ff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.279.433a.55.55 0 01-.002.778L3.89 7.573a.55.55 0 01-.776 0l-2.9-2.888a.55.55 0 11.775-.78l2.513 2.502 6-5.975a.55.55 0 01.778.001z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center; border-color: #1f86ff; } .bx-im-message-base__wrap.--self .vote__answer.--selected .vote__answer-select.--checkbox + .vote__progress-bar { background: #dafda8; } .bx-im-message-base__wrap.--self .vote__answer-select.--checkbox + .vote__progress-bar .vote__answer-text:before { border-color: #c9e99b; } .vote__answers.--voted .vote__answer-select.--checkbox + .vote__progress-bar .vote__answer-text:before { opacity: 0; } .vote__answer.--selected .vote__progress-bar-fill { background: #92c5ff; } .bx-im-message-base__wrap.--self .vote__answer.--selected .vote__progress-bar-fill { background: #9fe043; } .vote__answers { margin-bottom: 17px; } .vote__answers.--voted { pointer-events: none; } .vote__answers.--voted .vote__answer-percent { pointer-events: auto; cursor: default; } .bx-im-message-base__wrap.--self .vote__answers.--voted .vote__progress-bar:hover { background: #dafda8; } .vote__answer.--selected .vote__answer:hover, .vote__answers.--voted .vote__progress-bar:hover { background: #edf7ff; } .vote__notice-text + .vote__notice-text { padding-left: 14px; position: relative; } .vote__notice-text + .vote__notice-text:before { content: ''; display: inline-block; width: 2px; height: 2px; background: #a8adb4; border-radius: 1px; position: absolute; top: 50%; left: 6px; }