123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- .tag_urgent{
- background-color: #01bcc3;
- color: #ffffff;
- padding: 6rpx 10rpx;
- border-radius: 6rpx;
- width: 90rpx;
- font-size: 22rpx;
- margin-bottom: 10rpx;
- margin-left: 25rpx;
- }
- .popup{
- width: 100%;
- display: flex;
- justify-content: space-around;
- }
- .popup .image{
- width: 130rpx;
- height: 130rpx;
- padding: 100rpx 0 170rpx;
- text-align: center;
- }
- .popup .image view{
- font-size: 32rpx;
- margin-top: 10rpx;
- color: #4a4a4a;
- }
- .popup .image image{
- width: 100%;
- }
- .img_box{
- display: flex;
- border-radius: 10rpx;
- overflow: hidden;
- margin-top: 10rpx;
- }
- .img_box image{
- width: 50%;
- }
- .index_tab{
- display: flex;
- justify-content: space-around;
- margin-top: 10rpx;
- }
- .index_tab_each{
- position: relative;
- text-align: center;
- padding: 25rpx 35rpx;
- }
- .img_index_tab{
- width: 90rpx;
- height: 90rpx;
- }
- .num_bg_index_tab, .num_index_tab{
- position: absolute;
- right: 0;
- top: 10rpx;
- width: 50rpx;
- height: 50rpx;
- text-align: center;
- }
- .num_index_tab{
- font-size: 22rpx;
- line-height: 50rpx;
- color: #afafaf;
- }
- .index_mian_data{
- margin-top: 10rpx;
- }
- .index_mian_data_each{
- box-sizing: border-box;
- width: 100%;
- box-shadow: 0px 8rpx 8rpx 0px #e3e3e3;
- border-radius: 30rpx;
- overflow: hidden;
- margin-bottom: 30rpx;
- padding-bottom: 30rpx;
- }
- .index_mian_title{
- padding: 20rpx 0;
- font-size: 32rpx;
- width: 88%;
- margin-left: 3%;
- }
- .data_each_top{
- display: flex;
- align-items: center;
- color: #4a4a4a;
- margin-top: 10rpx;
- /* background-color: #007AFF; */
- height: 90px;
- }
- .chart_right{
- color: #01bcc3;
- border: 2rpx solid #01bcc3;
- border-radius: 25rpx;
- line-height: 50rpx;
- padding: 0 15rpx;
- margin-left: 20rpx;
- font-size: 26rpx;
- }
- .needs{
- padding: 6rpx 16rpx;
- background-color: #f6f6f6;
- margin: 10rpx;
- border-radius: 10rpx;
- width: 160rpx;
- line-height: 45rpx;
- }
- .each_btn{
- background-color: #f7942d;
- color: #ffffff;
- line-height: 60rpx;
- font-size: 28rpx;
- text-align: center;
- width: 32%;
- border-radius: 10rpx;
- }
- .red_point{
- width: 20rpx;
- height: 20rpx;
- border-radius: 50%;
- background-color: #d82633;
- position: absolute;
- right: -8rpx;
- top: -8rpx;
- }
- .data_each_bot{
- display: flex;justify-content: space-between;margin-top: 20rpx;width: 94%;margin-left: 3%;
- }
- .cancel_btn{
- position: absolute;right: 40rpx;top: 0;font-size: 34rpx;
- background-color: #01bcc3;
- color: #ffffff;
- padding: 3px 20rpx;
- border-radius: 10rpx;
- }
|