index.wxss 925 Bytes
Newer Older
张杰's avatar
张杰 committed
1 2
/* pages/home/teacher/index.wxss */
.home-header-roll-call {
张杰's avatar
张杰 committed
3 4
  width: 120rpx;
  height: 80rpx;
张杰's avatar
张杰 committed
5 6 7
  display: flex;
  flex-direction: row;
  align-items: center;
张杰's avatar
张杰 committed
8
  margin-left: 16rpx;
张杰's avatar
张杰 committed
9 10 11
}

.roll-call-image {
张杰's avatar
张杰 committed
12 13
  height: 40rpx;
  width: 40rpx;
张杰's avatar
张杰 committed
14 15 16
}

.roll-call-title {
张杰's avatar
张杰 committed
17
  font-size: 32rpx;
张杰's avatar
张杰 committed
18
  color: #f9aa76;
张杰's avatar
张杰 committed
19
  margin-left: 8rpx;
张杰's avatar
张杰 committed
20 21 22 23 24
}

.home-student-info {
  display: flex;
  flex-direction: column;
张杰's avatar
张杰 committed
25 26 27 28 29 30 31
  margin-left: 20rpx;
  margin-right: 20rpx;
  margin-top: 20rpx;
  margin-bottom: 16rpx;
  border-radius: 6rpx;
  box-shadow: 0rpx 0rpx 8rpx 8rpx #f2f6f9;
  padding: 12rpx 28rpx;
张杰's avatar
张杰 committed
32 33 34 35 36
}

.home-student-name {
  display: flex;
  flex-direction: row;
张杰's avatar
张杰 committed
37
  height: 80rpx;
张杰's avatar
张杰 committed
38 39 40 41
  align-items: center;
}

.home-student-behavior {
张杰's avatar
张杰 committed
42 43
  width: 60rpx;
  height: 48rpx;
张杰's avatar
张杰 committed
44 45
}

张杰's avatar
张杰 committed
46
.home-student-picture-item {
张杰's avatar
张杰 committed
47 48 49
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
张杰's avatar
张杰 committed
50 51 52
}

.home-student-picture {
张杰's avatar
张杰 committed
53 54
  width:calc(100vw / 4.5); 
  height:calc(100vw / 4.5); 
张杰's avatar
张杰 committed
55
  margin-left:20rpx;
张杰's avatar
张杰 committed
56
}