appointmentCourse.wxss 1.4 KB
/* pages/my/appointmentCourse/appointmentCourse.wxss */

.box {
  padding: 0 38rpx;
}

.banner_box {
  width: 100%;
  height: 200rpx;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  background: #fff;
  box-shadow: 0rpx -1rpx 50rpx 0rpx rgba(51, 51, 51, 0.06);
  border-radius: 10rpx;
  padding: 30rpx;
  box-sizing: border-box;
  font-size: 28rpx;
  color: #333333;
}

.banner_box image {
  width: 160rpx;
  height: 160rpx;
  border-radius: 50%;
}
.banner_info{
  width: 68%;
  line-height: 50rpx;
  margin-left: 40rpx;
}
.icon-dianhua{
  color: #FF8080;
  margin-left: 63rpx;
}
.list_btn_box {
  margin-top: 60rpx;
}
.user_name{
  font-size: 30rpx;
  color: #333333;
  font-weight: bold;
}
.list_btn {
  width: 100%;
  height: 100rpx;
  background: #fafafa;
  border-radius: 10rpx;
  font-size: 28rpx;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20rpx;
}
.info{
  font-size: 24rpx;
  color: #333333;
  text-align: center;
  margin-top: 100rpx;
}
.submit_btn {
  width: 100%;
  height: 80rpx;
  background: linear-gradient(27deg, rgba(255, 128, 128, 1), rgba(255, 140, 140, 1));
  box-shadow: 4rpx 19rpx 92rpx 0rpx rgba(247, 94, 94, 0.39);
  border-radius: 10rpx;
  font-size: 32rpx;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100rpx;
}