/* pages/teacher_information/teacher_information.wxss */ .info{ padding: 0; margin: 0 } .info-head{ text-align: center; padding: 0; } .info-head-img{ width: 120rpx; height: 120rpx; border-radius: 50%; color: #393939; font-size: 34rpx; margin:60rpx 0 20rpx 0; } .info-head-phone{ color: #AAAAAA; font-size: 24rpx; margin: 15rpx 0 60rpx 0; } .info-number{ color: #393939; font-size: 40rpx; display: flex; justify-content: space-around; text-align: center; margin-top: 20rpx; padding-bottom: 20rpx; font-weight:bold; } .info-number-name{ font-size: 24rpx; margin-top: 10rpx; } .info-coin{ margin:0 46rpx; padding: 46rpx 0; color: #393939; font-size: 24rpx; font-weight:bold; border-bottom: 1rpx #E6E6E6 solid; } .info-coin-title{ margin: 100rpx 0 20rpx 0; display: flex; justify-content: space-between; } .info-coin-items{ display: flex; justify-content: space-between; font-size: 30rpx; padding: 40rpx 0; } .info-coin-items-num{ color: #E59B36; font-size: 48rpx; } .info-coin-items-img{ width: 34rpx; height: 29rpx; margin-right: 20rpx; } .border{ width:750rpx; height:9rpx; background:rgba(255,255,255,1); } .info-date{ display: flex; justify-content: space-between; color: #393939; font-size: 26rpx; margin: 60rpx 26rpx 0 40rpx; font-weight:bold; } .info-date-set{ color: #8489A3; font-size: 24rpx; margin-right: 24rpx; } .info-date-img{ width: 18rpx; height: 29rpx; margin: auto 0; }