/* 首页/shouye.wxss */ .button1{ width: 80%; margin-top: 0rpx; background-color:rgba(253, 153, 65, 0.67); color: white; border-radius: 98rpx; display: flex; flex-direction: row; align-items: center; justify-content: center; } .button1::after { border: 0; } .button2{ width: 80%; margin-top: 50rpx; background-color:rgba(253, 153, 65, 0.67); color: white; border-radius: 98rpx; display: flex; flex-direction: row; align-items: center; justify-content: center; } .button2:after { border: 0; } .button3{ width: 80%; margin-top: 50rpx; background-color:rgba(253, 153, 65, 0.67); color: white; border-radius: 98rpx; display: flex; flex-direction: row; align-items: center; justify-content: center; } .button3::after { border: 0; } .userinfo { display: flex; flex-direction: column; align-items: center; } .userinfo-avatar { width: 128rpx; height: 128rpx; margin-top: 0rpx; border-radius: 50%; } .userinfo-nickname { color: #000; }