mine.wxss 4.1 KB
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* uni.scss */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.u-icon__icon {
  display: none !important;
}
page {
  background-color: #f6f8fa;
}
.topBgBox {
  width: 100%;
  height: 520rpx;
  padding: 202rpx 24rpx 26rpx;
  box-sizing: border-box;
  opacity: 1;
  background: linear-gradient(180deg, #ffece3ff 0%, #f7f8faff 100%);
}
.topBgBox .name {
  margin-bottom: 32rpx;
}
.topBgBox .name .avatar {
  overflow: hidden;
  margin-right: 40rpx;
  width: 120rpx;
  height: 120rpx;
  border-radius: 50% !important;
}
.topBgBox .name .nicName {
  color: #000000e6;
  font-size: 40rpx;
  font-weight: 700;
}
.topBgBox .vipBox {
  position: relative;
  width: 702rpx;
  height: 140rpx;
}
.topBgBox .vipBox .blackBg {
  width: 100%;
  height: 100%;
}
.topBgBox .vipBox .vip {
  width: 642rpx;
  position: absolute;
  top: 28rpx;
  left: 28rpx;
}
.topBgBox .vipBox .vip .title {
  color: #ffdcb5ff;
  font-size: 30rpx;
  font-weight: 700;
}
.topBgBox .vipBox .vip .title image {
  margin-right: 8rpx;
  width: 58rpx;
  height: 26rpx;
}
.topBgBox .vipBox .vip .btn {
  width: 136rpx;
  height: 56rpx;
  border-radius: 34rpx;
  color: #361e0dff;
  font-size: 26rpx;
  font-weight: 700;
  background: linear-gradient(142.6deg, #fbcd9bff 0%, #ebc295ff 100%);
  box-shadow: inset 0 -6rpx 8rpx 0 #9760217d;
}
.topBgBox .vipBox .vip .tip {
  color: #ffffffb3;
  font-size: 22rpx;
  margin-top: 16rpx;
}
.mainBox {
  width: 100%;
  padding: 0 24rpx;
  box-sizing: border-box;
}
.mainBox .orderClass {
  width: 100%;
  padding: 28rpx 24rpx;
  box-sizing: border-box;
  background: #fff;
}
.mainBox .orderClass .classTitle {
  margin-bottom: 28rpx;
}
.mainBox .orderClass .classTitle .my {
  color: #323233ff;
  font-size: 30rpx;
  font-weight: 700;
}
.mainBox .orderClass .classTitle .all {
  color: #969799ff;
  font-size: 26rpx;
}
.mainBox .orderClass .classTitle .all image {
  margin: 4rpx 0 0 12rpx;
  width: 16rpx;
  height: 32rpx;
}
.mainBox .orderClass .classBox .items .badge {
  position: relative;
}
.mainBox .orderClass .classBox .items .badge image {
  width: 48rpx;
  height: 48rpx;
  margin-bottom: 16rpx;
}
.mainBox .orderClass .classBox .items text {
  color: #646566ff;
  font-size: 24rpx;
}
.mainBox .functionBox {
  width: 100%;
  padding: 0 32rpx 0 24rpx;
  box-sizing: border-box;
  border-radius: 34rpx;
  margin-top: 24rpx;
  background-color: #fff;
}
.mainBox .functionBox .item {
  width: 100%;
  height: 104rpx;
}
.mainBox .functionBox .item .itemIc text {
  color: #000000e6;
  font-size: 28rpx;
}
.mainBox .functionBox .item .itemIc image {
  margin-right: 24rpx;
  width: 36rpx;
  height: 36rpx;
}
.mainBox .functionBox .item image {
  width: 16rpx;
  height: 32rpx;
}
.mainBox .functionBox .myService {
  position: relative;
  width: 100%;
  height: 104rpx;
}
.mainBox .functionBox .myService .service image {
  margin-right: 24rpx;
  width: 36rpx;
  height: 36rpx;
}
.mainBox .functionBox .myService .service text {
  color: #000000e6;
  font-size: 28rpx;
}
.mainBox .functionBox .myService button {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.mainBox .functionBox .myService button::after {
  border: none;
}
.mainBox .functionBox .myService image {
  width: 16rpx;
  height: 32rpx;
}