@import '../../../config/styles/mp/index.less'; @import '../../../config/styles/mp/mixins.less'; .myScroll { height: 100%; display: flex; flex-direction: column; } .header { position: sticky; top: 0rpx; left: 0rpx; width: 100%; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 24rpx; box-sizing: border-box; background-color: @oak-bg-color-page; color: @oak-text-color-primary; } .headerItem { display: flex; align-items: center; justify-content: center; font-size: 28rpx; } .list { flex: 1; background-color: #fff; } .my-list-class { border-bottom: 2rpx solid @oak-border-color; } .left { display: flex; align-items: center; justify-content: flex-start; padding: 24rpx 0rpx; } .right { display: flex; flex-direction: column; align-items: flex-end; gap: 16rpx; padding: 24rpx 0rpx; margin-left: 12rpx; } .avatar { font-size: 40rpx; font-weight: bold; width: 96rpx; height: 96rpx; border-radius: 48rpx; display: flex; align-items: center; justify-content: center; color: @oak-text-color-primary; } .middle { margin-left: 20rpx; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 16rpx; } .type { font-weight: bold; font-size: 32rpx; } .sub { color: #888; font-size: 26rpx; } .empty { height: calc(100% - 90rpx); background-color: #fff; display: flex; align-items: center; justify-content: center; } .content { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 24rpx; } .icon { color: @oak-color-primary; } .btn { color: #333; border: 2rpx solid #eee; } .container { background-color: #fff; height: 15vh; padding: 32rpx; box-sizing: border-box; } .radio-group-class { width: 100%; display: grid; grid-column: 3; grid-template-columns: 1fr 1fr 1fr; }