@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ page { height: 100%; background: #FFFFFF; } .page { height: 100%; overflow: hidden; } .search-bar { display: flex; align-items: center; position: relative; padding: 27rpx 30rpx 35rpx; background-color: #fff; } .search-bar-form { flex: 1; position: relative; border-radius: 32rpx; background: #f2f5f7; } .search-bar-box { display: flex; align-items: center; position: relative; padding-left: 20rpx; padding-right: 20rpx; height: 64rpx; z-index: 1; } .search-bar-input { line-height: normal; width: 100%; padding-left: 20rpx; font-size: 30rpx; color: #333; } .phcolor { font-size: 30rpx; } .icon-clear { height: 38rpx; } .icon-clear .tui-icon-class { display: block; } .search-bar-label { height: 64rpx; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; border-radius: 32rpx; color: #ccc; background: #f2f5f7; } .icon-search { position: relative; height: 26rpx; margin-right: 20rpx; font-size: inherit; } .search-bar-text { font-size: 30rpx; line-height: 32rpx; } .cancel-btn { padding-left: 30rpx; } .search-result::before { display: none; } .search-result::after { display: none; } .tui-list-cell-navigate { font-size: 30rpx; color: #333; font-weight: 800; } .tui-list-cell-navigate::after { content: ''; position: absolute; border-bottom: 1rpx solid #eaeef1; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); bottom: 0; right: 0; left: 30rpx; } .current-city { padding: 0 30rpx 30rpx; background: #fff; } .tui-icon-class { margin-right: 10rpx; } .current-city .title { font-size: 28rpx; line-height: 24rpx; color: #333333; } .box { background: #F5F5F5; border-radius: 10rpx; width: 686rpx; } .city-name { display: flex; align-items: center; font-size: 30rpx; font-weight: bold; line-height: 30rpx; color: #333; } .hot-city .title { height: 48rpx !important; padding-left: 30rpx; font-size: 24rpx !important; line-height: 48rpx !important; color: #999; background: #f2f5f7 !important; } .city-names { display: flex; flex-wrap: wrap; justify-content: space-between; align-content: space-between; padding: 12rpx 90rpx 26rpx 30rpx; background: #fff; } .city-name-item { display: flex; justify-content: center; align-items: center; width: 140rpx; height: 56rpx; margin-top: 16rpx; /* border: solid 1rpx #ccc; */ border-radius: 28rpx; font-size: 28rpx; color: #333; position: relative; } .city-name-item::before { content: ""; position: absolute; width: 200%; height: 200%; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); box-sizing: border-box; left: 0; top: 0; border-radius: 56rpx; border: 1px solid #ccc; } .tap-city { color: #fff; background: #5677fc; /* border: solid 1rpx #5677fc; */ } .tui-list { background-color: #fff; position: relative; width: 100%; display: flex; flex-direction: column; padding-bottom: env(safe-area-inset-bottom); } .tui-list-cell-divider { height: 48rpx; padding-left: 30rpx; font-size: 24rpx; color: #999; background: #f2f5f7; padding: 0 30rpx; display: flex; align-items: center; } .tui-indexed-list-bar { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; z-index: 9999; position: absolute; top: 132rpx; right: 0; padding-right: 10rpx; width: 44rpx; } .tui-indexed-list-text { font-size: 22rpx; white-space: nowrap; } .tui-indexed-list-bar.active { background-color: #c8c8c8; } .tui-indexed-list-alert { position: absolute; z-index: 20; width: 160rpx; height: 160rpx; left: 50%; top: 50%; margin-left: -80rpx; margin-top: -80rpx; border-radius: 80rpx; text-align: center; line-height: 160rpx; font-size: 70rpx; color: #fff; background-color: rgba(0, 0, 0, 0.5); } /* 添加收货地址 */ .btn { position: fixed; bottom: 0rpx; width: 100%; height: 100rpx; line-height: 100rpx; background-color: white; padding-top: 10rpx; } .address_push { width: 90%; height: 80rpx; margin: 0 auto; background: #FCD202; border-radius: 20rpx; color: white; text-align: center; line-height: 80rpx; font-size: 35rpx; }