| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- html {
- word-break: break-word;
- text-rendering: optimizeLegibility;
- color: #333;
- background-color: #f2f3f5;
- }
- body {
- margin: 0;
- line-height: normal;
- }
- ul {
- padding: 0;
- margin: 0;
- }
- li {
- list-style: none;
- }
- a {
- text-decoration: none;
- background-color: transparent;
- }
- .right-wrap {
- width: 100%;
- }
- .wrapper {
- display: flex;
- flex-direction: column;
- align-items: center;
- margin: 0 20px;
- position: relative;
- }
- .wrapper .success-icon {
- position: absolute;
- top: -80px;
- }
- .wrapper .header {
- font-weight: 500;
- font-size: 20px;
- line-height: 28px;
- text-align: center;
- color: #d25f00;
- opacity: .8;
- margin: 0 0 24px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .wrapper .icon {
- height: 88px;
- margin-bottom: 24px;
- }
- .wrapper .desc {
- font-size: 14px;
- line-height: 24px;
- text-align: center;
- color: #515767;
- }
- .wrapper .link {
- color: #1e80ff;
- }
- /* .el-message-box__wrapper {
- top: 100px;
- bottom: unset;
-
- } */
- .el-cascader-panel {
- height: 195px;
- .el-scrollbar__wrap {
- height: 100%;
- overflow-x: auto;
- }
- }
|