| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450 |
- .page-container {
- height: 100vh;
- display: flex;
- flex-direction: column;
- background: #f5f6fb;
- }
- .scroll-view {
- flex: 1;
- height: 0;
- }
- .content-wrapper {
- padding: 32rpx;
- background: #f5f6fb;
- min-height: 100%;
- }
- .page-title-card {
- background: #ffffff;
- padding: 30rpx 0;
- text-align: center;
- box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.08);
- border-radius: 0;
- }
- .page-title-text {
- font-size: 36rpx;
- font-weight: 800;
- color: #3F51F7;
- letter-spacing: 2rpx;
- }
- .card {
- background: #ffffff;
- border-radius: 24rpx;
- padding: 32rpx;
- box-shadow: 0 16rpx 40rpx rgba(37, 52, 94, 0.08);
- margin-bottom: 32rpx;
- }
- /* 强势趋势池标题区域 */
- .pool-header-section {
- margin-bottom: 24rpx;
- }
- .pool-header {
- display: flex;
- align-items: center;
- margin-bottom: 12rpx;
- }
- .pool-icon {
- font-size: 32rpx;
- margin-right: 12rpx;
- }
- .pool-title {
- font-size: 32rpx;
- font-weight: 600;
- color: #222222;
- }
- .pool-desc {
- font-size: 26rpx;
- color: #666a7f;
- }
- /* 性能指标卡片 */
- .performance-card {
- display: flex;
- justify-content: space-around;
- align-items: center;
- background: #f7f8fc;
- padding: 32rpx 24rpx;
- }
- .performance-item {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .performance-label {
- font-size: 24rpx;
- color: #666a7f;
- margin-bottom: 12rpx;
- }
- .performance-value {
- font-size: 32rpx;
- font-weight: 700;
- color: #222222;
- }
- .performance-value.success {
- color: #3abf81;
- }
- .performance-value.profit {
- color: #f16565;
- }
- /* 股票列表卡片 */
- .stock-list-card {
- padding: 32rpx;
- }
- .stock-list-header {
- margin-bottom: 24rpx;
- }
- .stock-list-title {
- font-size: 30rpx;
- font-weight: 600;
- color: #222222;
- }
- .stock-item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 24rpx 0;
- border-bottom: 1rpx solid #f1f2f6;
- }
- .stock-item:last-child {
- border-bottom: none;
- }
- .stock-info {
- flex: 1;
- }
- .stock-name-row {
- display: flex;
- align-items: center;
- margin-bottom: 12rpx;
- }
- .stock-name {
- font-size: 28rpx;
- font-weight: 600;
- color: #222222;
- margin-right: 16rpx;
- }
- .stock-code {
- font-size: 24rpx;
- color: #9ca2b5;
- }
- .stock-price-row {
- display: flex;
- align-items: center;
- }
- .stock-price-label {
- font-size: 24rpx;
- color: #9ca2b5;
- margin-right: 8rpx;
- }
- .stock-price {
- font-size: 26rpx;
- font-weight: 600;
- color: #222222;
- }
- .stock-right {
- display: flex;
- align-items: center;
- gap: 16rpx;
- }
- .stock-score-badge {
- background: #e7f7ef;
- border-radius: 20rpx;
- padding: 8rpx 16rpx;
- min-width: 80rpx;
- text-align: center;
- }
- .stock-score {
- font-size: 26rpx;
- font-weight: 700;
- color: #3abf81;
- }
- .stock-actions {
- display: flex;
- gap: 12rpx;
- }
- .action-btn {
- width: 56rpx;
- height: 56rpx;
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.15);
- }
- .buy-btn {
- background: #3abf81;
- }
- .sell-btn {
- background: #f16565;
- }
- .action-icon {
- font-size: 32rpx;
- font-weight: 700;
- color: #ffffff;
- }
- .risk-tip {
- display: block;
- margin-top: 24rpx;
- font-size: 22rpx;
- color: #9ca2b5;
- text-align: center;
- }
- /* 历史股票池回顾 */
- .history-card {
- padding: 32rpx;
- }
- .history-header {
- display: flex;
- align-items: center;
- margin-bottom: 24rpx;
- }
- .history-icon {
- font-size: 28rpx;
- margin-right: 12rpx;
- }
- .history-title {
- font-size: 30rpx;
- font-weight: 600;
- color: #222222;
- }
- .history-search-row {
- display: flex;
- align-items: center;
- }
- .history-date-input {
- flex: 1;
- background: #f7f8fc;
- border-radius: 12rpx;
- padding: 24rpx 24rpx;
- font-size: 26rpx;
- color: #222222;
- }
- .history-search-button {
- width: 80rpx;
- height: 80rpx;
- background: #5d55e8;
- border-radius: 12rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-left: 16rpx;
- }
- .search-icon {
- font-size: 32rpx;
- color: #ffffff;
- }
- /* 弹窗样式 */
- .modal-overlay {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(0, 0, 0, 0.5);
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 1000;
- }
- .modal-content {
- width: 640rpx;
- background: #ffffff;
- border-radius: 24rpx;
- padding: 40rpx 32rpx 32rpx;
- box-sizing: border-box;
- }
- .modal-header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 32rpx;
- }
- .modal-title {
- font-size: 32rpx;
- font-weight: 600;
- }
- .buy-title {
- color: #3abf81;
- }
- .sell-title {
- color: #f16565;
- }
- .modal-close {
- font-size: 48rpx;
- color: #9ca2b5;
- line-height: 1;
- width: 48rpx;
- height: 48rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .modal-body {
- margin-bottom: 32rpx;
- }
- .modal-stock-name {
- display: block;
- font-size: 28rpx;
- font-weight: 600;
- color: #222222;
- margin-bottom: 24rpx;
- }
- .modal-price-row {
- display: flex;
- align-items: center;
- margin-bottom: 32rpx;
- }
- .modal-price-label {
- font-size: 26rpx;
- color: #666a7f;
- margin-right: 12rpx;
- }
- .modal-price-value {
- font-size: 32rpx;
- font-weight: 700;
- color: #222222;
- }
- .modal-input-row {
- margin-bottom: 32rpx;
- }
- .modal-input-label {
- display: block;
- font-size: 24rpx;
- color: #9ca2b5;
- margin-bottom: 16rpx;
- }
- .modal-input {
- width: 100%;
- background: #f7f8fc;
- border-radius: 12rpx;
- padding: 24rpx;
- font-size: 28rpx;
- color: #222222;
- box-sizing: border-box;
- }
- .modal-total-row {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding-top: 24rpx;
- border-top: 1rpx solid #f1f2f6;
- }
- .modal-total-label {
- font-size: 26rpx;
- color: #666a7f;
- }
- .modal-total-value {
- font-size: 36rpx;
- font-weight: 700;
- }
- .buy-total {
- color: #3abf81;
- }
- .sell-total {
- color: #f16565;
- }
- .modal-footer {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .modal-button {
- width: 100%;
- border-radius: 16rpx;
- padding: 28rpx 0;
- text-align: center;
- margin-bottom: 24rpx;
- }
- .buy-button {
- background: #3abf81;
- }
- .sell-button {
- background: #f16565;
- }
- .modal-button-text {
- font-size: 30rpx;
- font-weight: 600;
- color: #ffffff;
- }
- .modal-tip {
- font-size: 22rpx;
- color: #9ca2b5;
- }
- .bottom-safe-area {
- height: 80rpx;
- }
- /* 模糊效果 */
- .blur-content {
- filter: blur(8rpx);
- pointer-events: none;
- }
- /* 登录遮罩层 */
- .login-mask {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(0, 0, 0, 0.4);
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 999;
- }
- .login-prompt {
- width: 560rpx;
- max-width: 560rpx;
- background: #ffffff;
- border-radius: 24rpx;
- padding: 50rpx 40rpx;
- margin: 0 auto;
- text-align: center;
- box-shadow: 0 20rpx 60rpx rgba(0, 0, 0, 0.3);
- box-sizing: border-box;
- }
- .lock-icon {
- font-size: 72rpx;
- margin-bottom: 20rpx;
- }
- .prompt-title {
- display: block;
- font-size: 32rpx;
- font-weight: 600;
- color: #222222;
- margin-bottom: 12rpx;
- }
- .prompt-desc {
- display: block;
- font-size: 24rpx;
- color: #999999;
- line-height: 1.5;
- margin-bottom: 32rpx;
- }
- .login-button-native {
- width: 100%;
- height: 80rpx;
- background: linear-gradient(135deg, #4CAF50, #66BB6A);
- color: #ffffff;
- border-radius: 40rpx;
- font-size: 30rpx;
- font-weight: 600;
- box-shadow: 0 8rpx 24rpx rgba(76, 175, 80, 0.4);
- display: flex;
- align-items: center;
- justify-content: center;
- border: none;
- padding: 0;
- line-height: 80rpx;
- }
- .login-button-native::after {
- border: none;
- }
- .button-icon {
- font-size: 32rpx;
- margin-right: 12rpx;
- }
|