/**index.wxss**/ .userinfo { width:100%; display: flex; flex-direction: column; align-items: center; } .imageSize{ width: 100%; } .search{ margin-top: -50rpx; background-color: #fff; border: 1rpx solid #fff; border-radius: 10rpx; align-items: center; width:90%; height: 80rpx; display: flex; flex-direction: row; justify-content:space-between; align-items: center; } .weui-input{ margin-left: 30rpx; height: 100%; } .weui-search-bar__cancel-btn{ margin-right: 40rpx; } .news{ margin-top:20rpx; width:90%; } .news-today{ color: #fff; font-size: 40rpx; } .userinfo-avatar { width: 128rpx; height: 128rpx; margin: 20rpx; border-radius: 50%; } .userinfo-nickname { color: #aaa; } .usermotto { margin-top: 200px; }