diy_title.wxss
1.01 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/* 大边框 */
.big_rim {
  width: 100%;
  height: auto;
  display: flex;
  padding: 10rpx 0;
}
/* 图片边框 */
.rim {
  margin-left: 20rpx;
  margin-top: 15rpx;
}
/* 图片 */
.image_one {
  width: 48rpx;
  height: 48rpx;
}
/* 标题的边框 */
.txet_rim {
  margin-left: 10rpx;
  margin-top: 20rpx;
  min-width: 300rpx;
  width: auto;
  height: auto;
  word-break: break-all;
  word-wrap: break-word;
}
/* 标题名 */
.text {
  font-weight: bold;
  font-family: "SimSun";
}
/* 右侧边框 */
.right_rim {
  min-width: 200rpx;
  width: auto;
  display: inline-block;
}
/* 右侧文字边框 */
.font_right_rim {
  display: inline-block;
  min-width: 300rpx;
  text-align:right;
  margin-left: 20rpx;
  vertical-align: top;
}
/* 标题 */
.caption {
  display: inline-block;
  color: #777;
  min-width: 300rpx;
  width: auto;
  height: auto;
  margin-top: 20rpx
}
.aa {
  display: inline-block;
  color: #777;
  width: 50rpx;
  font-size: 50rpx;
  font-weight: bold;
  vertical-align: top;
  margin-top: 12rpx
}