123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- .bg1 {
- display: flex;
- flex-direction: column;
- margin-top: -400rpx;
- height: 1200rpx;
- border-radius: 100rpx;
- border-bottom-right-radius: 0;
- background-color: #4169E1;
- z-index: 2;
- }
- .bg1 .scroll-view {
- white-space: nowrap;
- height: 400rpx;
- margin: 70rpx 0 50rpx 0;
- }
- .bg1 .scroll-view .view-box {
- margin: 0 50rpx;
- }
- .bg1 .scroll-view .view-box .scroll-view-item {
- position: relative;
- display: inline-block;
- vertical-align: top;
- margin: 0 50rpx 0 0rpx;
- width: 380rpx;
- height: 400rpx;
- border-radius: 30rpx;
- background-color: #FFF;
- }
- .bg1 .scroll-view .view-box .scroll-view-item .card-info {
- position: relative;
- display: flex;
- align-items: center;
- padding: 20rpx;
- }
- .bg1 .scroll-view .view-box .scroll-view-item .card-info .title {
- font-size: 30rpx;
- line-height: 40rpx;
- margin-left: 20rpx;
- }
- .bg1 .scroll-view .view-box .scroll-view-item .chart-box {
- width: 100%;
- height: 300rpx;
- }
- .data-list {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- margin: 0 30rpx 20rpx 30rpx;
- }
- .data-list .data-item {
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- margin: 10rpx 0;
- padding: 6rpx 0;
- height: 120rpx;
- border-bottom: 4rpx solid #f3f4f9;
- border-top: 4rpx solid #f3f4f9;
- }
- .data-list .data-item .item-title {
- font-size: 38rpx;
- font-family: YSfont;
- color: #303133;
- }
- .data-list .data-item .item-subtitle {
- font-size: 30rpx;
- font-weight: bold;
- color: #909399;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .data-list .data-item .item-detail {
- margin-left: 40rpx;
- line-height: 30rpx;
- font-size: 36rpx;
- font-family: YSfont;
- color: #909399;
- }
- .stat-card {
- display: flex;
- justify-content: space-around;
- margin: 2% 0;
- width: 100%;
- height: 220rpx;
- background-color: #ff8caf;
- border-radius: 12rpx;
- }
- .stat-card .card-column {
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- margin: 20rpx 0 20rpx 20rpx;
- }
- .stat-card ._title {
- font-size: 54rpx;
- font-family: YSfont;
- color: #FFF;
- }
- .stat-card ._subtitle {
- font-size: 34rpx;
- font-family: YSfont;
- color: #FFF;
- }
- .stat-card ._unit {
- margin-left: 20rpx;
- font-size: 30rpx;
- font-family: YSfont;
- opacity: 0.7;
- color: #FFF;
- }
- .stat-card .card-image {
- position: relative;
- top: -40rpx;
- right: -40rpx;
- height: 300rpx;
- width: 300rpx;
- background-size: cover;
- background-repeat: no-repeat;
- z-index: 2;
- }
- .scroll-view-bottom {
- white-space: nowrap;
- padding-bottom: 40rpx;
- }
- .scroll-view-bottom .scroll-item {
- margin: 0 20rpx;
- display: inline-block;
- vertical-align: top;
- background-color: #FFF;
- border-radius: 12rpx;
- height: 320rpx;
- width: 280rpx;
- overflow: hidden;
- z-index: 55;
- }
- .scroll-view-bottom .scroll-item .t-icon {
- width: 120rpx;
- height: 120rpx;
- }
- .circle-line1 {
- position: absolute;
- width: 352rpx;
- height: 352rpx;
- margin-top: 440rpx;
- margin-left: -70rpx;
- border: 4rpx solid transparent;
- border-radius: 100%;
- background-clip: padding-box, border-box;
- background-origin: padding-box, border-box;
- background-image: linear-gradient(to right, #4169E1, #4169E1), linear-gradient(90deg, #FFF -50%, rgba(255, 255, 255, 0));
- }
- .circle-line2 {
- position: absolute;
- width: 232rpx;
- height: 232rpx;
- margin-top: 500rpx;
- margin-left: -10rpx;
- border: 4rpx solid transparent;
- border-radius: 100%;
- background-clip: padding-box, border-box;
- background-origin: padding-box, border-box;
- background-image: linear-gradient(to right, #4169E1, #4169E1), linear-gradient(0deg, #FFF -75%, rgba(255, 255, 255, 0));
- z-index: 2;
- }
- .circle-line3 {
- position: absolute;
- width: 176rpx;
- height: 176rpx;
- margin-top: 530rpx;
- margin-left: 20rpx;
- border: 2rpx solid transparent;
- border-radius: 100%;
- background-clip: padding-box, border-box;
- background-origin: padding-box, border-box;
- background-image: linear-gradient(to right, #4169E1, #4169E1), linear-gradient(-90deg, #FFF -100%, rgba(255, 255, 255, 0));
- z-index: 3;
- }
- .image-box {
- display: flex;
- flex-direction: column;
- height: 100%;
- align-items: center;
- margin-bottom: 30rpx;
- }
- .detail-image-none {
- margin-top: -50rpx;
- width: 100%;
- height: 450rpx;
- background-size: cover;
- background-repeat: no-repeat;
- z-index: 50;
- }
- .bg2 {
- margin-top: -1065rpx;
- height: 1200rpx;
- border-radius: 100rpx;
- border-bottom-left-radius: 0;
- background-color: #FFF;
- z-index: 1;
- }
- .bg2 .notice {
- margin: 1095rpx 50rpx 20rpx 50rpx;
- width: 650rpx;
- }
- .YS-title {
- font-size: 38rpx;
- }
- .row-margin {
- display: flex;
- align-items: center;
- margin: 10rpx 20rpx;
- }
- .tag {
- margin-left: 20rpx;
- }
- .class-box {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- height: 140rpx;
- background-color: #FFF;
- border-radius: 12rpx;
- }
- .class-box .info-column {
- height: 80rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-around;
- }
- .icon-box {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 80rpx;
- height: 80rpx;
- border-radius: 12rpx;
- z-index: 9;
- }
- .icon-box .t-icon {
- width: 50rpx;
- height: 50rpx;
- }
- .clock-block {
- display: flex;
- flex-direction: column;
- width: 180rpx;
- height: 120rpx;
- justify-content: space-around;
- align-items: center;
- }
- .state {
- display: flex;
- align-items: center;
- margin-left: auto;
- border-radius: 12rpx;
- background-color: #23b46c;
- padding: 24rpx 12rpx;
- }
- .state .t-icon {
- width: 32rpx;
- height: 32rpx;
- }
- .state .state-text {
- color: #FFF;
- font-size: 24rpx;
- font-weight: bold;
- -webkit-transform: skew(-10deg);
- transform: skew(-10deg);
- }
- .scroll-view-bottom {
- white-space: nowrap;
- padding-bottom: 20rpx;
- }
- .clock-image {
- margin-top: -160rpx;
- margin-left: 20rpx;
- height: 160rpx;
- width: 160rpx;
- background-size: 100%;
- background-repeat: no-repeat;
- opacity: 0.25;
- z-index: 1;
- }
- .box-container {
- margin: 0 20rpx;
- display: inline-block;
- vertical-align: top;
- width: 84%;
- }
- .box-container .clounm-container {
- height: 180rpx;
- width: 100%;
- margin-bottom: 20rpx;
- border-radius: 12rpx;
- background-color: #FFF;
- overflow: hidden;
- }
- .box-container .clounm-container .item-box {
- display: flex;
- width: 100%;
- height: 100%;
- }
- .box-container .clounm-container .item-box .thumb {
- width: 180rpx;
- height: 180rpx;
- border-radius: 12rpx;
- background-size: cover;
- background-repeat: no-repeat;
- z-index: 50;
- }
- .box-container .clounm-container .item-box .info-box {
- display: flex;
- flex-direction: column;
- margin: 20rpx 20rpx 20rpx 30rpx;
- justify-content: space-between;
- width: 400rpx;
- }
- .box-container .clounm-container .item-box .info-box .tag-fill {
- background-color: #d8deff;
- width: -webkit-fit-content;
- width: fit-content;
- }
- .box-container .clounm-container .item-box .info-box .tag-fill .t-icon {
- width: 30rpx;
- height: 30rpx;
- margin-right: 5rpx;
- }
- .box-container .clounm-container .item-box .info-box .tag-fill .tag-text {
- color: #4169E1;
- }
- .box-container .clounm-container .item-box .info-box .desc {
- line-height: 26rpx;
- font-size: 26rpx;
- color: #909399;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
|