index.wxss 4.03 KB
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.data-v-c7add784 .uni-collapse-item__title-arrow {
  position: absolute;
  right: 0;
  top: 10rpx;
  padding: 10rpx 30rpx;
  background: #F7F8FA;
  border-radius: 20px;
}
.data-v-c7add784 .uni-collapse-item__title {
  position: relative;
}
.carPage.data-v-c7add784 .uni-collapse-item {
  margin: 0;
  padding: 0;
}
.flexTop.data-v-c7add784 {
  display: flex;
  padding: 20rpx 0;
  align-items: center;
}
.flexTop > view.data-v-c7add784 {
  width: 30%;
  text-align: center;
  padding: 0 30rpx;
}
.flexTop > view.data-v-c7add784:first-child {
  text-align: left;
}
.flexTop > view.data-v-c7add784:last-child {
  text-align: right;
}
.flexTop .tt.data-v-c7add784 {
  color: #1EC886;
  font-size: 28rpx;
  padding: 30rpx;
}
.flexTop .qq.data-v-c7add784 {
  font-size: 30rpx;
  margin-top: 24rpx;
}
.flexTop .greenSmall.data-v-c7add784 {
  font-size: 24rpx;
  color: #1EC886;
}
.roomList.data-v-c7add784 {
  padding: 20rpx;
  box-sizing: border-box;
}
.room.data-v-c7add784 {
  position: relative;
  padding: 30rpx 0;
  border-bottom: 1px solid #DCDCDC;
}
.room .ff.data-v-c7add784 {
  display: flex;
}
.room.data-v-c7add784:last-child {
  border-bottom: none;
}
.room .name.data-v-c7add784 {
  font-size: 34rpx;
  width: 100%;
}
.room .name .price.data-v-c7add784 {
  float: right;
}
.room .orange.data-v-c7add784 {
  font-size: 24rpx;
}
.room .po.data-v-c7add784 {
  position: absolute;
  right: 0;
  bottom: 15rpx;
  display: flex;
  align-items: flex-end;
}
.room .price.data-v-c7add784 {
  margin-right: 10rpx;
}
.roomCover.data-v-c7add784 {
  width: 160rpx;
  margin-right: 20rpx;
  height: 170rpx;
  border-radius: 15rpx;
}
.price.data-v-c7add784 {
  display: flex;
  align-items: baseline;
  color: #1EC886;
}
.price text.data-v-c7add784 {
  color: #1EC886;
  font-size: 55rpx;
}
.flexinline.data-v-c7add784 {
  display: flex;
  font-size: 24rpx;
  color: #5E5E5E;
  width: 100%;
}
.flexinline text.data-v-c7add784 {
  margin-right: 15rpx;
}
.flexinline .price text.data-v-c7add784 {
  margin: 0;
}
.flexinline button.data-v-c7add784 {
  color: #fff;
  width: 180rpx;
  margin: 0;
  height: 50rpx;
  line-height: 50rpx;
  font-size: 26rpx;
  border-radius: 25rpx;
  background: linear-gradient(270deg, #54E1B9, #00CAA6);
}
.carFlex.data-v-c7add784 {
  display: flex;
  font-size: 24rpx;
  color: #5E5E5E;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.carFlex .price.data-v-c7add784 {
  display: block;
  width: 160rpx;
  text-align: center;
}
.carFlex view.data-v-c7add784 {
  display: flex;
  align-items: center;
}
.carFlex.data-v-c7add784 .uni-numbox {
  margin-left: 20rpx;
}
.bbfix.data-v-c7add784 {
  background: #fff;
  height: 150rpx;
  display: flex;
  position: fixed;
  z-index: 89;
  width: 100%;
  bottom: 0;
  align-items: baseline;
  justify-content: space-between;
  border-top: 1rpx solid #dcdcdc;
}
.bbfix .price.data-v-c7add784 {
  padding-left: 20rpx;
}
.bbfix .price text.data-v-c7add784 {
  font-weight: bold;
  font-size: 45rpx;
  color: #ff8124;
}
.bbfix .subBtn.data-v-c7add784 {
  font-size: 36rpx;
  color: #ffffff;
  background: #ff8124;
  height: 120rpx;
  line-height: 100rpx;
  padding: 0 30rpx;
}