index.wxss 1.25 KB
@charset "UTF-8";
/**
 * uni-app内置的常用样式变量
 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
page {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #fff;
  min-height: 100%;
  height: auto;
}
view {
  font-size: 14px;
  line-height: inherit;
}
.uni-icons {
  color: #007AFF;
}
.text {
  text-align: center;
  font-size: 26rpx;
  margin-top: 10rpx;
}
.grid-item-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.uni-margin-wrap {
  width: 690rpx;
  width: 100%;
}
.swiper {
  height: 300rpx;
}
.swiper-box {
  height: 150px;
}
.swiper-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 300rpx;
  line-height: 300rpx;
}
@media screen and (min-width: 500px) {
.uni-swiper-dot-box {
    width: 400px;
    margin: 0 auto;
    margin-top: 8px;
}
.image {
    width: 100%;
}
}
.icon {
  font-size: 28px;
}
.text {
  display: block;
  font-size: 13px;
  margin: 8px 0px;
}