@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 字体大小变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 字体大小变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .container { box-sizing: border-box; background: #f7f7f7; } .ws-title { width: 100%; position: fixed; top: 0; left: 0; font-size: 34rpx; text-align: center; } .ws-header { position: relative; height: 280rpx; } .ws-header .user-info { position: absolute; z-index: 10; width: 750rpx; height: 280rpx; display: flex; flex-direction: column; align-items: center; justify-content: center; } .ws-header .user-info .user_default { display: block; width: 120rpx; height: 120rpx; border-radius: 50%; } .ws-header .user-login { width: 184rpx; height: 56rpx; margin-top: 25rpx; border-radius: 28rpx; background: #ffffff; line-height: 56rpx; text-align: center; color: #ff457b; font-size: 28rpx; } .ws-header .user-text { width: 446rpx; margin-top: 25rpx; color: #fff; font-size: 28rpx; line-height: 40rpx; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .ws-header .user-bg { width: 100%; } .more { width: 750rpx; display: flex; justify-content: space-between; align-items: center; padding: 23rpx 25rpx; box-sizing: border-box; background: #fff; } .more .more-right { font-size: 26rpx; line-height: 37rpx; margin-right: 10rpx; } .more .title { font-size: 32rpx; line-height: 45rpx; color: #333333; } .more .iconfont { font-size: 20rpx; vertical-align: middle; } .order-wrap { background: #fff; } .order-wrap .line { width: 702rpx; height: 1px; margin: 0 auto; background: #f0f0f0; } .order-wrap .order-nav { display: flex; justify-content: space-evenly; align-items: center; padding: 40rpx 0; } .order-wrap .order-nav .order-nav-item { position: relative; display: flex; align-items: center; flex-direction: column; } .order-wrap .order-nav .order-nav-item image { width: 64rpx; height: 64rpx; } .order-wrap .order-nav .order-nav-item text { font-size: 26rpx; line-height: 37rpx; margin-top: 8rpx; } .order-wrap .order-nav .order-nav-item .tui-badge { position: absolute; top: -15rpx; right: -25rpx; z-index: 999; } .place-menu-conten { margin-top: 20rpx; width: 100%; height: auto; box-sizing: border-box; padding: 0 24rpx; background-color: #ffffff; } .place-menu-conten .place-menu-cell { width: 100%; height: 110rpx; box-sizing: border-box; padding: 36rpx 0; text-align: left; float: left; border-bottom: 1px solid #e1e1e1; position: relative; } .place-menu-conten .place-menu-cell.last { border-bottom: none; } .place-menu-conten .place-menu-cell .place-left { width: 650rpx; height: 100%; } .place-menu-conten .place-menu-cell .place-left .place-menu-icon { width: 36rpx; height: 36rpx; display: block; float: left; } .place-menu-conten .place-menu-cell .place-left .place-menu-title { width: 300rpx; margin-left: 16rpx; float: left; height: 36rpx; line-height: 36rpx; font-size: 28rpx; color: #333333; } .place-menu-conten .place-menu-cell .place-left .coupons-count { width: 240rpx; float: right; height: 36rpx; line-height: 36rpx; font-size: 28rpx; text-align: right; color: #ff457b; } .place-menu-conten .place-menu-cell .iconfont { width: 36rpx; height: 36rpx; display: block; line-height: 36rpx; text-align: center; font-size: 30rpx; color: #cccccc; position: absolute; right: 0; top: 36rpx; } .user-support { position: fixed; bottom: 30rpx; width: 100%; float: left; display: flex; flex-direction: column; align-items: center; justify-content: center; } .user-support .user-support-image { width: 54rpx; height: 46rpx; display: block; margin-bottom: 5rpx; } .user-support .user-support-text { font-size: 20rpx; line-height: 30rpx; color: #cccccc; }