Commit f336e851 by hank

样式修改

parent 0ae7c0dd
......@@ -20,5 +20,16 @@
display: flex;
padding-left: 20px;
flex-direction: column;
&-name {
font-size: 32px;
color: #333;
margin-bottom: 30px;
}
&-count {
font-size: 22px;
color: #666;
}
}
}
......@@ -32,8 +32,8 @@ class FilmListItem extends Component {
<Image className="films-item-img" src={templateUrl.split(',')[0]} />
</View>
<View className="films-item-info">
<Text>{filmName}</Text>
<Text>播放设备数量:{equipmentCount}</Text>
<Text className="films-item-info-name">{filmName}</Text>
<Text className="films-item-info-count">播放设备数量:{equipmentCount}</Text>
</View>
</View>
)
......
......@@ -7,7 +7,7 @@
&-add-btn {
right: 30px;
bottom: 80px;
bottom: 200px;
width: 108px;
height: 108px;
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment