jingsai.10 图片资源优化

dev_sync_trustie
杨树林 5 years ago
parent 627f1fb838
commit e010ed0a89

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 137 KiB

@ -53,7 +53,7 @@ class RegisListviewdata extends React.Component {
marginTop: "29px",
marginLeft: "37px"
}}>
<p style={{
<p className="maxnamewidth160" style={{
color: "#05101A",
fontSize: "16px",
width: "160px",
@ -98,7 +98,6 @@ class RegisListviewdata extends React.Component {
</img>
<img className="regitemimgs22"
src={getImageUrl(`images/educoder/competitions/pexjiazai.png`)}>
</img>
</div>
: ""
@ -112,7 +111,7 @@ class RegisListviewdata extends React.Component {
width: "134px",
marginTop: "29px",
}}>
<p style={{
<p className="maxnamewidth134" style={{
color: "#05101A",
fontSize: "16px",
textAlign: "center"

@ -750,4 +750,32 @@ reglistviewdivs2 {
line-height: 30px;
border-radius: 2px;
}
/*PersonalModalteam.js*/
/*PersonalModalteam.js*/
/*文字长度限制*/
.maxnamewidth100 {
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: default;
}
.maxnamewidth160 {
max-width: 160px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: default;
}
.maxnamewidth134 {
max-width: 134px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: default;
}
/*文字长度限制?*/
Loading…
Cancel
Save