1234567891011121314151617181920212223242526272829303132333435363738394041 |
- /* pages/hobbyPicking/hobbyPicking.wxss */
- /* pages/classify/classify.wxss */
- image {
- width: 180rpx;
- height: 180rpx;
- border-radius: 20rpx;
- }
- /* 标题 */
- .classify_topic {
- font-size: 80rpx;
- font-weight: 800;
- color: #808080;
- margin-left: 40rpx;
- margin-top: 60rpx;
- margin-bottom: 20rpx;
- text-align: center;
- }
- .classify_skip{
- font-size: 14px;
- color: #808080;
- position: relative;
- left: 90%;
- }
- .classify_list {
- margin-left: 10rpx;
- display: flex;
- padding: 30rpx;
- justify-content: space-between;
- flex-wrap: wrap;
- box-sizing: border-box;
- }
- /* 展示分类 */
- .text {
- margin-top: 5rpx;
- }
|