@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ /* 快捷导航 */ .u-tap-btn { position: fixed; right: 20rpx; bottom: 100rpx; z-index: 999; } .u-go-home { border-radius: 100%; width: 80rpx; height: 80rpx; border: 1px solid #eee; font-size: 20rpx; text-align: center; background-color: #fff; box-shadow: 0px 4rpx 8rpx rgba(0, 0, 0, 0.35); z-index: 2; opacity: 0.8; line-height: 80rpx; margin-bottom: 20rpx; } .u-go-home .iconfont { font-size: 36rpx; } .zhezhaoceng { position: fixed; top: 0; width: 100%; height: 100%; z-index: 99; -webkit-animation: opacity 500ms; animation: opacity 500ms; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } @-webkit-keyframes opacity { from { background: rgba(0, 0, 0, 0); } to { background: rgba(0, 0, 0, 0.4); } } @keyframes opacity { from { background: rgba(0, 0, 0, 0); } to { background: rgba(0, 0, 0, 0.4); } } @-webkit-keyframes opacity1 { from { background: rgba(0, 0, 0, 0.4); } to { background: rgba(0, 0, 0, 0); } } @keyframes opacity1 { from { background: rgba(0, 0, 0, 0.4); } to { background: rgba(0, 0, 0, 0); } } .quicknav { width: 80rpx; height: 80rpx; border-radius: 50%; } @-webkit-keyframes mymove1 { from { bottom: 0rpx; opacity: 0; } to { bottom: 420rpx; opacity: 1; } } @keyframes mymove1 { from { bottom: 0rpx; opacity: 0; } to { bottom: 420rpx; opacity: 1; } } @-webkit-keyframes mymove2 { from { bottom: 0rpx; opacity: 0; } to { bottom: 320rpx; opacity: 1; } } @keyframes mymove2 { from { bottom: 0rpx; opacity: 0; } to { bottom: 320rpx; opacity: 1; } } @-webkit-keyframes mymove3 { from { bottom: 0rpx; opacity: 0; } to { bottom: 220rpx; opacity: 1; } } @keyframes mymove3 { from { bottom: 0rpx; opacity: 0; } to { bottom: 220rpx; opacity: 1; } } @-webkit-keyframes mymove4 { from { bottom: 0rpx; opacity: 0; } to { bottom: 120rpx; opacity: 1; } } @keyframes mymove4 { from { bottom: 0rpx; opacity: 0; } to { bottom: 120rpx; opacity: 1; } } @-webkit-keyframes mymove5 { from { bottom: 420rpx; opacity: 1; } to { bottom: 10rpx; } } @keyframes mymove5 { from { bottom: 420rpx; opacity: 1; } to { bottom: 10rpx; } } @-webkit-keyframes mymove6 { from { bottom: 320rpx; opacity: 1; } to { bottom: 10rpx; opacity: 0; } } @keyframes mymove6 { from { bottom: 320rpx; opacity: 1; } to { bottom: 10rpx; opacity: 0; } } @-webkit-keyframes mymove7 { from { bottom: 220rpx; opacity: 1; } to { bottom: 10rpx; opacity: 0; } } @keyframes mymove7 { from { bottom: 220rpx; opacity: 1; } to { bottom: 10rpx; opacity: 0; } } @-webkit-keyframes mymove8 { from { bottom: 120rpx; opacity: 1; } to { bottom: 10rpx; opacity: 0; } } @keyframes mymove8 { from { bottom: 120rpx; opacity: 1; } to { bottom: 10rpx; opacity: 0; } } .navtext text { font-size: 24rpx; color: #fff; text-align: right; min-width: 120rpx; margin-right: 20rpx; } .navtext1 text { font-size: 24rpx; color: #fff; text-align: right; min-width: 120rpx; margin-right: 20rpx; } .u-tuan-label { padding: 5rpx 8rpx; background-color: #db384c; border-radius: 4rpx; font-size: 24rpx; color: #fff; margin-right: 8rpx; } .m-product-name2 { font-size: 28rpx; box-sizing: border-box; padding-right: 20rpx; position: relative; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .m-listv .m-product-name2 { width: 345rpx; box-sizing: border-box; padding: 0 20rpx; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; }