123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468 |
- /* pages/matchdetail/matchdetail.wxss */
- /* pages/today/today.wxss */
- page{
- background: #fff;
- }
- .page_top{
- margin-bottom: 20rpx;
- position: relative;
- }
- .container {
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
- height: 50vh;
- background: #fff;
- z-index: 9;
- }
- ec-canvas {
- width: 100%;
- height: 100%;
- position: relative;
- z-index: 99;
- }
- .per_top{
- height: 138rpx;
- position: relative;
- padding:24rpx;
- background: #D94B24;
- }
- .per_top>image{
- width: 90rpx;
- height: 90rpx;
- position: absolute;
- left: 24rpx;
- top: 24rpx;
- border-radius: 100%;
- }
- .name{
- font-size:32rpx;
- font-weight: 500;
- margin-left: 110rpx;
- color: #fff;
- }
- .fans{
- color: rgba(255, 255, 255, 0.75);
- font-size: 28rpx;
- margin-top: 10rpx;
- }
- .fans text{
- color: #FFF;
- font-weight: bold;
- margin-right: 10rpx;
- }
- .per_top .follow {
- color: #fff;
- font-size: 28rpx;
- position: absolute;
- right: 24rpx;
- top: 32rpx;
- border: 1px solid #fff;
- border-radius: 8rpx;
- padding: 5rpx 8rpx;
- }
- .style{
- background: #fff;
- padding: 20rpx;
- margin-bottom: 20rpx;
- font-size: 30rpx;
- color: #333;
- }
- .style view{
- padding: 6rpx 0;
- }
- .style text{
- display: inline-block;
- color: #999;
- font-size: 30rpx;
- width: 180rpx;
- }
- .style .tag{
- font-size: 28rpx;
- color: #CE994F;
- border: 1px solid #CE994F;
- border-radius: 8rpx;
- margin-right: 8rpx;
- font-weight: 400;
- padding: 0 8rpx;
- display: inline-block;
- margin-bottom: 10rpx;
- }
- .game{
- color: 32rpx;
- font-weight: bold;
- margin-bottom: 20rpx;
- }
- /* .date{
- border-left: 4px solid #D94B24;
- padding-left: 4rpx;
- } */
- .infos{
- background: #FFF4F5;
- border-radius: 16rpx;
- padding-top: 24rpx;
-
- }
- .bottom{
- line-height: 92rpx;
- padding: 0 24rpx;
- border-radius: 0px 0px 8px 8px;
- margin-top: 20rpx;
- font-size: 28rpx;
- background: linear-gradient(124deg, #FEEAEC 0%, #FFAEAF 100%);
- }
- .bottom text{
- font-size: 36rpx;
- margin-right: 30rpx;
- font-weight: 500;
- }
- .legend{
- position: absolute;
- right: 30rpx;
- top: 0;
- z-index: 999999;
- }
- .legend view{
- width: 230rpx;
- line-height: 64rpx;
- background: #F7F7F7;
- border-radius: 8rpx;
- text-align: center;
- font-size: 28rpx;
- margin-bottom: 10rpx;
- }
- .imgs,.content{
- margin-bottom: 20rpx;
- background: #fff;
- padding: 15rpx;
- position: relative;
- }
- .img{
- display: inline-block;
- width: 224rpx;
- height: 224rpx;
- border-radius: 8rpx;
- margin-right: 8rpx;
- margin-bottom: 8rpx;
- }
- .title{
- font-weight: 500;
- font-size: 30rpx;
- margin-top: 20rpx;
- margin-left: 20rpx;
- }
- .content{
- font-size: 30rpx;
- font-weight: 500;
- }
- .days_stock{
- background: #fff;
- padding: 30rpx;
- }
- .look_all{
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #E90001;
- height: 88rpx;
- color: #fff;
- }
- .stock{
- border-bottom: 1px solid #f5f5f5;
- padding-bottom: 30rpx;
- margin-bottom: 30rpx;
- }
- .stock .info{
- padding: 10rpx 0;
- }
- .stock .imgs{
- padding: 30rpx 0 0;
- margin: 0;
- }
- .title navigator{
- float: right;
- color: #999;
- font-size: 28rpx;
- }
- .title image{
- width: 32rpx;
- position: relative;
- top: 7rpx;
- }
- .month{
- text-align: right;
- position: absolute;
- right: 30rpx;
- top: 30rpx;
- }
- .month>image{
- height: 40rpx;
- display: inline-block;
- vertical-align: middle;
- }
- picker{
- display: inline-block;
- vertical-align: middle;
- margin: 0 20rpx;
- }
- .date-picker{
- font-size: 36rpx;
- font-weight: 500;
- }
- .date-picker image{
- height: 24rpx;
- }
- .day{
- display: flex;
- justify-content: space-between;
- padding: 10rpx;
- background: #f5f5f5;
- margin: 20rpx 0;
- }
- .day text{
- color: #999;
- width: 14%;
- text-align: center;
- }
- .days{
- display: flex;
- flex-wrap: wrap;
- /* justify-content: space-between; */
- }
- .days view{
- width: 14%;
- text-align: center;
- font-weight: 500;
- height: 96rpx;
- /* margin-bottom: 10rpx; */
- }
- .days text{
- display: block;
- color: #666;
- font-size: 20rpx;
- position: relative;
- top: -5rpx;
- font-weight: 400;
- }
- .days view view{
- width: 100% !important;
- }
- .days view view text{
- color: #fff;
- }
- .down1{
- background: #07B20B;
- color: #fff;
-
- }
- .up1{
- background: #E90001;
- color: #fff;
- }
- .logout{
- width: 100%;
- line-height: 88rpx;
- color: #666;
- font-size: 32rpx;
- text-align: center;
- border: 1px solid rgba(224, 224, 224, 1);
- border-radius: 8rpx;
- background: #fff;
- }
- .comment{
- padding: 24rpx 0;
- border-bottom: 1px solid rgba(245, 245, 245, 1);
- }
- .comment image{
- width: 32rpx;
- margin-right: 10rpx;
- position: relative;
- top: 5rpx;
- }
- .comment text{
- color: #999;
- font-size: 28rpx;
- margin-right: 40rpx;
- }
- .info{
- font-size: 32rpx;
- font-weight: 500;
- margin-top: 20rpx;
- /* padding: 10rpx 24rpx;
- display: flex; */
- }
- /* .info view{
- color: #666;
- width: 85%;
- vertical-align: top;
- } */
- .match_ratio{
- font-size: 30rpx;
- padding-top: 10rpx;
- }
- .head{
- background-color: #D94B24;
- height: 360rpx;
- }
- .head_loss{
- background-color: #07B20B;
- height: 360rpx;
- }
- .head view{
- color: #fff;
- text-align: center;
- /* font-size: 28rpx; */
- }
- .head_loss view{
- color: #fff;
- text-align: center;
- /* font-size: 28rpx; */
- }
- .head_title{
- font-size: 38rpx;
- padding-top: 30rpx;
- }
- .head_bsyk{
- font-size: 26rpx;
- padding-top: 40rpx;
- }
- .head_money{
- font-size: 58rpx;
- padding-top: 5rpx;
- }
- .head_ratio{
- font-size: 30rpx;
- padding-top: 50rpx;
- }
- .relist{
- position: relative;
- padding-left: 80rpx;
- margin-bottom: 24rpx;
- }
- .relist image{
- width: 90rpx;
- height: 90rpx;
- position: absolute;
- left: 0;
- border-radius: 100%;
- }
- .experience{
- font-size: 32rpx;
- margin-top: 20rpx;
- }
- .msg .name{
- font-size: 32rpx;
- color: #333;
- margin-left: 30rpx;
- }
- .msg .date{
- font-size: 28rpx;
- color: #333;
- margin-left: 30rpx;
- }
- .item_money{
- font-size: 33rpx;
- }
- .item_money_title{
- font-size: 30rpx;
- }
- .recomment{
- padding: 24rpx 0;
- border-bottom: 1px solid rgba(245, 245, 245, 1);
- }
- .recomment image{
- width: 32rpx;
- margin-right: 10rpx;
- position: relative;
- top: 5rpx;
- }
- .recomment text{
- color: #999;
- font-size: 28rpx;
- margin-right: 40rpx;
- }
- .week_view{
- padding-top: 50rpx;
- padding-left: 20rpx;
- padding-bottom: 50rpx;
- font-size: 24rpx;
- }
- .yk{
- display: flex;
- justify-content: space-between;
- font-size: 24rpx;
- }
- .week_name{
- width: 15%;
- padding: 12px 0;
- font-size: 26rpx;
- }
- .week_total{
- width: 15%;
- text-align: center;
- padding: 10rpx 0;
- }
- .week_incom{
- width: 70%;
- display: flex;
- font-size: 26rpx;
- }
- .week_incom>view{
- padding: 10rpx 0;
- width: 100rpx;
- text-align: center;
- /* border: 1px solid red; */
- }
- .week_incom text{
- display: block;
- color: #fff;
- }
- .week_incom .down{
- background-color: #07B20B;
- color: #fff !important;
- }
- .week_incom .up{
- background-color: #E90001;
- color: #fff !important;
- }
- .week_incom .none{
- background-color: #a3a3a3;
- /* color: #fff !important; */
- }
|