-
//list item css file
.orderItem {
display: block;
padding: 11px 10px 11px 15px;
}
.orderItem__picContainer {
padding-right: 10px;
display: inline-block;
}
.orderItem__pic {
width: 90px;
height: 90px;
}
.orderItem__content {
display: inline-block;
width: calc(100% - 100px);
}
.orderItem__product {
max-width: 237px;
font-size: 17px;
font-weight: 700;
color: #111;
padding-right: 8px;
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.orderItem__shop {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 13px;
color: #777;
padding-top: 9px;
padding-bottom: 13px;
}
.orderItem__detail {
display: flex;
justify-content: space-between;
height: 22px;
line-height: 22px;
padding-right: 4px;
}
.orderItem__price {
font-size: 13px;
color: #777;
vertical-align: 1px;
margin-left: 10px;
}
.orderItem__price::before {
content: "\A5";
margin-right:1px;
}
.orederItem__btn {
width: 80px;
height: 22px;
text-align: center;
color: #fff;
border: 0;
font-size: 14px;
}
.orederItem__btn--red {
background-color: #e9203d;
}
.orederItem__btn--grey {
background-color: #999;
}
.orderItem__StarContainer{
margin: 3px 0;
}
.orderItem__star {
font-size: 22px;
cursor: pointer;
color: #ccc;
}
.orderItem__star--red {
color: #e9203d;
}
.orderItem__star--light {
color: #ccc;
}
查看全部 -
React基礎(chǔ)知識:
列表和Keys
生命周期事件函數(shù)
表單
查看全部 -
React的基礎(chǔ)知識:
構(gòu)建用戶界面的Javascript庫。
JSX語法聲明式的視圖層。
以組件為基礎(chǔ)
查看全部 -
VSCode安裝的插件
npm intellisense : 在import 時自動補全npm modules
path intellisense: 補全文件名
Prettier: 代碼格式化
Reactjs code snippets: 代碼片段
查看全部 -
開發(fā)環(huán)境要求
查看全部 -
public下面的資源文件不會被webpack打包。可以直接通過http用fetch請求到。
查看全部 -
有源碼么,沒有樣式
查看全部 -
被標(biāo)記unsafe:?
componentWillMount
componentWillUpdate
componentWillReceiveProps
新增的方法:
getDerivedStateFromProps
getSnapshotBeforeUpdate
查看全部 -
npm intellisense : 在import 時自動補全npm modules
path intellisense: 補全文件名
Prettier: 代碼格式化
Reactjs code snippets: 代碼片段
查看全部 -
樣式文件。。。。。。。。。。。。。。
查看全部 -
questionid
213
查看全部 -
?查看全部
-
骷髏頭查看全部
舉報