ai-c/pages/brand/brand.wxss
2026-02-02 18:21:32 +08:00

107 lines
1.6 KiB
Plaintext

.page {
min-height: 100vh;
background-color: #f8f8f8;
display: flex;
flex-direction: column;
}
.unified-header {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 194rpx;
background: linear-gradient(135deg, #B06AB3 0%, #9B59B6 100%);
border-bottom: none;
display: flex;
align-items: flex-end;
justify-content: space-between;
padding: 0 32rpx 20rpx;
z-index: 1000;
}
.unified-header-left {
display: flex;
align-items: center;
gap: 8rpx;
width: 160rpx;
height: 56rpx;
}
.unified-back-icon {
width: 56rpx;
height: 56rpx;
}
.unified-back-text {
font-size: 34rpx;
font-weight: bold;
color: #ffffff;
}
.unified-header-title {
font-size: 40rpx;
font-weight: bold;
color: #ffffff;
flex: 1;
text-align: center;
}
.unified-header-right {
width: 160rpx;
height: 56rpx;
}
.content {
flex: 1;
}
.loading-tip, .error-tip, .empty-tip {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-top: 200rpx;
}
.loading-tip text, .empty-tip text, .error-tip text {
font-size: 28rpx;
color: #999;
}
.error-tip text:first-child {
color: #ff6b6b;
margin-bottom: 20rpx;
}
.retry-btn {
background: linear-gradient(135deg, #B06AB3 0%, #9B59B6 100%);
color: #fff !important;
padding: 16rpx 48rpx;
border-radius: 36rpx;
font-size: 28rpx !important;
}
.empty-tip image {
width: 240rpx;
height: 240rpx;
margin-bottom: 20rpx;
}
.brand-content {
padding: 30rpx;
}
.section-item {
background: #fff;
border-radius: 20rpx;
padding: 30rpx;
margin-bottom: 30rpx;
}
.section-item rich-text {
font-size: 28rpx;
color: #666;
line-height: 1.8;
}