@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .imageV { margin: 0rpx; width: 100%; height: 25vh; } .imageZ { width: 30rpx; height: 30rpx; } .imageRJ { width: 56rpx; height: 56rpx; margin-right: 8rpx; } .imageR { width: 56rpx; height: 56rpx; margin-right: 50rpx; } .textR { margin-left: 6rpx; margin-right: 6rpx; } .msText { width: 100%; margin-top: 20rpx; padding-left: 30rpx; text-align: left; font-size: 22rpx; line-height: 32rpx; } .contensb { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .rconten { margin-left: auto; display: flex; flex-direction: row; align-items: center; } .buyBT { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; width: 100%; } .dianpuming { font-size: 30rpx; line-height: 32rpx; height: 32rpx; font-weight: bold; } .peisongsuoming { font-size: 26rpx; line-height: 38rpx; height: 38rpx; color: dimgray; } .skuViewCt { display: flex; flex-direction: column; justify-content: center; width: 100%; margin-top: 10rpx; } .contensbgg { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; } .guigeleixing { font-size: 26rpx; line-height: 40rpx; height: 40rpx; color: black; font-weight: bold; } .youhuixinxi { margin: 8rpx; padding: 4rpx; font-size: 26rpx; line-height: 54rpx; height: 54rpx; border: 2rpx solid lightgray; border-radius: 8rpx; } .xz { color: lightcoral; border: 2rpx solid lightcoral; border-radius: 8rpx; } .xiaoliang { margin-left: auto; margin-right: 30rpx; } .xsxqt { margin-top: 16rpx; padding-left: 30rpx; font-size: 30rpx; line-height: 80rpx; height: 80rpx; font-weight: bold; background-color: whitesmoke; } .shangpinwenmiao { display: flex; padding-left: 20rpx; padding-right: 20rpx; margin-bottom: 170rpx; } .bottomfloatV { position: fixed; flex-direction: row; align-items: center; left: 0; right: 0; bottom: 0; z-index: 999; background-color: whitesmoke; height: 140rpx; } .gouwuche { width: 120rpx; height: 120rpx; } .qjs { border-radius: 8rpx; padding: 6rpx; margin-left: auto; margin-right: 30rpx; font-size: 32rpx; height: 40rpx; line-height: 40rpx; }