/* pages/mine/mine.wxss */ .bg_mine{ width: 750rpx; height: 332rpx; } .index_heard_image{ border-radius: 50%; } .avatar{ width: 180rpx; height: 180rpx; } .mine_btn{ width: 150rpx; height: 50rpx; background: #FFFFFF; border-radius: 10rpx 10rpx 10rpx 10rpx; margin-right: 40rpx; margin-top: 60upx; color: #FF8EA9; font-size: 28upx; text-align: center; line-height: 50rpx; } .mine_icon{ width: 32rpx; height: 32rpx; opacity: 1; border: 4rpx solid; border-image: linear-gradient(135deg, rgba(255, 180, 180, 1), rgba(255, 142, 169, 1)) 4 4; } .mine_next{ width: 20rpx; height: 20rpx; background: #4F4F4F; opacity: 1; }