mine.wxss 7.5 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
page {
  background: #fcfbfc;
}
.content {
  padding: 0 32rpx;
  box-sizing: border-box;
}
.content .myrecord {
    margin-top: 46rpx;
    padding-bottom: 26rpx;
    box-sizing: border-box;
    border-bottom: 1rpx solid #f5f5f5;
}
.content .recordleft {
    width: 28rpx;
    height: 30rpx;
    font-size: 0;
}
.content .recordright {
    color: #595959;
    font-size: 36rpx;
    font-weight: bold;
    margin-left: 20rpx;
}
.content .quxian {
    width: 265rpx;
    color: #ee8b27;
    font-size: 24rpx;
    border-bottom: 1rpx solid #ee8b27;
    margin-top: 10rpx;
    margin-left: 50rpx;
}
.content .deleteimg {
    width: 32rpx;
    height: 32rpx;
    font-size: 0;
    margin-right: 4rpx;
}
.content .deletename {
    color: #8c9198;
    font-size: 24rpx;
    margin-left: 6rpx;
}
.content .yisi {
    color: #ee8b27;
}
.content .deleteset {
    margin-right: 38rpx;
}
.content .clockyin {
    margin-right: 5rpx;
}
.topbox .boxbottomleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.topbox .rankname {
  color: #fff;
  font-size: 32rpx;
  width: 128rpx;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topbox .rankkname {
  color: #ffcc98;
  font-size: 22rpx;
  margin-top: 4rpx;
}
.topbox .boxbottom {
  width: 100%;
  padding: 16rpx 136rpx;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
.topbox .editimg {
  width: 36rpx;
  height: 36rpx;
  font-size: 0;
}
.topbox .top_right {
  margin-left: 46rpx;
  color: #fff;
}
.topbox .username {
  font-size: 32rpx;
  text-decoration: underline;
  margin-bottom: 8rpx;
}
.topbox .bing_phone {
  font-size: 24rpx;
}
.topbox .bing_phone image {
    width: 24rpx;
}
.topbox .bing_phone .bind_content {
    position: relative;
}
.topbox .bing_phone .bind_btn {
    width: 100%;
    height: 34rpx;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.topbox .top {
  width: 686rpx;
  height: 322rpx;
  margin: 32rpx auto 0;
  position: relative;
}
.topbox .topboxitem {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topbox .topboxitemtop {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 26rpx 36rpx 44rpx 50rpx;
  box-sizing: border-box;
}
.topbox .touimg {
  width: 120rpx;
  height: 120rpx;
  font-size: 0;
  border-radius: 50%;
}
.topbox .touimg image {
  width: 120rpx;
  border-radius: 50%;
}
.nocomment {
  height: 682rpx;
}
.theme_comment {
  padding: 32rpx;
  box-sizing: border-box;
  width: 686rpx;
  margin: 0rpx auto 26rpx;
  background: white;
  box-shadow: 0rpx 0rpx 6rpx rgba(0, 0, 0, 0.04);
  opacity: 1;
  border-radius: 8rpx;
}
.theme_comment .norecordimg {
    width: 225rpx;
    height: 213rpx;
    font-size: 0;
    margin: 194rpx auto 0;
}
.theme_comment .notexttop {
    color: #8c9198;
    font-size: 28rpx;
    text-align: center;
}
.theme_comment .comment_single {
    background: white;
}
.theme_comment .comment_single .single_people {
      border-bottom: 1px solid #707070;
      padding-bottom: 42rpx;
}
.theme_comment .comment_single .single_people .people_l image {
        width: 92rpx;
        height: 92rpx;
        margin-right: 32rpx;
}
.theme_comment .comment_single .single_people .people_l .people_name {
        color: #06121e;
        font-size: 32rpx;
        margin-bottom: 12rpx;
}
.theme_comment .comment_single .single_people .people_l .people_progress {
        color: #8c9198;
        font-size: 24rpx;
}
.theme_comment .comment_single .single_people .people_r {
        width: 112rpx;
        height: 56rpx;
        border: 1px solid #ee8b27;
        border-radius: 8rpx;
        color: #ee8b27;
        font-size: 24rpx;
        text-align: center;
        line-height: 56rpx;
}
.theme_comment .comment_single .single_course {
      padding: 42rpx 0;
      font-size: 28rpx;
      color: #06121e;
}
.theme_comment .comment_single .single_course .course_icon {
        width: 32rpx;
        height: 32rpx;
}
.theme_comment .comment_single .single_course .course_name {
        color: #ee8b27;
}
.theme_comment .comment_single .single_course .course_single {
        margin-bottom: 14rpx;
}
.theme_comment .comment_single .single_course .course_single image {
          margin-right: 20rpx;
}
.theme_comment .comment_single .single_course .course_single view {
          width: 432rpx;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
}
.theme_comment .comment_single .single_course .no_icon_single {
        padding-left: 52rpx;
        font-size: 28rpx;
        color: #06121e;
        margin-bottom: 14rpx;
}
.theme_comment .comment_single .single_course .no_icon_single .score_picker {
          width: 156rpx;
          height: 46rpx;
          background: #f9f9f9;
          border-radius: 8rpx;
          padding: 0 12rpx 0 46rpx;
          color: #bdc4ce;
          font-size: 24rpx;
}
.theme_comment .comment_single .single_course .no_icon_single .score_picker image {
            width: 20rpx;
}
.theme_comment .comment_single .single_course .course_btn {
        padding: 12rpx 22rpx;
        border: 2rpx solid #8c9198;
        border-radius: 8rpx;
        margin-left: 24rpx;
        margin-top: 34rpx;
}
.theme_comment .comment_single .single_course .course_btn image {
          width: 32rpx;
          margin-right: 14rpx;
}
.theme_comment .comment_single .single_course .active {
        border-color: #ff7441;
        color: #ff7441;
}
.theme_comment .comment_single .comment_msg {
      border-top: 1px solid #eee;
      padding-top: 30rpx;
}
.theme_comment .comment_single .comment_msg .point_people {
        margin-bottom: 28rpx;
}
.theme_comment .comment_single .comment_msg .point_people image {
          width: 32rpx;
          margin-right: 22rpx;
}
.theme_comment .comment_single .comment_msg .point_people .point_detail {
          color: #bdc4ce;
          font-size: 28rpx;
          width: 556rpx;
}
.theme_comment .comment_single .comment_msg .msg_detail {
        color: #5b5e63;
        font-size: 28rpx;
}
.theme_comment .comment_single .comment_msg .msg_detail .detail_single {
          margin-bottom: 16rpx;
}
.theme_comment .comment_single .comment_msg .msg_detail .detail_single text {
            color: #ee8b27;
            font-weight: 600;
            margin-right: 10rpx;
}