123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284 |
- .A6my {
- :global {
- .A6main {
- height: calc(100% - 60px);
- background-image: url('../../assets/img/notice/bg03.jpg');
- background-size: cover;
- padding: 24px 0;
- .A6top {
- padding: 0 24px;
- display: flex;
- margin-bottom: 20px;
- .A6tRow {
- font-weight: 700;
- color: #979491;
- font-size: 20px;
- padding-bottom: 4px;
- border-bottom: 4px solid transparent;
- margin-right: 55px;
- }
- .A6tRowAc {
- color: var(--themeColor3);
- border-color: var(--themeColor3);
- }
- }
- .A6No {
- height: 90%;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 30px;
- font-weight: 700;
- letter-spacing: 4px;
- color: var(--themeColor3);
- }
- .A6list {
- padding: 0 24px 40px;
- height: calc(100% - 33px);
- overflow-y: auto;
- .A6row1_1 {
- position: absolute;
- top: -10px;
- right: -10px;
- width: 80px;
- height: 30px;
- border-radius: 15px;
- border: 1px solid #f45151;
- color: #f45151;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- // 预约申请
- .A6row {
- height: 500px;
- background-image: url('../../assets/img/my/listBg.png');
- background-size: 100% 100%;
- margin-bottom: 20px;
- padding: 27px;
- font-size: 16px;
- .A6row1 {
- position: relative;
- border-bottom: 2px dashed #bebebe;
- position: relative;
- height: 86px;
- & > img {
- position: absolute;
- top: -10px;
- right: -10px;
- width: 60px;
- }
- & > p {
- width: 90%;
- margin-bottom: 8px;
- span {
- font-weight: 700;
- color: var(--themeColor2);
- }
- }
- }
- .A6row2 {
- margin-top: 20px;
- .A6row2Tit {
- font-weight: 700;
- color: var(--themeColor);
- }
- p {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- margin-top: 5px;
- span {
- font-weight: 700;
- }
- }
- .A6row2_1 {
- height: 127px;
- overflow-y: auto;
- padding-right: 10px;
- & > div {
- margin-top: 5px;
- white-space: pre-wrap;
- word-wrap: break-word;
- // text-align: justify;
- span {
- font-weight: 700;
- }
- }
- }
- }
- }
- .A6row3 {
- margin: 15px 0;
- border-top: 2px dashed #bebebe;
- position: relative;
- height: 40px;
- & > div {
- position: absolute;
- bottom: -8px;
- right: 0px;
- width: 103px;
- height: 33px;
- background: var(--themeColor3);
- border-radius: 5px;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #fff;
- font-size: 16px;
- }
- }
- .A6row3No {
- & > div {
- background-color: #d9d9d9 !important;
- pointer-events: none !important;
- color: #aeaeae !important;
- }
- }
- // 认证申请
- .A6_2row {
- background: #fff;
- box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
- border-radius: 10px;
- margin-bottom: 26px;
- padding-bottom: 10px;
- .A6_2Top {
- position: relative;
- height: 100px;
- background-image: url('../../assets/img/my/bac.png');
- background-size: 100% 100%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- padding-left: 27px;
- color: #fff;
- font-size: 16px;
- & > p {
- margin-bottom: 8px;
- font-weight: 700;
- }
- & > img {
- position: absolute;
- top: 10px;
- right: 10px;
- width: 60px;
- }
- }
- .A6row1_1 {
- top: 20px;
- right: 10px;
- border-color: #fff;
- color: #fff;
- }
- .A6_2main {
- padding: 20px 26px;
- font-size: 16px;
- .A6_2tit {
- font-weight: 700;
- color: var(--themeColor);
- }
- span {
- font-weight: 700;
- }
- & > p {
- margin-top: 5px;
- word-wrap: break-word;
- }
- & > div {
- margin-top: 5px;
- display: flex;
- span {
- width: 80px;
- }
- p {
- width: calc(100% - 80px);
- word-wrap: break-word;
- white-space: pre-wrap;
- text-align: justify;
- }
- }
- }
- .A6_2file {
- margin-bottom: 17px;
- padding: 0 26px;
- font-size: 16px;
- .A6_2file1 {
- padding: 17px 0;
- border-bottom: 2px dashed #bebebe;
- border-top: 2px dashed #bebebe;
- .A6_2file1_1 {
- height: 30px;
- color: var(--themeColor);
- font-weight: 700;
- }
- .A6_2fileRow {
- min-height: 40px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 10px;
- .A6_2filell {
- font-size: 14px;
- width: calc(100% - 70px);
- }
- .A6_2filerr {
- width: 60px;
- height: 36px;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 4px;
- background-color: var(--themeColor2);
- color: #fff;
- }
- }
- }
- }
- .A6_2btn {
- position: relative;
- height: 40px;
- & > div {
- position: absolute;
- right: 20px;
- bottom: 10px;
- width: 103px;
- height: 33px;
- background: var(--themeColor3);
- border-radius: 5px;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #fff;
- font-size: 16px;
- }
- }
- .A6_2btnNo {
- & > div {
- background-color: #d9d9d9 !important;
- pointer-events: none !important;
- color: #aeaeae !important;
- }
- }
- }
- .B2dian {
- font-size: 18px;
- text-align: center;
- }
- }
- }
- }
- }
|