1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .u-model.data-v-3626fcec {
- height: auto;
- overflow: hidden;
- font-size: 32rpx;
- background-color: #fff;
- }
- .u-model__btn--hover.data-v-3626fcec {
- background-color: #e6e6e6;
- }
- .u-model__title.data-v-3626fcec {
- padding-top: 48rpx;
- font-weight: 500;
- text-align: center;
- color: #303133;
- }
- .u-model__content__message.data-v-3626fcec {
- padding: 48rpx;
- font-size: 30rpx;
- text-align: center;
- color: #606266;
- }
- .u-model__footer.data-v-3626fcec {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- }
- .u-model__footer__button.data-v-3626fcec {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- height: 100rpx;
- line-height: 100rpx;
- font-size: 32rpx;
- box-sizing: border-box;
- cursor: pointer;
- text-align: center;
- border-radius: 4rpx;
- }
|