123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397 |
- /* pages/circlesDetail/circlesDetail.wxss */
- page{
- padding-bottom: 214rpx;
- }
- .head-box{
- width: 750rpx;
- height: 176rpx;
- background: #FFFFFF;
- position: fixed;
- z-index: 999;
- }
- .head-box>image:nth-child(1){
- width: 48rpx;
- height: 48rpx;
- position: absolute;
- bottom: 20rpx;
- left: 16rpx;
- }
- .head-box>image:nth-child(2){
- width: 56rpx;
- height: 56rpx;
- border-radius: 50%;
- position: absolute;
- bottom: 16rpx;
- left: 88rpx;
- }
- .head-box>text:nth-child(3){
- width: auto;
- height: 36rpx;
- font-size: 30rpx;
- font-family: SFProText-Regular, SFProText;
- font-weight: 400;
- color: rgba(0,0,0,0.87);
- line-height: 36rpx;
- position: absolute;
- bottom: 22rpx;
- left: 160rpx;
- }
- .kong{
- width: 750rpx;
- height: 176rpx;
- }
- .img-box{
- position: relative;
- }
- .img-box-swiper{
- width: 750rpx;
- height: 750rpx;
- }
- .box-swiper-item{
- display: flex;
- }
- .box-swiper-item>image{
- width: 100%;
- height: 100%;
- margin: auto;
- }
- .swiper-num{
- position: absolute;
- top: 24rpx;
- right: 24rpx;
- width: 56rpx;
- height: 36rpx;
- background: rgba(0,0,0,0.6);
- border-radius: 12px;
- font-size: 22rpx;
- color: #FFFFFF;
- line-height: 36rpx;
- text-align: center;
- }
- .swiper-dots{
- position: absolute;
- bottom: -48rpx;
- left: 32rpx;
- z-index: 999;
- width: 686rpx;
- height: 48rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .swiper-dots>text{
- width: 12rpx;
- height: 12rpx;
- border-radius: 50%;
- background: rgba(0,0,0,0.16);
- margin: 0 6rpx;
- }
- .content{
- width: 686rpx;
- height: auto;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.87);
- line-height: 48rpx;
- margin: 48rpx 32rpx 0;
- text-align: justify;
- white-space: pre-wrap;
- }
- .article-tag{
- width: 686rpx;
- height: auto;
- padding: 24rpx 32rpx 0;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- }
- .tag-item{
- width: auto;
- height: 48rpx;
- border-radius: 13px;
- border: 1px solid rgba(0,0,0,0.87);
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-right: 16rpx;
- margin-bottom: 16rpx;
- }
- .tag-item>image{
- width: 28rpx;
- height: 28rpx;
- margin: 10rpx 8rpx 10rpx 16rpx;
- }
- .tag-item>text{
- width: auto;
- height: 32rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: rgba(0,0,0,0.87);
- line-height: 32rpx;
- margin-right: 16rpx;
- }
- .time{
- width: auto;
- height: 32rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.4);
- line-height: 32rpx;
- text-align: left;
- margin: 32rpx;
- }
- .comment-head{
- position: relative;
- width: 750rpx;
- height: 100rpx;
- background: #FFFFFF;
- }
- .comment-head>text:nth-child(1){
- position: absolute;
- top: 24rpx;
- left: 40rpx;
- width: auto;
- height: 44rpx;
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: rgba(0,0,0,0.87);
- line-height: 44rpx;
- }
- .comment-head>text:nth-child(2){
- position: absolute;
- left: 44rpx;
- bottom: 8rpx;
- width: 28rpx;
- height: 8rpx;
- background: rgba(0,0,0,0.87);
- border-radius: 2px;
- }
- .comment-head>text:nth-child(3){
- position: absolute;
- left: 120rpx;
- top: 30rpx;
- width: auto;
- height: 32rpx;
- font-size: 32rpx;
- font-family: SFProText-Medium, SFProText;
- font-weight: 500;
- color: rgba(0,0,0,0.87);
- line-height: 32rpx;
- }
- .comment-list{
- width: 750rpx;
- height: auto;
- background: #FFFFFF;
- display: flex;
- flex-direction: row;
- }
- .comment-list:active{
- background: rgba(0,0,0,0.07);
- }
- .comment-list>image:nth-child(1){
- width: 64rpx;
- height: 64rpx;
- border-radius: 50%;
- margin: 32rpx 24rpx auto 40rpx;
- }
- .comment-list>view:nth-child(2){
- display: flex;
- flex-direction: column;
- width: 582rpx;
- height: auto;
- border-bottom: 1px solid rgba(0,0,0,0.07);
- }
- .comment-name{
- width: 582rpx;
- height: 40rpx;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- margin: 32rpx 20rpx 16rpx 0;
- }
- .comment-name>text:nth-child(1){
- width: auto;
- height: 40rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: rgba(0,0,0,0.4);
- line-height: 40rpx;
- margin-right: auto;
- }
- .comment-name>text:nth-child(2){
- width: auto;
- height: 32rpx;
- font-size: 24rpx;
- font-family: SFProText-Medium, SFProText;
- font-weight: 500;
- color: rgba(0,0,0,0.87);
- line-height: 32rpx;
- }
- .comment-name>image:nth-child(3){
- width: 32rpx;
- height: 32rpx;
- margin-left: 6rpx;
- margin: 0rpx 0 10rpx 6rpx;
- }
- .comment-name>image:nth-child(4){
- width: 32rpx;
- height: 32rpx;
- margin: 0rpx 0 10rpx 6rpx;
- }
- .comment-content{
- width: 582rpx;
- height: auto;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.87);
- line-height: 40rpx;
- text-align: justify;
- }
- .comment-content>text{
- font-weight: 500;
- color: rgba(58,81,166,0.87);
- }
- .comment-time{
- width: 582rpx;
- height: 32rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.4);
- line-height: 32rpx;
- text-align: left;
- margin: 16rpx 0 32rpx;
- }
- .reply-box{
- display: flex;
- flex-direction: row;
- align-items: center;
- position: fixed;
- bottom: 0;
- z-index: 999;
- width: 750rpx;
- height: 100rpx;
- background: #FFFFFF;
- padding-bottom: env(safe-area-inset-bottom);
- }
- .reply-box>input:nth-child(1){
- width: 408rpx;
- height: 72rpx;
- line-height: 72rpx;
- background: #F5F6F9;
- border-radius: 19px;
- margin: 14rpx 32rpx;
- padding: 0 32rpx;
- }
- .reply-box>image:nth-child(2){
- width: 48rpx;
- height: 48rpx;
- margin: 26rpx 8rpx 26rpx 16rpx;
- }
- .reply-box>text:nth-child(3){
- width: auto;
- height: 32rpx;
- font-size: 26rpx;
- font-family: SFProText-Medium, SFProText;
- font-weight: 500;
- color: rgba(0,0,0,0.87);
- line-height: 32rpx;
- margin: 34rpx 32rpx 34rpx 0;
- }
- .reply-box>image:nth-child(4){
- width: 48rpx;
- height: 48rpx;
- margin: 26rpx 8rpx 26rpx 16rpx;
- }
- .reply-box>text:nth-child(5){
- width: auto;
- height: 32rpx;
- font-size: 26rpx;
- font-family: SFProText-Medium, SFProText;
- font-weight: 500;
- color: rgba(0,0,0,0.87);
- line-height: 32rpx;
- margin: 34rpx 32rpx 34rpx 0;
- }
- .handle-box{
- width: 100vw;
- height: 100vh;
- position: fixed;
- top: 0;
- z-index: 10001;
- }
- .handle-bg{
- width: 100vw;
- height: 100vh;
- position: absolute;
- bottom: 0;
- background-color: rgba(0,0,0,0.6);
- }
- .hadle-view{
- display: flex;
- flex-direction: row;
- position: absolute;
- bottom: 0;
- width: 678rpx;
- height: 200rpx;
- padding: 46rpx 36rpx 0;
- background: #F7F7F7;
- border-radius: 16px 16px 0px 0px;
- padding-bottom: env(safe-area-inset-bottom);
- }
- .hadle-view>image:nth-child(1){
- width: 48rpx;
- height: 48rpx;
- position: absolute;
- top: 20rpx;
- right: 16rpx;
- }
- .handle-item{
- display: flex;
- flex-direction: column;
- margin-right: 40rpx;
- }
- .handle-item>image:nth-child(1){
- width: 96rpx;
- height: 96rpx;
- margin-bottom: 16rpx;
- }
- .handle-item>text:nth-child(2){
- width: auto;
- height: 36rpx;
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.6);
- line-height: 36rpx;
- text-align: center;
- }
- .nonedata-style{
- width: 750rpx;
- height: 600rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .nonedata-style>image:nth-child(1){
- width: 332rpx;
- height: 264rpx;
- }
- .nonedata-style>text:nth-child(2){
- width: auto;
- height: 48rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.4);
- line-height: 48rpx;
- margin-top: 32rpx;
- }
|