@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 字体大小变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ page { height: auto; } page, .container { /* padding-bottom: 120upx; */ background: #f7f7f7; border-top: 1px solid #ebebeb; } .container { position: relative; } .list { display: flex; align-items: center; width: 702rpx; height: auto; padding: 24rpx; background: #ffffff; position: relative; margin-bottom: 20rpx; } .wrapper { display: flex; flex-direction: column; flex: 1; } .u-box .label { color: #999999; } .u-box.b-b { margin-bottom: 24rpx; } .u-box.b-t { margin-bottom: 0; } .u-box { display: flex; align-items: center; font-size: 26rpx; color: #333333; line-height: 40rpx; margin-bottom: 12rpx; } .u-box .name { margin-right: 40rpx; font-weight: bold; } .u-box .mobile { font-weight: bold; } .u-box .default-tags { margin-left: 15rpx; display: block; width: 72rpx; height: 32rpx; border-radius: 16rpx; background-color: #fff3f7; color: #FF457B; line-height: 32rpx; text-align: center; font-size: 22rpx; } .u-box .tag-left { flex: 6; } .u-box .tag-left .tag { width: 280rpx; height: 40rpx; font-size: 26rpx; color: #999999; line-height: 40rpx; } .u-box .tag-left .tag .icon-xuanze { color: #FF457B; font-size: 38rpx; margin-right: 10rpx; } .u-box .tag-left .tag .icon-weixuanze { color: #999999; font-size: 38rpx; margin-right: 10rpx; } .u-box .tag-right { flex: 4; display: flex; text-align: right; } .u-box .tag-right .t-b { flex: 1; line-height: 40rpx; } .u-box .tag-right .t-b .txt { font-size: 24rpx; color: #333333; line-height: 40rpx; } .u-box .tag-right .icon-shanchu { color: #333333; margin-right: 8rpx; } .u-box .tag-right .icon-bianji { color: #333333; margin-right: 8rpx; } .u-box .address { font-size: 28rpx; color: #333333; line-height: 40rpx; text-overflow: ellipsis; display: -webkit-box; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .add-btn { position: fixed; left: 24rpx; right: 24rpx; bottom: 34rpx; z-index: 95; display: flex; align-items: center; justify-content: center; width: 702rpx; height: 88rpx; font-size: 28rpx; line-height: 88rpx; color: #ffffff; text-align: center; background: linear-gradient(270deg, #f83c6c 0%, #fc32b4 100%); border-radius: 45rpx; } .adds-btn { width: 702rpx; height: 88rpx; font-size: 28rpx; line-height: 88rpx; color: #ffffff; margin: 0 auto; text-align: center; background: #000000; border-radius: 14rpx; }