jhwxapp/miniprogram/pages/gengduogongneng/index.wxss

24 lines
336 B
Plaintext
Raw Normal View History

2024-03-19 23:25:38 +08:00
/* pages/gengduogongneng/index.wxss */
2023-08-10 01:21:29 +08:00
.more_max{
padding:10rpx 30rpx 30rpx;
}
.more_manage{
border-radius: 10rpx;
margin-top: 50rpx;
}
.gd_max{
padding:10rpx 50rpx 0;
}
.gd_min{
padding: 30rpx 0;
text-align: center;
}
.gd_min image{
width: 150rpx;
height: 150rpx;
}
.gd_min view{
padding: 10rpx;
color: #89a4eb;
2023-09-24 23:17:05 +08:00
}