/* pages/userMgr/userMgr.wxss */ .main{ margin: 30rpx 0; width: 750rpx; } .content{ width: 90%; margin: 0 auto; } .item{ height: 200rpx; width: 100%; border-radius: 5rpx; margin: 40rpx auto; box-shadow:0px 0px 5rpx #e2e2e2; background: rgba(245,249,255); padding: 30rpx; box-sizing: border-box; } .zw{ height: 250rpx; width: 100%; border-radius: 5rpx; margin: 40rpx auto; box-shadow:0px 0px 15rpx #e2e2e2; padding:0 30rpx; box-sizing: border-box; display: flex; align-items: center; justify-content: center; font-size: 33rpx; color: #666; } .up{ height: 80rpx; width: 100%; display: flex; justify-content: space-between; align-items: center; } .name{ font-size: 35rpx; height: 80rpx; padding-right: 30rpx; line-height: 80rpx; color: #333; } .msg{ flex: 1; height: 70rpx; line-height: 80rpx; display: flex; justify-content: space-between; align-items: center; } .t1{ height: 50rpx; width: 130rpx; text-align: center; line-height: 50rpx; font-size:33rpx; border-radius: 25rpx; color: rgba(45,135,255); background: rgba(226,237,254); } .mr{ font-size: 30rpx; color: #666; } .down{ height: 80rpx; width: 100%; display: flex; justify-content: space-between; align-items: center; line-height: 80rpx; font-size: 30rpx; color: #666; } .icon{ height: 50rpx; display: flex; align-items: center; } .mr{ font-size: 33rpx; color: #333; margin-right: 15rpx; } .sw{ margin-top: 5rpx; } .btn{ height: 100rpx; margin-top: 150rpx; margin-bottom: 40rpx; width: 100%; background: rgba(0,110,255); color: #fff; text-align: center; line-height: 100rpx; border-radius: 10rpx; font-size: 35rpx; letter-spacing: 5rpx; }