12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- .updateBtnGroup {
- padding: 0;
- justify-content: center !important;
- :global {
- .n-button {
- height: 48px !important;
- min-width: 156px;
- }
- }
- }
- .updatePassword {
- padding: 40px;
- }
- .countInput {
- border-radius: 8px;
- min-height: 265px;
- }
- .addInput {
- font-size: 16px;
- font-weight: 400;
- color: #777777;
- line-height: 22px;
- display: flex;
- flex-direction: column;
- align-items: center;
- img {
- width: 36px;
- height: 36px;
- margin-bottom: 20px;
- }
- }
- :global {
- .n-upload-trigger.n-upload-trigger--image-card {
- width: 150px;
- height: 150px;
- background: #FDFDFD;
- border-radius: 8px;
- }
- .n-upload-file-list .n-upload-file.n-upload-file--image-card-type {
- width: 150px;
- height: 150px;
- background: #FDFDFD;
- border-radius: 8px;
- }
- .n-upload-file-list.n-upload-file-list--grid {
- display: grid;
- grid-template-columns: repeat(auto-fill, 150px);
- grid-gap: 20px;
- margin-top: 0;
- }
- }
- .messageWrap {
- display: flex;
- flex-direction: row;
- align-items: center;
- p {
- height: 25px;
- font-size: 18px;
- font-weight: 400;
- color: #777777;
- line-height: 25px;
- margin-right: 40px;
- }
- }
|