.container { background-color: #f0f0f0; color: #1e1e1e; font-weight: 500; } .universalpic_select_on_green_100x100 { width: 100rpx; height: 100rpx; margin-top: 120rpx; } .text1{ font-size: 48rpx; margin-top: 30rpx; } .text2{ font-size: 36rpx; margin-top: 50rpx; font-weight: 400; } .text3{ font-size: 24rpx; font-weight: 400; margin-bottom: 40rpx; } .panelItem{ width:100%; height:111rpx; background-color: #fff; justify-content: space-between; margin-top: 1rpx; } .Left { margin-left: 30rpx; justify-content: flex-start; } .Right { margin-right: 30rpx; justify-content: flex-end; } .img{ width:50rpx; height:50rpx; border-radius: 10rpx; } .title1{ margin-left: 20rpx; font-size:28rpx; } .btnRefresh{ width:108rpx; height:50rpx; border-radius: 10rpx; background-color: #0792E4; color:#fff; font-size:24rpx; text-align: center; line-height: 50rpx; } .footer{ width: 100%; height: 140rpx; position: fixed; bottom: 0; line-height: 140rpx; font-size:48rpx; color:#fff; text-align: center; background-color: #03AF69; }