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