user.wxss 3.7 KB
/* pages/user/user.wxss */
.backPic image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 750rpx;
  height: 180rpx;
}

/* 用户信息 */
.userInfo {
  width: 750rpx;
  height: 180rpx;
  padding-right: 32rpx;
  padding-left: 32rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.headPic {
  width: 132rpx;
  height: 132rpx;
  box-shadow: 0px 7px 21px 0px rgba(24, 108, 192, 0.28);
  border-radius: 50%;
}

.headPic image {
  width: 132rpx;
  height: 132rpx;
  border-radius: 50%;
}

.headPic image {
  width: 132rpx;
  height: 132rpx;
}

.userName {
  width: 523rpx;
  height: 112rpx;
  padding-left: 20rpx;
  box-sizing: border-box;
  padding-top: 10rpx;
  display: flex;
  align-items: center;
}

.userName .name {
  height: 56rpx;
  font-size: 36rpx;
  font-weight: 500;
  color: #ffffff;
  width: 520rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.decribe {
  font-size: 24rpx;
  font-weight: 400;
  text-align: left;
  color: #d1e8ff;
}

.arrow {
  width: 32rpx;
  height: 132rpx;
  display: flex;
  align-items: center;
}

.arrow image {
  width: 32rpx;
  height: 32rpx;
}

.container {
  width: 750rpx;
  background-color: #f1f2f4;
  padding-top: 26rpx;
  box-sizing: border-box;
}

/* 全部订单 */
.allOrder {
  width: 686rpx;
  height: 268rpx;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0rpx 14rpx 54rpx 0rpx rgba(61, 135, 198, 0.14);
  margin: 0 auto;
}

.top {
  box-sizing: border-box;
  width: 638rpx;
  height: 96rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2rpx solid #f1f2f4;
  margin: 0 auto;
}

.first {
  font-size: 28rpx;
  font-weight: 400;
  color: #323233;
}

.second {
  font-size: 28rpx;
  font-weight: 400;
  text-align: left;
  color: #969799;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.second image {
  width: 12rpx;
  height: 20rpx;
  margin-left: 18rpx;
}

.bottom {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 182rpx;
}

.pic {
  width: 88rpx;
  height: 88rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -26rpx;
}

.pic image {
  width: 64rpx;
  height: 64rpx;
}

.text {
  width: auto;
  height: 34rpx;
  font-size: 24rpx;
  font-weight: 400;
  text-align: center;
  color: #7d7e80;
}

/* 我的服务 */
.myServe {
  width: 686rpx;
  height: 426rpx;
  margin: 0 auto;
  margin-top: 24rpx;
  background-color: #ffffff;
  /* padding-left:24rpx;
  padding-right: 24rpx; */
  box-sizing: border-box;
  border-radius: 20rpx;
  box-shadow: 0rpx 14rpx 54rpx 0rpx rgba(61, 135, 198, 0.14);
}

.serveBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 32rpx;
  padding-left: 20rpx;
  box-sizing: border-box;
}

.serveBox>view {
  width:166rpx;
  height: 130rpx;
  margin-top: 26rpx;
}

.servePic {
  width: 146rpx;
  height: 88rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -26rpx;
}

.servePic image {
  width: 80rpx;
  height: 80rpx;
}

.serevText {
  width: 146rpx;
  height: 34rpx;
  font-size: 24rpx;
  font-weight: 400;
  text-align: center;
  color: #7d7e80;
}
/* tabbar */
.tabbarBox{
  width: 100%;
  height: 98rpx;
  background-color: #fff;
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  padding-top: 12rpx;
  box-sizing: border-box;
}
.tabbarPic{
  display: flex;
  justify-content: center;
}
.tabbarBox ul{
  width: 100%;
  display: flex;
}
ul>li{
  width: 25%;
}
li text{
  display: block;
    display: flex;
    justify-content: center;
    font-size: 18rpx;
    font-weight: 400;
    color: #bdc4ce;
}
.check{
  color: #355DFF;
}
.tabbarPic image{
  width:48rpx;
  height: 48rpx;
}