/**index.wxss**/ .chart{ background:#000; color:white; /* height:500rpx; */ width:100%; /* position:fixed; top:100rpx; left:0; right:0; */ } .middleCharts{ width:100%; height:90%; background:#1C1C1C; /* position:relative; top:50px; */ margin:5% auto; border-radius:3px; } ec-canvas { width: 100%; height: 100%; } #mychart{ margin:0 auto; } .buttonText{ width:95%; height:20%; background:#1C1C1C; /* position:relative; top:50px; */ margin:5% auto; border-radius:3px; } .nextText{ /* width:90%; */ /* height:5%; */ background:#1C1C1C; border-radius:3px; margin:0 auto; } .swiper-tab { width: 100%; margin-left: 80rpx; /* text-align: center; */ line-height: 80rpx; position: relative; color: #fff; } .swiper-tab-list { font-size: 30rpx; display: inline-block; width: 20%; /* color: #777; */ } .on { color: #D81E06; border-bottom: 5rpx solid #D81E06; } .image{ position:absolute; width: 40rpx; height:40rpx; right: 20rpx; top:20rpx; } .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; position: relative; /* display: flex; */ /* flex-direction: row; */ justify-content:space-between; } .weui-input{ margin-left: 30rpx; height: 100%; } .weui-search-bar__cancel-btn{ position: absolute; top:20rpx; right:20rpx; } .news{ width:90%; margin-bottom: 20rpx; } .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: 100%; background-color:#1C1C1C ; color: #fff; } .content-item { /* height: 50rpx; */ /* border-bottom: 1rpx solid #ede1d4; */ width: 100%; display: flex; flex-direction: column; /* margin-bottom: 10rpx; */ } .from{ font-size: 24rpx; margin-left: 20rpx; color: #999; margin-top:10rpx; } .name { font-size: 30rpx; /* line-height: 100rpx; */ color: #fff; margin:10rpx 20rpx; /* width: 100%; */ height:100%; overflow: hidden; /* border: 1rpx solid red; */ } .wawa { font-size: 26rpx; margin-left:20rpx; /* float: right; */ /* line-height: 100rpx; */ /* margin-right: 20rpx; */ color: #999; } .time{ font-size: 24rpx; margin-left:20rpx; color: #999; margin-top:10rpx; margin-bottom: 10rpx; }