123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312 |
- /**index.wxss**/
- /*热门推荐*/
- @import "/component/hot/hot.wxss";
- /*热团*/
- @import "/component/group/group.wxss";
- /*关注*/
- /* @import "/component/follow/follow.wxss"; */
- /*我的*/
- @import "/component/my/my.wxss";
- .container {
- background: rgba(242, 242, 242, 1);
- }
- .template {
- height: 100%;
- }
- .scroll-view {
- height: 100%;
- }
- .top-tab {
- position: fixed;
- top: 0;
- width: 100%;
- height: 80rpx;
- background: #12C962;
- /* color: #383838; */
- box-sizing: border-box;
- display: flex;
- justify-content: space-between;
- align-items: center;
- /* margin-bottom: 15rpx; */
- z-index: 999;
- padding: 0 152rpx 0 152rpx;
- }
- .tabbar {
- /* flex: 1; */
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100rpx;
- height: 58rpx;
- line-height: 60rpx;
- font-size: 40rpx;
- opacity:0.7;
- font-weight: 800;
- /* border-radius: 30rpx; */
- /* background: #fff; */
- border-bottom: none;
- color: #fff;
- }
- .select {
- color: #fff;
- /* font-size: 40rpx; */
- /* font-family: SourceHanSansSC-bold; */
- /* background: #61ca54; */
- font-size: 40rpx;
- border-bottom: 6rpx solid #fff;
- opacity:1;
- }
- .bottom-tab image {
- width: 54rpx;
- height: 54rpx;
- margin-right: 20rpx;
- }
- .jurisdiction {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- }
- /* 部分公用css */
- .red-text {
- color: #ff3600;
- }
- /* 作品列表 */
- .hotWares {
- display: flex;
- flex-wrap: wrap;
- /* background: #e8e8e8; */
- }
- .recommdSection .hotWares .worksCard {
- position: relative;
- overflow: hidden;
- width: 100%;
- height: 496rpx;
- background: #fff;
- /* padding: 26rpx; */
- /* border-radius: 12rpx; */
- /* margin: 0 0 18rpx 16rpx; */
- margin: 0 auto 20rpx;
- /* box-shadow: 0 8rpx 6rpx 0 rgba(0, 0, 0, .28); */
- }
- .worksCard {
- position: relative;
- overflow: hidden;
- width: 100%;
- height: 496rpx;
- background: #fff;
- margin: 0 auto 20rpx;
- }
- .worksCard .wareCardImg {
- display: block;
- width: 704rpx;
- height: 290rpx;
- margin: 21rpx auto 0;
- border-radius: 20rpx;
- }
- .worksCard .titleSummary {
- display: flex;
- justify-content: space-between;
- margin-top: 12rpx;
- }
- .worksCard .wareCardTitle {
- /* margin: 0 auto; */
- width: 80%;
- height: 46rpx;
- display: block;
- /* text-align: left; */
- color: #444;
- font-size: 32rpx;
- /* letter-spacing: 4rpx; */
- margin-left: 28rpx;
- font-family: MicrosoftYaHei;
- }
- .worksCard .topData {
- height: 92rpx;
- margin-top: 22rpx;
- display: flex;
- flex-direction: row;
- /* justify-content: space-between; */
- align-items: center;
- }
- .worksLeft {
- display: flex;
- flex-direction: row;
- flex: 1;
- margin-left: 10rpx;
- position: relative;
- }
- .worksLeft .worksInfo .authorName {
- color: #393939;
- font-size: 30rpx;
- margin-top: 8rpx;
- }
- .worksLeft .worksInfo .time {
- color: #393939;
- font-size: 30rpx;
- }
- .worksCard .topData .wareCardPlays {
- width: 100rpx;
- /* margin-left: 270rpx; */
- display: flex;
- flex-direction: row-reverse;
- align-items: center;
- padding-right: 35rpx;
- margin-bottom:6rpx;
- margin-left: 4rpx;
- }
- .worksCard .topData .authorAvatar {
- width: 92rpx;
- height: 92rpx;
- margin: 0 22rpx 0 22rpx;
- display: block;
- border: 4rpx solid #61CA54;
- border-radius: 50%;
- }
- .worksCard .topData .profession {
- width: 60rpx;
- height: 30rpx;
- background: rgba(97, 202, 84, 1);
- border-radius: 15rpx;
- font-size: 22rpx;
- /* font-family: PingFangSC-Medium; */
- font-weight: 800;
- color: rgba(255, 255, 255, 1);
- line-height: 30rpx;
- text-align: center;
- position: absolute;
- bottom: -7rpx;
- left: 42rpx;
- }
- .topData .numberInfo {
- display: flex;
- flex-direction: column;
- margin-top:-5rpx;
- }
- .worksCard .wareCardTip {
- width: 178rpx;
- height: 40rpx;
- display: block;
- text-align: left;
- color: #444;
- font-size: 24rpx;
- line-height: 44rpx;
- }
- .worksCard .wareCardPlays .wareCardPlaysImg {
- width: 30rpx;
- height: 26rpx;
- margin-left: 7rpx;
- float: right;
- }
- .worksCard .wareCardPlays text {
- /* margin-left: 4rpx; */
- color: #848484;
- font-size: 24rpx;
- text-align: right;
- /* width:57%; */
- float: right;
- line-height:37rpx;
- }
- .worksCard .wareCardLikes {
- width: 100rpx;
- margin-right: 18rpx;
- display: flex;
- flex-direction: row-reverse;
- align-items: center;
- }
- .worksCard .wareCardLikes .wareCardLikesImg {
- width: 22rpx;
- height: 26rpx;
- margin-left: 7rpx;
- }
- .worksCard .wareCardLikes text {
- /* margin-left: 4rpx; */
- color: #848484;
- font-size: 24rpx;
- }
- .index-dialog{
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- z-index:3;
- background: rgba(0,0,0,.3)
- }
- .index-dialog-wrapper{
- width: 392rpx;
- height: 240rpx;
- background: #fff;
- border-radius: 30rpx;
- box-shadow: 0 0 10 0 rgba(0,0,0, .5);
- position: fixed;
- top: 281rpx;
- left: 0;
- right: 0;
- margin: 0 auto;
- }
- .index-dialog-text{
- width: 100%;
- font-size: 29rpx;
- color: #535353;
- font-weight: 800;
- text-align: center;
- margin-top: 59rpx;
- }
- .index-dialog-btn{
- width: 160rpx;
- height: 50rpx;
- border: 3rpx solid #f75642;
- border-radius: 25rpx;
- line-height: 50rpx;
- text-align: center;
- color: #f75642;
- font-size: 30rpx;
- font-weight: 800;
- margin: 41rpx auto;
- }
- .index-dialog-btn-hide{
- width: 100%;
- height: 100%;
- position: absolute;
- background: rgba(0,0,0, 0);
- top: 0;
- }
|