You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
516 B
27 lines
516 B
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
box-sizing: border-box;
|
|
-webkit-text-size-adjust: none;
|
|
-webkit-user-select: none;
|
|
font-size: 35rpx;
|
|
color: #333;
|
|
background-color: white;
|
|
font-family: Helvetica, Arial, "Helvetica Neue", "Droid Sans", "Microsoft YaHei", sans-serif;
|
|
}
|
|
|
|
.canvas {
|
|
width: 100%;
|
|
height: 200px;
|
|
}
|
|
|
|
.item-content {
|
|
background: rgba(255, 255, 255, 1);
|
|
padding: 30rpx;
|
|
}
|
|
|
|
.cateItem{
|
|
border-top: 2rpx solid #f3f3f3;
|
|
padding-top: 8rpx;
|
|
padding-bottom: 8rpx;
|
|
}
|