123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823 |
-
- page {
- background-color: #ffffff;
- width: 100%;
- color: #333;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
- Arial, sans-serif;
- }
- .page {
- background-color: #ffffff;
- width: 100%;
- }
- /* 自定义导航栏样式 */
- .custom-navbar {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- height: calc( 90rpx + var(--status-bar-height));
- padding: 0 20rpx;
- padding-top: var(--status-bar-height);
- background-color: #ffffff;
- position: sticky;
- top: 0;
- z-index: 100;
- .navbar-left {
- width: 80rpx;
- height: 80rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- .fa-angle-left {
- font-size: 48rpx;
- color: #333;
- }
- }
- .navbar-center {
- flex: 1;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- // margin-left: 10rpx;
- .navbar-title {
- display: flex;
- align-items: center;
- .navbar-avatar {
- width: 60rpx;
- height: 60rpx;
- border-radius: 50%;
- margin-right: 10rpx;
- }
- .navbar-text {
- font-size: 28rpx;
- font-weight: bold;
- color: #333;
- margin-right: 10rpx;
- }
- .navbar-badge {
- font-size: 22rpx;
- color: #f0ad4e;
- background-color: rgba(240, 173, 78, 0.1);
- padding: 2rpx 10rpx;
- border-radius: 10rpx;
- border: 1rpx solid #f0ad4e;
- }
- }
- }
- .navbar-right {
- min-width: 80rpx;
- height: 80rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- .fa-ellipsis-h {
- font-size: 36rpx;
- color: #333;
- }
- image {
- width: 64rpx;
- height: 64rpx;
- }
- .followTheAuthor {
- padding: 6rpx 20rpx 8rpx 15rpx;
- border-radius: 26rpx;
- margin-right: 16rpx;
- transition: all 0.6s;
- border: 2rpx solid transparent;
- &.followTheAuthor1 {
- color: #acf934;
- background: #1f1f1f;
- }
- &.followTheAuthor0 {
- border: 2rpx solid #1f1f1f;
- background: #fff;
- }
- }
- }
- }
- // 轮播图样式
- ::v-deep.swiper-box {
- padding-bottom: 48rpx;
- border-radius: 0 !important;
- .uv-swiper__wrapper__item__wrapper__image {
- width: 100%;
- border-radius: 0 !important;
- background-color: transparent !important;
- }
- .uv-swiper__indicator {
- position: absolute;
- bottom: 0;
- .uv-swiper-indicator__wrapper__dot {
- width: 10rpx;
- height: 10rpx;
- border-radius: 50%;
- background: #e1e1e1 !important;
- &.uv-swiper-indicator__wrapper__dot--active {
- background: #acf934 !important;
- }
- }
- }
- }
- // 评论区域样式
- .comment-section {
- background-color: #f8f8f8;
- padding: 30rpx 0;
- margin-top: 20rpx;
- border-radius: 30rpx 30rpx 0 0;
- .section-header {
- display: flex;
- align-items: center;
- padding: 0 30rpx 20rpx;
- border-bottom: 1rpx solid #eee;
- margin-bottom: 20rpx;
- .fa {
- font-size: 36rpx;
- color: #2979ff;
- }
- .section-title {
- font-size: 32rpx;
- font-weight: bold;
- margin: 0 10rpx;
- color: #333;
- }
- .comment-count {
- font-size: 28rpx;
- color: #999;
- }
- }
- .comment-button {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 650rpx;
- height: 90rpx;
- background-color: #2979ff;
- color: #fff;
- border-radius: 45rpx;
- margin: 40rpx auto 20rpx;
- font-size: 30rpx;
- box-shadow: 0 4rpx 12rpx rgba(41, 121, 255, 0.3);
- transition: all 0.3s ease;
- .fa {
- margin-right: 10rpx;
- }
- &:active {
- transform: scale(0.97);
- background-color: #2567db;
- }
- }
- }
- /* 确保评论按钮样式 */
- .comment-button {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 650rpx;
- height: 90rpx;
- background-color: #2979ff;
- color: #fff;
- border-radius: 45rpx;
- margin: 40rpx auto 20rpx;
- font-size: 30rpx;
- box-shadow: 0 4rpx 12rpx rgba(41, 121, 255, 0.3);
- }
- .header {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- width: 750rpx;
- height: 320rpx;
- padding-top: calc(var(--status-bar-height) + 0rpx);
- .left {
- display: flex;
- flex-direction: row;
- width: 200rpx;
- height: 120rpx;
- justify-content: center;
- padding-left: 50rpx;
- image {
- width: 124rpx;
- height: 40rpx;
- }
- }
- }
- .body {
- width: 750rpx;
- border-radius: 40rpx 40rpx 0 0;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- position: relative;
- z-index: 10;
- .article-header {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- padding: 38rpx 32rpx 0 32rpx;
- width: 100%;
- box-sizing: border-box;
- .title {
- font-family: "PingFang SC-Bold";
- font-size: 400;
- color: #1f1f1f;
- font-size: 36rpx;
- }
- .article-content {
- width: 100%;
- padding-top: 12rpx;
- padding-bottom: 28rpx;
- .content {
- font-family: "PingFang SCMedium";
- font-size: 32rpx;
- font-weight: 400;
-
- }
- }
- .cardLink {
- min-width: 340rpx;
- max-width: 500rpx;
- height: 120rpx;
- border-radius: 12rpx;
- border: 4rpx solid #f2f6f2;
- padding: 10rpx;
- box-sizing: border-box;
- display: flex;
- flex-direction: flex-start;
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
- // box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
-
- &:active {
- transform: scale(0.98);
- box-shadow: 0 1rpx 4rpx rgba(0, 0, 0, 0.05);
- }
- image {
- width: auto;
- height: 100rpx;
- background: #f4f4f4;
- flex-grow: 0;
- border-radius: 12rpx;
- margin-right: 12rpx;
- transition: all 0.3s ease;
- }
- .content {
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- transition: all 0.3s ease;
-
- .tit {
- font-family: "PingFang SC-Bold";
- font-weight: 400;
- font-size: 24rpx;
- transition: all 0.3s ease;
- color: 1f1f1f;
- }
- .tex {
- font-family: "PingFang SC-Medium";
- font-size: 20rpx;
- color: #999999;
- line-height: 28rpx;
- transition: all 0.3s ease;
- }
- }
- }
- .meta-info {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- color: #999;
- font-size: 26rpx;
- .meta-item {
- display: flex;
- align-items: center;
- margin-right: 30rpx;
- margin-bottom: 10rpx;
- .meta-text {
- margin-left: 8rpx;
- }
- }
- }
- }
- .divider {
- height: 1rpx;
- background-color: #eee;
- width: 650rpx;
- margin: 10rpx auto 30rpx;
- }
- .article-footer {
- width: 100%;
- padding: 20rpx 0;
- border-top: 1rpx solid #f0f0f0;
- .action-bar {
- display: flex;
- justify-content: space-around;
- align-items: center;
- .action-item {
- display: flex;
- flex-direction: column;
- align-items: center;
- padding: 20rpx 0;
- .fa {
- font-size: 40rpx;
- color: #666;
- margin-bottom: 10rpx;
- &.liked {
- color: #ff5151;
- }
- }
- .action-text {
- font-size: 24rpx;
- color: #666;
- }
- &:active {
- opacity: 0.7;
- }
- }
- }
- }
- }
- .list_wish {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- color: #fff;
- width: 750rpx;
- .item {
- margin-top: 20rpx;
- color: #fff;
- font-size: 28rpx;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- width: 690rpx;
- height: 156rpx;
- background: #28292d;
- border-radius: 28rpx;
- .avator {
- width: 116rpx;
- height: 116rpx;
- margin-left: 14rpx;
- background: #161616;
- border-radius: 28rpx;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- .icon {
- width: 100rpx;
- height: 100rpx;
- border-radius: 20rpx;
- }
- }
- .left {
- width: 370rpx;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- margin-left: 20rpx;
- .name {
- font-size: 32rpx;
- margin-bottom: 20rpx;
- }
- .jindu {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- .bord {
- width: 216rpx;
- height: 20rpx;
- margin-left: 0rpx;
- background: #0f0f0f;
- border-radius: 24rpx;
- .active {
- width: 0%;
- height: 20rpx;
- background: linear-gradient(142deg, #ff5967 0%, #ff2a95 100%);
- border-radius: 24rpx;
- }
- }
- .tips {
- margin-left: 20rpx;
- font-weight: 400;
- font-size: 24rpx;
- color: #ff3d83;
- }
- }
- }
- .right {
- width: 190rpx;
- .btn_submit {
- width: 168rpx;
- height: 72rpx;
- background: linear-gradient(142deg, #ff5967 0%, #ff2a95 100%);
- border-radius: 28rpx 28rpx 28rpx 28rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .state {
- width: 168rpx;
- height: 72rpx;
- text-align: center;
- line-height: 72rpx;
- }
- }
- }
- }
- .list_info {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- color: #fff;
- width: 750rpx;
- .item {
- width: 690rpx;
- margin: 0rpx 0;
- color: #fff;
- font-size: 28rpx;
- padding: 20rpx 0 0rpx;
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- .avator {
- width: 88rpx;
- .icon {
- width: 72rpx;
- height: 72rpx;
- border-radius: 36rpx;
- }
- }
- .tit {
- width: 470rpx;
- .list1 {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- .name {
- font-size: 32rpx;
- padding-right: 10rpx;
- height: 40rpx;
- line-height: 40rpx;
- }
- .sex1 {
- width: 76rpx;
- height: 40rpx;
- background: #423339;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- border: 2rpx solid #36d6ff;
- color: #36d6ff;
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- image {
- width: 24rpx;
- height: 24rpx;
- margin-left: 4rpx;
- margin-right: 4rpx;
- }
- }
- .sex2 {
- width: 76rpx;
- height: 40rpx;
- background: #423339;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- border: 2rpx solid #ff7d88;
- color: #ff7d88;
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- image {
- width: 24rpx;
- height: 24rpx;
- margin-left: 4rpx;
- margin-right: 4rpx;
- }
- }
- .xinzuo {
- width: 92rpx;
- height: 44rpx;
- margin-left: 10rpx;
- line-height: 44rpx;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- border: 2rpx solid #404040;
- font-size: 20rpx;
- color: #d0d0d0;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- }
- .time {
- color: #d0d0d0;
- font-size: 24rpx;
- }
- }
- .state {
- width: 130rpx;
- font-size: 28rpx;
- font-weight: normal;
- text-align: right;
- .status_1 {
- color: #999;
- }
- .status_9 {
- color: #36d6ff;
- }
- .status_2 {
- color: #fe2d56;
- }
- }
- }
- .content {
- width: 690rpx;
- font-weight: 400;
- font-size: 28rpx;
- color: #ffffff;
- text-align: left;
- font-style: normal;
- text-transform: none;
- padding: 20rpx 0;
- padding-left: 88rpx;
- }
- .photo_list {
- width: 690rpx;
- margin-bottom: 0rpx;
- padding-left: 88rpx;
- border-radius: 28rpx;
- font-size: 28rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- flex-wrap: wrap;
- .img {
- width: 186rpx;
- height: 186rpx;
- margin-bottom: 24rpx;
- margin-right: 12rpx;
- image {
- width: 186rpx;
- height: 186rpx;
- border-radius: 28rpx;
- border: solid 1px rgba(255, 255, 255, 0.2);
- }
- }
- .right {
- color: #fff;
- }
- }
- .desc {
- width: 690rpx;
- padding: 0rpx 0 0rpx;
- padding-left: 88rpx;
- font-weight: 400;
- font-size: 24rpx;
- color: #999999;
- line-height: 0rpx;
- text-align: left;
- font-style: normal;
- text-transform: none;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- image {
- width: 40rpx;
- height: 40rpx;
- }
- .addr {
- width: 200rpx;
- }
- .img {
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- padding: 0 0rpx 0 30rpx;
- font-size: 28rpx;
- color: #fff;
- image {
- margin-top: -8rpx;
- }
- }
- }
- }
- .btn_submit {
- width: 336rpx;
- height: 100rpx;
- margin: 50rpx auto;
- background: linear-gradient(90deg, #ff536d 0%, #ff3b84 100%);
- border-radius: 50rpx 50rpx 50rpx 50rpx;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- font-weight: bold;
- font-size: 32rpx;
- color: #ffffff;
- image {
- width: 44rpx;
- height: 44rpx;
- margin-right: 8rpx;
- margin-top: 4rpx;
- }
- }
- .btn {
- text-align: center;
- color: #fff;
- padding: 20rpx;
- margin: 50rpx;
- border-radius: 20rpx;
- background-color: #2979ff;
- }
- .font-awesome-import {
- display: none;
- }
- .fa {
- font-family: "FontAwesome";
- margin-right: 6rpx;
- }
- // 评论区域样式
- .comment-section {
- background-color: #f8f8f8;
- padding: 30rpx 0;
- margin-top: 20rpx;
- // border-radius: 30rpx 30rpx 0 0;
- border-radius: 0;
- .section-header {
- display: flex;
- align-items: center;
- padding: 0 30rpx 20rpx;
- border-bottom: 1rpx solid #eee;
- margin-bottom: 20rpx;
- .fa {
- font-size: 36rpx;
- color: #2979ff;
- }
- .section-title {
- font-size: 32rpx;
- font-weight: bold;
- margin: 0 10rpx;
- color: #333;
- }
- .comment-count {
- font-size: 28rpx;
- color: #999;
- }
- }
- .comment-button {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 650rpx;
- height: 90rpx;
- background-color: #2979ff;
- color: #fff;
- border-radius: 45rpx;
- margin: 40rpx auto 20rpx;
- font-size: 30rpx;
- box-shadow: 0 4rpx 12rpx rgba(41, 121, 255, 0.3);
- transition: all 0.3s ease;
- .fa {
- margin-right: 10rpx;
- }
- &:active {
- transform: scale(0.97);
- background-color: #2567db;
- }
- }
- }
- /* 确保评论按钮样式 */
- .comment-button {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 650rpx;
- height: 90rpx;
- background-color: #2979ff;
- color: #fff;
- border-radius: 45rpx;
- margin: 40rpx auto 20rpx;
- font-size: 30rpx;
- box-shadow: 0 4rpx 12rpx rgba(41, 121, 255, 0.3);
- }
- .comment-button .fa {
- margin-right: 10rpx;
- }
- .comment-button:active {
- opacity: 0.9;
- transform: scale(0.98);
- }
- .failureReason {
- padding: 40rpx;
- padding-top: 52tpx;
- background: #fff;
- width: 600rpx;
- min-height: 346rpx;
- border-radius: 28rpx;
- box-sizing: border-box;
- .title {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 36rpx;
- color: #1f1f1f;
- text-align: center;
- margin-bottom: 24rpx;
- }
- .reviewContent {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #1f1f1f;
- }
- .btn-box {
- background: #1f1f1f;
- color: #fff;
- margin: 0 auto;
- width: 244rpx;
- height: 72rpx;
- font-size: 32rpx;
- font-family: "PingFang SC-Bold";
- background: #1f1f1f;
- border-radius: 12rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 54rpx;
- }
- }
- .topStatusBar {
- width: 100%;
- height: 48rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- &.inProgress {
- background: #acf934;
- }
- &.fail {
- background: #fd3a3a;
- color: #fff;
- }
- }
|