1. 视图在界面的最上面
2. .top-nav {
3. width: 750rpx;
4. position: fixed;
5. top: 0;
6. z-index: 1;
7. }
2.字省略
.product-price
{
width: 300rpx;
white-space:nowrap;
display: block;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
padding-left: 40rpx;
}
3.向右的箭头
.arrow{
display: flex;
justify-content:space-between;
align-items: center;
padding: 20rpx;
}
.arrow::after{
content: "";
width: 15rpx;
height: 15rpx;
border-top: 1rpx #666 solid;
border-right: 1rpx #666 solid;
transform: rotate(45deg);
}
4.居中显示
.center{
display: flex;
justify-content: center;
align-items: center;
}
5.带透明的颜色
rgba(red, green, blue, alpha)
6.左标题有箭头
<view class='cell'>
评论0
最新资源