123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .uni-popup-dialog.data-v-2fab037e {
- width: 300px;
- -webkit-border-radius: 15px;
- border-radius: 15px;
- background-color: #fff;
- }
- .uni-dialog-title.data-v-2fab037e {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- padding-top: 15px;
- padding-bottom: 5px;
- }
- .uni-dialog-title-text.data-v-2fab037e {
- font-size: 16px;
- font-weight: 500;
- }
- .uni-dialog-content.data-v-2fab037e {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding: 5px 15px 15px 15px;
- }
- .uni-dialog-content-text.data-v-2fab037e {
- font-size: 14px;
- color: #6e6e6e;
- }
- .uni-dialog-button-group.data-v-2fab037e {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- border-top-color: #f5f5f5;
- border-top-style: solid;
- border-top-width: 1px;
- }
- .uni-dialog-button.data-v-2fab037e {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- height: 45px;
- }
- .uni-border-left.data-v-2fab037e {
- border-left-color: #f0f0f0;
- border-left-style: solid;
- border-left-width: 1px;
- }
- .uni-dialog-button-text.data-v-2fab037e {
- font-size: 14px;
- }
- .uni-button-color.data-v-2fab037e {
- color: #5dbc7c;
- }
- .uni-dialog-input.data-v-2fab037e {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- font-size: 14px;
- }
- .uni-popup__success.data-v-2fab037e {
- color: #4cd964;
- }
- .uni-popup__warn.data-v-2fab037e {
- color: #f0ad4e;
- }
- .uni-popup__error.data-v-2fab037e {
- color: #dd524d;
- }
- .uni-popup__info.data-v-2fab037e {
- color: #909399;
- }
|