/* pages/mine/setting/columnsetting.wxss */ .scroll-content { width: 100%; display: flex; flex-direction: column; padding: 0rpx 15rpx 15rpx 15rpx; } .item-box { display: flex; flex-direction: row; width: 100%; align-items: center; height: 128rpx; background-color: #ffffff; padding: 15rpx; border-bottom: 1rpx solid #f2f2f2; } .item-img { width: 96rpx; height: 96rpx; } .item-content { display: flex; flex-direction: column; justify-content: center; min-height: 128rpx; padding: 15rpx; width: 70%; } .group-box { margin-top: 15rpx; background-color: #ffffff; } .ver-box { display: flex; flex-direction: column; } .ver-box-title { font-size: 32rpx; color: black; padding: 15rpx 15rpx 0rpx 15rpx; } .ver-box-list { display: flex; flex-direction: row; padding-left: 15rpx; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; } .ver-box-items { display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 15rpx 15rpx 15rpx 30rpx; } .ver-box-items:nth-child(1) { margin: 15rpx 15rpx 15rpx 0rpx; } .ver-box-items image { /* align-self: flex-start; */ height: 96rpx; width: 96rpx; border-radius: 10rpx; } .ver-box-items text { margin-top: 15rpx; max-width: 96rpx; font-size: 24rpx; }