123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319 |
- .page {
- background: #EDEFF7;
- width: 100%;
- height: 100%;
- overflow: hidden;
- display: flex;
- flex-direction: column;
- }
- .main-content {
- width: 61.45%;
- height: 100%;
- margin: 0 auto;
- padding-top: 60px;
- display: flex;
- flex-direction: column;
- .title-content {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- margin-top: 36px;
- align-items: center;
- .create-test-box {
- display: flex;
- flex-direction: row;
- align-items: center;
- .create-test {
- width: 77px;
- height: 28px;
- background: rgba(255, 255, 255, 1);
- border-radius: 14px;
- font-size: 14px;
- font-family: MicrosoftYaHei;
- color: rgba(111, 111, 111, 1);
- line-height: 28px;
- text-align: center;
- }
- .select-test {
- width: 77px;
- height: 28px;
- background: rgba(255, 255, 255, 1);
- border-radius: 14px;
- font-size: 14px;
- font-family: MicrosoftYaHei;
- color: rgba(78, 93, 255, 1);
- line-height: 28px;
- text-align: center;
- }
- }
- }
- .content {
- width: 100%;
- height: 100%;
- margin-top: 33px;
- background: rgba(255, 255, 255, 1);
- border-radius: 6px;
- padding-top: 13px;
- display: flex;
- flex-direction: column;
- overflow-y: auto;
- .item-test {
- height: 50px;
- width: 100%;
- display: flex;
- padding-left: 40px;
- padding-right: 40px;
- flex-direction: row;
- justify-content: space-between;
- margin-bottom: 10px;
- .item-left {
- line-height: 50px;
- display: flex;
- flex-direction: row;
- align-items: center;
- span {
- font-size: 18px;
- font-family: MicrosoftYaHei;
- color: rgba(53, 62, 96, 1);
- margin-left: 20px;
- }
- }
- .item-right {
- line-height: 50px;
- display: flex;
- flex-direction: row;
- align-items: center;
- .project-name,
- .qr-num {
- font-size: 14px;
- font-family: STYuanti-SC-Regular;
- font-weight: 400;
- color: rgba(153, 160, 182, 1);
- }
- .qr-num {
- margin-left: 130px;
- margin-right: 80px;
- }
- .use-test,
- .watch-test {
- width: 110px;
- height: 30px;
- background: rgba(230, 237, 255, 1);
- border-radius: 15px;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- .watch-icon {
- width: 15px;
- height: 11px;
- background-image: url('../../assets/images/watch-icon.png');
- background-size: 15px 11px;
- margin-right: 3px;
- }
- span {
- display: inline-block;
- line-height: 30px;
- font-size: 12px;
- font-family: STYuanti-SC-Regular;
- font-weight: 400;
- color: rgba(78, 93, 255, 1);
- }
- }
- .use-test {
- margin-left: 20px;
- .use-icon {
- width: 11px;
- height: 13px;
- background-image: url('../../assets/images/use-icon.png');
- background-size: 11px 13px;
- margin-right: 3px;
- }
- }
- }
- }
- .item-test:hover {
- background: rgba(230, 237, 255, 1);
- .watch-test,
- .use-test {
- background: rgba(78, 93, 255, 1);
- .use-icon {
- background-image: url('../../assets/images/use-icon-white.png');
- background-size: 11px 13px;
- }
- span {
- color: rgba(255, 255, 255, 1);
- }
- }
- .watch-test {
- .watch-icon {
- background-image: url('../../assets/images/watch-icon-white.png');
- background-size: 15px 11px;
- }
- }
- }
- }
- }
- .el-button {
- padding: 7px 20px;
- position: relative
- }
- .el-button--primary {
- width: 220px;
- border-radius: 17px;
- font-size: 14px;
- color: #4E5DFF;
- background-color: #FFFFFF;
- border-color: #FFFFFF;
- }
- .icon-right {
- position: absolute;
- right: 10px;
- }
- .dialog {
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.6);
- position: absolute;
- z-index: 100000;
- top: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- .dialog-content {
- width: 560px;
- height: 70%;
- position: relative;
- .close {
- width: 28px;
- height: 28px;
- position: absolute;
- top: 0;
- right: 0;
- }
- .content-box {
- width: 100%;
- height: 100%;
- background-color: #FFFFFF;
- margin-top: 50px;
- border-radius: 6px;
- overflow: hidden;
- display: flex;
- flex-direction: column;
- .dialog-title {
- width: 100%;
- height: 98px;
- background: rgba(78, 93, 255, 1);
- border-radius: 6px 6px 0px 0px;
- font-size: 18px;
- font-family: PingFangSC-Regular;
- font-weight: 400;
- color: rgba(255, 255, 255, 1);
- line-height: 98px;
- padding-left: 42px;
- }
- .dialog-qr {
- width: 100%;
- height: 100%;
- overflow-y: auto;
- padding-left: 30px;
- padding-right: 15px;
- padding-top: 20px;
- .qr-item {
- width: 100%;
- margin-bottom: 20px;
- .title {
- display: inline-block;
- font-size: 14px;
- font-family: PingFangSC-Regular;
- font-weight: 400;
- color: rgba(0, 0, 0, 1);
- }
- .qr-as-text {
- display: flex;
- flex-direction: column;
- padding-left: 55px;
- margin-top: 6px;
- }
- .qr-as-img {
- width: 100%;
- padding-left: 55px;
- margin-top: 6px;
- .qr-img {
- width: 100px;
- display: inline-block;
- flex-direction: column;
- align-items: center;
- margin-bottom: 10px;
- margin-right: 7px;
- .qr-image {
- width: 100px;
- height: 72px;
- margin-bottom: 4px;
- }
- .qr-desc {
- display: inline-block;
- width: 100px;
- height: 46px;
- font-size: 14px;
- color: rgba(0, 0, 0, 1);
- line-height: 23px;
- white-space: normal !important;
- word-break: break-all;
- overflow: hidden;
- text-overflow: -o-ellipsis-lastline;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- }
- }
- }
- }
- }
- }
- }
|