sparta-ui 3.52.1 → 3.53.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
.sp-modal-wrap{bottom:0;left:0;overflow:auto;position:fixed;right:0;top:0}.sp-modal-wrap .sp-modal-content{background:#
|
|
1
|
+
.sp-modal-wrap{bottom:0;left:0;overflow:auto;position:fixed;right:0;top:0}.sp-modal-wrap .sp-modal-content{background:#1a1b1f;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;left:50%;padding:17px 19px 0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sp-modal-wrap .sp-modal-content .sp-modal__head .sp-modal__title{color:#fff;font-size:16px;font-weight:600;line-height:22px;text-align:left}.sp-modal-wrap .sp-modal-content .sp-modal__head__close{border:none;cursor:pointer;outline:none;padding:0;position:absolute;right:20px;top:20px}.sp-modal-wrap .sp-modal-content .sp-modal__head__close .sp-icon-close{color:hsla(0,0%,100%,.6);font-size:16px;font-weight:700;line-height:1}.sp-modal-wrap .sp-modal-content .sp-modal__body{color:#fff;font-size:14px;line-height:20px;overflow-y:auto}.sp-modal-wrap .sp-modal-content .sp-form{padding-bottom:24px;padding-top:20px}.sp-modal-wrap .sp-modal-content .sp-form .sp-form-item__label{padding-right:36px}.sp-modal-wrap .sp-modal-content .sp-form .sp-form-submit-btns{margin-top:4px}.sp-modal__mask{background:rgba(2,2,2,.6);bottom:0;left:0;position:fixed;right:0;top:0}.sp-confirm__body{color:hsla(0,0%,100%,.8);font-size:16px;line-height:1.5;padding:12px 0 28px}.sp-confirm__body.align-left{text-align:left}.sp-confirm__body.align-center{text-align:center}.sp-confirm__body.align-right{text-align:right}.sp-confirm__foot{padding-bottom:20px;text-align:center}.sp-confirm__foot .sp-button{font-size:16px;height:40px;line-height:1;min-width:170px}.sp-confirm__foot .sp-button+.sp-button{margin-left:20px}.sp-confirm.is--error .sp-modal__title{margin-left:34px;margin-top:13px}.sp-confirm.is--error .sp-confirm__body{margin-left:34px}.sp-confirm__error{background-color:#d83024;border-radius:50%;font-size:0;height:24px;left:18px;line-height:24px;position:absolute;text-align:center;top:29px;width:24px}.sp-confirm__error .sp-icon-close{font-size:12px;font-weight:700}
|
package/lib/sdkBaoxue/index.css
CHANGED
|
@@ -1847,7 +1847,7 @@ input, textarea {
|
|
|
1847
1847
|
-webkit-transform: translate(-50%, -50%);
|
|
1848
1848
|
-ms-transform: translate(-50%, -50%);
|
|
1849
1849
|
transform: translate(-50%, -50%);
|
|
1850
|
-
background: #
|
|
1850
|
+
background: #1a1b1f;
|
|
1851
1851
|
border-radius: 10px;
|
|
1852
1852
|
-webkit-box-sizing: border-box;
|
|
1853
1853
|
box-sizing: border-box;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.sp-modal-wrap{bottom:0;left:0;overflow:auto;position:fixed;right:0;top:0}.sp-modal-wrap .sp-modal-content{background:#
|
|
1
|
+
.sp-modal-wrap{bottom:0;left:0;overflow:auto;position:fixed;right:0;top:0}.sp-modal-wrap .sp-modal-content{background:#1a1b1f;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;left:50%;padding:17px 19px 0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sp-modal-wrap .sp-modal-content .sp-modal__head .sp-modal__title{color:#fff;font-size:16px;font-weight:600;line-height:22px;text-align:left}.sp-modal-wrap .sp-modal-content .sp-modal__head__close{border:none;cursor:pointer;outline:none;padding:0;position:absolute;right:20px;top:20px}.sp-modal-wrap .sp-modal-content .sp-modal__head__close .sp-icon-close{color:hsla(0,0%,100%,.6);font-size:16px;font-weight:700;line-height:1}.sp-modal-wrap .sp-modal-content .sp-modal__body{color:#fff;font-size:14px;line-height:20px;overflow-y:auto}.sp-modal-wrap .sp-modal-content .sp-form{padding-bottom:24px;padding-top:20px}.sp-modal-wrap .sp-modal-content .sp-form .sp-form-item__label{padding-right:36px}.sp-modal-wrap .sp-modal-content .sp-form .sp-form-submit-btns{margin-top:4px}.sp-modal__mask{background:rgba(2,2,2,.6);bottom:0;left:0;position:fixed;right:0;top:0}
|