index.wxss 2.9 KB
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* uni.scss */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.u-nav-slot {
  color: #fff;
  font-size: 34rpx;
  font-weight: 700;
}
.topBgBox {
  width: 100%;
}
.topBgBox image {
  width: 100%;
  height: 528rpx;
}
.topBgBox .searchBox {
  width: 100%;
  position: absolute;
  top: 176rpx;
}
.topBgBox .searchBox .vip image {
  margin-left: 20rpx;
  width: 718rpx;
  height: 228rpx;
}
.classBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20rpx 56rpx 40rpx;
  box-sizing: border-box;
}
.classBox :nth-child(4n) {
  margin-right: 0 !important;
}
.classBox .itemClss {
  margin: 0 86rpx 20rpx 0;
}
.classBox .itemClss image {
  width: 88rpx;
  height: 88rpx;
  margin-bottom: 24rpx;
}
.classBox .itemClss text {
  color: #000000e6;
  font-size: 24rpx;
}
.specialOffer {
  position: relative;
  width: 702rpx;
  height: 648rpx;
  margin: 0 auto;
}
.specialOffer .pinkBg {
  width: 100%;
  height: 100%;
}
.specialOffer .special {
  position: absolute;
  top: 24rpx;
  left: 24rpx;
  width: 654rpx;
  box-sizing: border-box;
}
.specialOffer .special .topBox {
  width: 100%;
  margin-bottom: 24rpx;
}
.specialOffer .special .topBox .titles .title {
  color: #f84b3bff;
  font-size: 32rpx;
  font-weight: 700;
  line-height: 32rpx;
}
.specialOffer .special .topBox .titles text {
  color: #f84b3bff;
  font-size: 20rpx;
  margin-top: 8rpx;
}
.specialOffer .special .topBox .more {
  margin-top: 26rpx;
  color: #f84b3bff;
  font-size: 24rpx;
}
.specialOffer .special .topBox .more image {
  width: 22rpx;
  height: 22rpx;
}
.specialOffer .special .shop {
  width: 654rpx;
  height: 508rpx;
  overflow: hidden;
}
.recom {
  color: #323233ff;
  font-size: 30rpx;
  font-weight: 700;
  line-height: 44rpx;
  margin: 40rpx 40rpx 16rpx;
}
.recom image {
  width: 32rpx;
  height: 32rpx;
  margin-right: 8rpx;
}
.recom text {
  margin-left: 8rpx;
  color: #969799ff;
  font-size: 22rpx;
  margin-top: 10rpx;
}
.recomBox {
  width: 100%;
  padding: 0 24rpx;
  box-sizing: border-box;
  background: #f8f8fa;
}