@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /* uni.scss */ /* 页面左右间距 */ /* 文字尺寸 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 颜色变量 */ /* 项目主色 */ /* 文字基本颜色 */ .red { color: #f60808; } .green { color: #15ab54; } .yellow { color: #f0ad4e; } .blue { color: #1f96f6; } .blank { color: #000; } .white { color: #fff; } .promain { color: #025b58; } .prosecond { color: #ed742f; } .textmain { color: #333; } .textgrey { color: #999; } .fuColor { color: #c6cadb; } .fontssm { font-size: 22rpx; } .fontsm { font-size: 24rpx; } .fontmid { font-size: 28rpx; } .fontbase { font-size: 30rpx; } /* 背景颜色 */ /* 边框颜色 */ /* input 样式 */ .input-placeholder { color: #999999; } .navigator-hover { background: transparent !important; opacity: 1; } .uni-page-head-transparent .uni-page-head-btn { background: transparent !important; } uni-toast { z-index: 99999; } button { background: transparent; } button::after { border: 0; } .content { min-height: 100vh; padding: 30rpx 30rpx 140rpx; } .content .payInfo { margin-top: 30rpx; background-color: #fff; padding: 35rpx 30rpx; } .content .payInfo .payicon { width: 68rpx; height: 68rpx; } .content .payInfo .flex1 { margin: 0 15rpx; } .content .payInfo .fontmid { flex: 1; } .content .payInfo .payselicon { width: 32rpx; height: 32rpx; } .content .warp { background-color: none; align-items: center; } .content .warp .title { width: 434rpx; height: 312rpx; } .content .warp .box { margin-top: -138rpx; padding: 164rpx 0 0; width: 564rpx; min-height: 502rpx; background: #ffffff; border-radius: 16rpx; border: 2rpx solid #979797; align-items: center; } .content .warp .box .errtit { padding: 0 40rpx; font-size: 40rpx; color: #080404; line-height: 50rpx; margin: 46rpx 0 30rpx; } .content .warp .box .subtit { font-size: 36rpx; color: #ff5302; line-height: 50rpx; } .content .warp .box .subtit image { width: 54rpx; height: 54rpx; margin-right: 20rpx; } .content .warp .box .com { margin: 110rpx 0 30rpx; font-size: 28rpx; font-family: MicrosoftYaHei; color: #666666; line-height: 38rpx; } .content .warp .close { width: 64rpx; height: 64rpx; margin-top: 30rpx; } .content .address { padding: 30rpx; background-color: #fff; margin: 0rpx 0 22rpx; border-radius: 16rpx; overflow: hidden; } .content .address image { width: 56rpx; height: 56rpx; margin-right: 30rpx; } .content .address .addInfo { flex: 1; } .content .address .addInfo-title text { font-size: 32rpx; } .content .address .addInfo-title text:nth-of-type(2) { font-size: 28rpx; margin-left: 12rpx; } .content .address .addInfo-bot { margin-top: 10rpx; font-size: 28rpx; line-height: 40rpx; } .content .shopsBox { background-color: #fff; border-radius: 16rpx; padding: 30rpx 20rpx; } .content .shopsBox .shopsTit { font-size: 32rpx; line-height: 44rpx; margin-bottom: 30rpx; } .content .shopsBox .shopsTit image { width: 40rpx; height: 40rpx; margin-right: 10rpx; } .content .shopsBox .shopshead { padding-bottom: 20rpx; } .content .shopsBox .shopshead image { width: 180rpx; height: 180rpx; border-radius: 10rpx; margin-right: 20rpx; background-color: #ccc; } .content .shopsBox .shopshead .shopsInfo { width: 450rpx; height: 100%; align-items: flex-start; justify-content: space-between; } .content .shopsBox .shopshead .shopsInfo .elli { height: 80rpx; line-height: 40rpx; } .content .shopsBox .shopshead .shopsInfo .price { width: 100%; } .content .shopsBox .shopshead .shopsInfo .price text { font-size: 32rpx; } .content .shopsBox .shopshead .shopsInfo .price .u-number-input { margin: 0; } .content .shopsBox .shopshead .shopsInfo .price .u-icon-plus, .content .shopsBox .shopshead .shopsInfo .price .uni-input-input, .content .shopsBox .shopshead .shopsInfo .price .u-icon-minus { border: 1px solid #ebebeb; } .content .shopsBox .other { margin: 30rpx 0 0 60rpx; } .content .shopsBox .other:nth-of-type(1) { margin-top: 50rpx; } .content .shopsBox .other text { margin-right: 30rpx; } .content .shopsBox .other input { flex: 1; } .content .fixBox { justify-content: flex-end; font-size: 32rpx; padding-left: 30rpx; } .content .fixBox .clickbtn { margin: 0 0 0 20rpx; width: 214rpx; border-radius: 0px; }