123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283 |
- .A6QInfo {
- position: absolute;
- z-index: 10;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: #fff;
- border-radius: 10px;
- :global {
- .A6QInfoBoxCC {
- width: 100%;
- height: 100%;
- overflow-y: auto;
- .A6QtopBack {
- position: absolute;
- top: 50%;
- right: 40px;
- transform: translateY(-50%);
- z-index: 11;
- width: 90px;
- .ant-btn {
- width: 100%;
- margin-bottom: 20px;
- }
- }
- .A6QInfoBox {
- padding: 20px;
- width: calc(100% - 120px);
- .A6Qtop {
- font-weight: 700;
- font-size: 20px;
- }
- .A6Qmain {
- font-size: 16px;
- .A6QM1 {
- margin-top: 4px;
- margin-bottom: 4px;
- &>span {
- font-weight: 700;
- }
- }
- .A6QM2 {
- padding-bottom: 15px;
- .image-wrap {
- text-align: center;
- display: block;
- margin: 8px auto;
- img {
- max-width: 500px;
- max-height: 300px;
- }
- }
- p {
- min-height: 15px;
- }
- }
- .A6QCbox {
- padding-top: 15px;
- border-top: 1px solid #ccc;
- .A6QC1 {
- display: flex;
- font-size: 16px;
- font-weight: 700;
- &>div {
- cursor: pointer;
- margin-right: 15px;
- }
- .A6QC1Ac {
- color: var(--themeColor);
- border-bottom: 2px solid var(--themeColor);
- }
- }
- .A6QC2 {
- margin-top: 20px;
- .ant-table-cell {
- padding: 10px;
- }
- .A6QC2Txt {
- &>span {
- font-weight: 700;
- }
- }
- .A6QC2Tab {
- margin: 10px 0;
- display: flex;
- .ant-btn {
- margin-right: 15px;
- }
- .ant-btn-primary {
- pointer-events: none;
- }
- .A6QC2TabDis {
- display: none;
- }
- }
- .A6QC2Centen {
- margin-top: 10px;
- .sonTableNone {
- padding: 6px 0;
- font-weight: 700;
- text-align: center;
- background: #fafafa;
- }
- }
- }
- .A6QC2None {
- width: 100%;
- height: 200px;
- line-height: 200px;
- text-align: center;
- font-weight: 700;
- font-size: 18px;
- }
- }
- }
- }
- }
- }
- }
- // 结果统计 查看自定义结果的弹窗
- .Tab1Look {
- :global {
- .ant-modal-close {
- display: none;
- }
- .ant-modal {
- top: 30px;
- width: 1000px !important;
- }
- .ant-modal-content {
- padding: 20px 0 10px !important;
- .ant-modal-header {
- padding: 0 20px;
- }
- }
- .T1Main {
- border-top: 1px solid #ccc;
- height: 700px;
- overflow-y: auto;
- font-size: 16px;
- .T1Cen {
- padding: 10px 20px 0px;
- .T1title {
- font-weight: 700;
- font-size: 18px;
- margin-bottom: 8px;
- }
- .T1time {
- &>span {
- font-weight: 700;
- }
- }
- .T1text {
- margin-top: 8px;
- padding-bottom: 15px;
- .image-wrap {
- text-align: center;
- display: block;
- margin: 8px auto;
- img {
- max-width: 500px;
- max-height: 300px;
- }
- }
- p {
- min-height: 15px;
- }
- }
- .T1list {
- margin-bottom: 15px;
- .T1list1 {
- font-weight: 700;
- margin-bottom: 5px;
- }
- .T1list2 {
- span {
- font-weight: 700;
- }
- .T1list3 {
- padding-left: 30px;
- margin-top: 8px;
- }
- .T1list4 {
- padding: 4px 0;
- margin-bottom: 8px;
- border-radius: 16px;
- display: flex;
- .T1list5 {
- width: 60px;
- text-align: right;
- .T1listSort {
- margin-right: 10px;
- display: inline-block;
- width: 22px;
- height: 22px;
- background-color: var(--themeColor);
- color: #fff;
- text-align: center;
- line-height: 22px;
- border-radius: 50%;
- }
- }
- .T1list6 {
- width: calc(100% - 60px);
- }
- }
- .T1list4Ac {
- color: #52c41a;
- // background-color: #52c41a;
- }
- }
- }
- }
- }
- .T1btn {
- margin-top: 15px;
- text-align: center;
- }
- }
- }
|