我正在开发 sencha android 移动应用程序,sencha 中的每个组件看起来都很大,字体也很大,我完成了我的应用程序,但最后我必须做造型。
我必须使用 css 减小每个组件的大小,我该如何开始,我不太擅长 css,而且我也喜欢 sass。
我需要看什么,我在css下面使用了。
.btnfacebook {
background: url(../images/facebook.png) !important;
background-repeat: no-repeat !important;
}
.btnmyapp {
background: url(../images/myapp.png) !important;
background-repeat: no-repeat !important;
}
.btntwitter {
background: url(../images/twitter.png) !important;
background-repeat: no-repeat !important;
}
.my-dataview-item {
background: #ddd;
border-bottom: 1px solid #ccc;
}
.my-dataview-item img {
width: 50px;
height : 43px;
float: left;
margin-right: 1em;
}
.my-dataview-item #count {
float: right;
-webkit-border-radius: 9px;
-moz-border-radius: 999px;
border-radius: 999px;
width: -4px;
height: 25px;
padding: 4px;
background: #fff;
border: 2px solid #666;
color: #666;
text-align: center;
font: 14px Arial, sans-serif;
margin-bottom: -4px;
}
.my-dataview-item #time {
float: right;
margin-right: 1em;
}
.x-list-item-label div{
padding-left: 3px;
}
#profilePhoto {
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
#profilePicture{
background-repeat: no-repeat;
background-size: contain;
}