questionnaire.wxss 3.72 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 主要颜色 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.page.data-v-6ae934ce {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}
.head-search.data-v-6ae934ce {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 20rpx 24rpx;
  background-color: #FFFFFF;
  border-radius: 35rpx;
  padding: 0 10rpx;
  border: 2rpx solid #E8E8E8;
}
.head-search .u-search.data-v-6ae934ce {
  position: relative;
}
.head-search .u-btn.data-v-6ae934ce {
  border: unset;
  border: 0px transparent;
  height: 46rpx;
  width: 88rpx;
  font-size: 24rpx;
  border-radius: 35rpx;
}
.screen-list.data-v-6ae934ce {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 20rpx 0;
  padding: 0 20rpx;
}
.screen-list .zidong.data-v-6ae934ce {
  width: 160rpx;
  background-color: #3F9B6A;
  color: #fff;
  padding: 10rpx;
  border-radius: 30rpx;
  font-size: 24rpx;
  text-align: center;
}
.screen-list .list.data-v-6ae934ce {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
}
.screen-list .list text.data-v-6ae934ce {
  font-size: 26rpx;
  color: #555555;
}
.screen-list .list image.data-v-6ae934ce {
  width: 30rpx;
  height: 30rpx;
  margin-left: 10rpx;
}
.screen-list .action text.data-v-6ae934ce {
  color: #4D7CFF;
}
.list-scorll.data-v-6ae934ce {
  padding: 0 24rpx;
}
.listbox.data-v-6ae934ce {
  margin-bottom: 20rpx;
  display: flex;
  justify-content: space-between;
  padding: 18rpx;
  background-color: #fff;
  border-radius: 14rpx;
}
.listbox .img.data-v-6ae934ce {
  width: 190rpx;
  height: 190rpx;
  border-radius: 14rpx;
  overflow: hidden;
}
.listbox .img image.data-v-6ae934ce {
  width: 100%;
  height: 100%;
}
.listbox .info.data-v-6ae934ce {
  width: calc(100% - 216rpx);
  margin-left: 26rpx;
}
.listbox .info .title.data-v-6ae934ce {
  width: 100%;
  font-size: 28rpx;
  line-height: 40rpx;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6rpx;
}
.listbox .info .info-item.data-v-6ae934ce {
  font-size: 24rpx;
  line-height: 50rpx;
}
.page-footer.data-v-6ae934ce {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120rpx;
  background-color: #FFFFFF;
  padding: 20rpx 20rpx;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 999;
}
.page-footer .footer-buy.data-v-6ae934ce {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.page-footer .footer-buy .cart-add.data-v-6ae934ce {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70rpx;
  background-color: #3f9b6a;
}
.page-footer .footer-buy .cart-add text.data-v-6ae934ce {
  font-size: 28rpx;
  color: #FFFFFF;
}