base.wxss 2.5 KB
/* 公共切换标题 */
.warp_head{
  display: flex;
  align-items: center;
  justify-content: space-between; 
  height: 100rpx;
  padding: 0 54rpx;
}
.warp_name{
  padding-bottom: 12rpx;
  color: #999999;
  font-size: 28rpx;
}
/* 公共列表样式 */
.course_box{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16rpx 32rpx;
  box-sizing: border-box;
}
.course_img{
  width: 180rpx;
  height: 180rpx;
  flex:0 0 auto
}
.course_menu{
  padding-left: 30rpx;
  flex:0 0 auto
}
/* 公共按钮 */
.warp_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 686rpx;
  height: 80rpx;
  margin: 0 auto;
  color: #fff;
  font-size: 30rpx;
  border-radius: 40rpx;
  background: #FD8779;
}
/* 公共小秘书弹层 */
.clerk_fn{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.clerk_box{
  position: absolute;
  bottom: 16rpx;
  left: 0;
  right: 0;
  width: 718rpx;
  margin: 0 auto;
  padding-top: 60rpx;
  padding-bottom: 33rpx;
  background: #fff;
  border-radius: 36rpx;
}
.clerk_name{
  width:575rpx;
  margin:0 auto;
  padding: 16rpx 0rpx 102rpx;
  color: #808080;
  font-size: 30rpx;
  text-align: center;
}
.clerk_con{
  width:660rpx;
  margin: 0 auto;
  /* padding-bottom: 152rpx; */
  line-height: 56rpx;
  color: #808080;
  font-size: 30rpx;
  text-align: center;
}
.clerk_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 652rpx;
  height: 82rpx;
  
  color: #FD8779;
  font-size: 30rpx;
  background: #F7F7F7;
  border: solid 1rpx #E2E2E2;
  border-radius: 40rpx;
  position: absolute;
  bottom:33rpx;
  left:0;
  right:0;
  margin:0 auto;
}

@font-face {
  font-family: 'iconfont';  /* project id 911583 */
  src: url('//at.alicdn.com/t/font_911583_7076j8qa3xe.eot');
  src: url('//at.alicdn.com/t/font_911583_7076j8qa3xe.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_911583_7076j8qa3xe.woff') format('woff'),
  url('//at.alicdn.com/t/font_911583_7076j8qa3xe.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_911583_7076j8qa3xe.svg#iconfont') format('svg');
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sousuo:before { content: "\e651"; }

.icon-qiqiu:before { content: "\e6b7"; }

.icon-liaotian:before { content: "\e60b"; }

.icon-yixiajia:before { content: "\e718"; }

.icon-none:before { content: "\e600"; }