Sanakey
2020-08-13 d98d05000c3d14e1f12a7754ebeea11ec1fa0f0b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/* pages/posterList/posterList.wxss */
@import "../template/no-more/no-more-template";
view{
  font-size: 28rpx;
}
.container{
  display: flex;
 
}
.item-title{
  font-size: 28rpx;
}
/* :root{
  --sidebar-width1: 150px;
} */
.nav-left {
  width: var(--left-sidebar-width);
  height: 1080rpx;
  color:#333;
  box-sizing: border-box;
  border-right: 2rpx solid #ddd;
  background-color:#f7f8fa;
}
.nav-right {
  height: 1080rpx;
  flex: 1;
  display: flex;
  box-sizing: border-box;
  background: #f1f5f6;
}
view.poster-container{
  padding: 0;
  margin: 20rpx 0;
}
view.tab-class{
  padding: 0 20rpx;
}
.my-title{
  font-weight: bold;
  margin: 20rpx;
}
.no-wrap{
  margin: 10rpx;
  color: #aaabad;
  font-size: 24rpx;
  align-self: flex-start;
}
 
.delete-icon{
  position: absolute;
  top: 20rpx;
  right: 20rpx;
  font-size: 36rpx;
  padding: 5rpx;
  background: rgba(255,255,255,0.7);
  color: #f23232;
}