1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .uni-popup-message.data-v-2b5e1e44 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- background-color: #e1f3d8;
- padding: 10px 15px;
- border-color: #eee;
- border-style: solid;
- border-width: 1px;
- }
- .uni-popup-message-text.data-v-2b5e1e44 {
- font-size: 14px;
- padding: 0;
- }
- .uni-popup__success.data-v-2b5e1e44 {
- background-color: #e1f3d8;
- }
- .uni-popup__success-text.data-v-2b5e1e44 {
- color: #67C23A;
- }
- .uni-popup__warn.data-v-2b5e1e44 {
- background-color: #faecd8;
- }
- .uni-popup__warn-text.data-v-2b5e1e44 {
- color: #E6A23C;
- }
- .uni-popup__error.data-v-2b5e1e44 {
- background-color: #fde2e2;
- }
- .uni-popup__error-text.data-v-2b5e1e44 {
- color: #F56C6C;
- }
- .uni-popup__info.data-v-2b5e1e44 {
- background-color: #F2F6FC;
- }
- .uni-popup__info-text.data-v-2b5e1e44 {
- color: #909399;
- }
|