123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395 |
- /* pages/today/today.wxss */
- page{
- background: #ffffff;
- }
- .page_top{
- background: #fff;
- 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: 220rpx;
- position: relative;
- /* padding:24rpx; */
- background: #fff;
- z-index: 1;
- }
- .headbg{
- position: relative;
- height: 110rpx;
- background-color: #ff0f03;
- z-index: 2;
- }
- .per_top>image{
- width: 160rpx;
- height:160rpx;
- position: absolute;
- left: 24rpx;
- top: 60rpx;
- border-radius: 100%;
- border: 1px solid #fff;
- z-index: 3;
- }
- .name{
- font-size:34rpx;
- font-weight: 500;
- margin-left: 195rpx;
- margin-top: 15rpx;
- color: #271f1f;
- z-index: 5;
- position: relative;
- }
- .fans{
- color:#888888;
- font-size: 28rpx;
- margin-top: 10rpx;
- }
- .fans text{
- color: #888888;
- font-weight: bold;
- margin-right: 10rpx;
- }
- .follow_black{
- position: absolute;
- right: 20rpx;
- top: 32rpx;
- z-index: 6;
- }
- .per_top .follow,.lahei{
- display: inline-block;
- color: #fff;
- font-size: 28rpx;
- border: 1px solid #fff;
- border-radius: 8rpx;
- padding: 5rpx 8rpx;
- margin-left: 20rpx;
- }
- .intro{
- font-size: 32rpx;
- margin: 20rpx;
- }
- .style{
- background: #fff;
- padding: 30rpx;
- 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: #999;
- border: 1px solid #999;
- 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: 30rpx;
- 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: 32rpx;
- margin-bottom: 24rpx;
- }
- .content{
- font-size: 30rpx;
- margin-bottom: 24rpx;
- line-height: 48rpx;
- }
- .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: 30rpx;
- /* padding: 10rpx 24rpx;
- display: flex; */
- }
- /* .info view{
- color: #666;
- width: 85%;
- vertical-align: top;
- } */
- .match{
- padding-left: 30rpx;
- }
- .match_title{
- font-size: 30rpx;
- color: #000;
- }
- .match_list{
- justify-content: space-between;
- border-bottom: 1px solid #F5F5F5;
- padding: 24rpx 0;
- }
- .match_name{
- font-size: 34rpx;
- }
- .match_group{
- font-size: 26rpx;
- position: absolute;
- right: 24rpx;
- }
- .match_date{
- font-size: 30rpx;
- padding-top: 50rpx;
- padding-top: 10rpx;
- }
- .match_day{
- font-size: 30rpx;
- color: #E90001;
- padding-top: 10rpx;
- }
- .match_money{
- font-size: 30rpx;
- padding-top: 10rpx;
- color: #5f5e5e;
- }
- .match_ratio{
- font-size: 30rpx;
- padding-top: 10rpx;
- color: #5f5e5e;
- }
- .up{
- font-size: 36rpx;
- color: #E90001 !important;
- margin-left: 5rpx;
- }
- .down{
- font-size: 36rpx;
- color: #07B20B !important;
- margin-left: 5rpx;
- }
|