123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /* uni.scss */
- /* 页面左右间距 */
- /* 文字尺寸 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 颜色变量 */
- /* 项目主色 */
- /* 文字基本颜色 */
- .red.data-v-1a09ceb8 {
- color: #f60808;
- }
- .green.data-v-1a09ceb8 {
- color: #15ab54;
- }
- .yellow.data-v-1a09ceb8 {
- color: #f0ad4e;
- }
- .blue.data-v-1a09ceb8 {
- color: #1f96f6;
- }
- .blank.data-v-1a09ceb8 {
- color: #000;
- }
- .white.data-v-1a09ceb8 {
- color: #fff;
- }
- .promain.data-v-1a09ceb8 {
- color: #025b58;
- }
- .prosecond.data-v-1a09ceb8 {
- color: #ed742f;
- }
- .textmain.data-v-1a09ceb8 {
- color: #333;
- }
- .textgrey.data-v-1a09ceb8 {
- color: #999;
- }
- .fuColor.data-v-1a09ceb8 {
- color: #c6cadb;
- }
- .fontssm.data-v-1a09ceb8 {
- font-size: 22rpx;
- }
- .fontsm.data-v-1a09ceb8 {
- font-size: 24rpx;
- }
- .fontmid.data-v-1a09ceb8 {
- font-size: 28rpx;
- }
- .fontbase.data-v-1a09ceb8 {
- font-size: 30rpx;
- }
- /* 背景颜色 */
- /* 边框颜色 */
- /* input 样式 */
- .input-placeholder.data-v-1a09ceb8 {
- color: #999999;
- }
- .navigator-hover.data-v-1a09ceb8 {
- background: transparent !important;
- opacity: 1;
- }
- .uni-page-head-transparent .uni-page-head-btn.data-v-1a09ceb8 {
- background: transparent !important;
- }
- uni-toast.data-v-1a09ceb8 {
- z-index: 99999;
- }
- button.data-v-1a09ceb8 {
- background: transparent;
- }
- button.data-v-1a09ceb8::after {
- border: 0;
- }
- .pop-content.data-v-1a09ceb8 {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 616rpx;
- padding-top: 36rpx;
- background-color: #fff;
- overflow: hidden;
- margin: 0 auto;
- }
- .pop-content .title.data-v-1a09ceb8 {
- font-size: 32rpx;
- color: #333;
- line-height: 48rpx;
- font-weight: 700;
- }
- .pop-content .con.data-v-1a09ceb8 {
- padding: 36rpx 40rpx 54rpx;
- }
- .pop-content .text.data-v-1a09ceb8 {
- width: 460rpx;
- font-size: 26rpx;
- color: #333;
- line-height: 40rpx;
- text-align: center;
- }
- .pop-content .btn-group.data-v-1a09ceb8 {
- width: 100%;
- }
- .pop-content .center.data-v-1a09ceb8 {
- text-align: center;
- }
- .pop-content .btn.data-v-1a09ceb8 {
- flex: 1;
- height: 88rpx;
- line-height: 88rpx;
- font-size: 32rpx;
- color: #333;
- background: #f6f6f6;
- }
- .pop-content .btn.data-v-1a09ceb8:last-of-type {
- background-color: #025b58;
- }
- .pop-content .btn:last-of-type .txt.data-v-1a09ceb8 {
- color: #ffffff;
- }
|