/**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%; } .line{ background: #E0E3DA; width: 100%; height: 2rpx; margin-top: 5rpx; } .news-today{ color: #fff; font-size: 40rpx; } .today{ width: 90%; background-color:#1C1C1C ; color:#F2F2F2; } .userinfo-avatar { width: 128rpx; height: 128rpx; margin: 20rpx; border-radius: 50%; } .userinfo-nickname { color: #aaa; } .usermotto { margin-top: 200px; } .avater { height: 50rpx; width: 50rpx; border-radius: 100rpx; margin-top: 25rpx; float: left; } .tab{ width: 90%; background-color:#1C1C1C ; color: #fff; } .content-item { /* height: 50rpx; */ border-bottom: 1px solid #ede1d4; width: 100%; } .name { font-size: 26rpx; line-height: 100rpx; color: #b0aaa9; margin-left: 20rpx; width: 40%; height:100%; overflow: hidden; } .wawa { font-size: 26rpx; float: right; line-height: 100rpx; margin-right: 20rpx; color: #999; }