| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- page {
- background-color: #F6F6FB;
- }
- .cbwtop {
- position: fixed;
- top: 0px;
- width: 100%;
- z-index: 555;
- background-color: #fff;
- }
- .cbwtop .image {
- width: 100%;
- height: 160rpx;
- }
- .cbwtop .tab-box {
- font-size: 30rpx;
- line-height: 80rpx;
- background-color: #ffffff;
- width: 100%;
- overflow: hidden;
- overflow-x: scroll;
- white-space: nowrap;
- }
- .cbwtop .tab-box .tab-item {
- cursor: pointer;
- position: relative;
- width: 25%;
- text-align: center;
- display: inline-block;
- }
- .cbwtop .tab-box .tab-item.active .bottom-line {
- bottom: 0;
- position: absolute;
- display: inline-block;
- width: 90rpx;
- height: 6rpx;
- left: 0;
- right: 0;
- margin: auto;
- background: #57C878;
- }
- .cbwtop .timeandtype {
- background-color: #F6F6FB;
- padding: 20rpx;
- box-sizing: border-box;
- }
- .cbwtop .timeandtype .timebox {
- display: flex;
- background-color: #fff;
- padding: 10px;
- border-top-right-radius: 5px;
- border-top-left-radius: 5px;
- }
- .cbwtop .timeandtype .timebox .jiange {
- width: 5%;
- text-align: center;
- }
- .cbwtop .timeandtype .timebox .firsttime,
- .cbwtop .timeandtype .timebox .endtime {
- width: 45%;
- text-align: center;
- }
- .cbwtop .timeandtype .warntypebox {
- display: flex;
- justify-content: space-between;
- background-color: #fff;
- padding: 10px;
- border-top: 1px solid #F6F6FB;
- border-bottom-right-radius: 5px;
- border-bottom-left-radius: 5px;
- }
- .warmlistbox {
- width: 95%;
- margin: 0 auto;
- padding-top: 370rpx;
- }
- .warmlistbox .warmlistbox_item {
- padding: 20rpx 0;
- box-sizing: border-box;
- background-color: #fff;
- border-radius: 10rpx;
- margin-bottom: 20rpx;
- }
- .warmlistbox .warmlistbox_item .warmlistbox_item_title {
- border-left: 8rpx solid #14A478;
- padding-left: 30rpx;
- }
- .warmlistbox .warmlistbox_item .warmlistbox_item_text {
- width: 90%;
- margin: 0 auto;
- margin-top: 20rpx;
- border-top: 1px solid #F2F2F2;
- padding: 20rpx 0;
- }
- .warmlistbox .warmlistbox_item .warmlistbox_item_text .item_text_item {
- margin-bottom: 7px;
- display: flex;
- }
- .warmlistbox .warmlistbox_item .warmlistbox_item_text .item_text_item .item_text_item_f {
- width: 140rpx;
- }
- .warmlistbox .warmlistbox_item .warmlistbox_item_text .item_text_item .item_text_item_e {
- width: calc(100% - 140rpx);
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 4;
- overflow: hidden;
- }
- .warmlistbox .warmlistbox_item .warmlistbox_item_text .item_text_sta {
- display: flex;
- justify-content: flex-end;
- }
- .empty {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .warmissuebox {
- width: 95%;
- margin: 0 auto;
- padding-top: 270rpx;
- }
- .warmissuebox .warmissue {
- width: 95%;
- margin: 0 auto;
- padding: 20rpx;
- background-color: #fff;
- border-radius: 5px;
- }
- .warmissuebox .warmissue .warmissue_itemone {
- margin-bottom: 60rpx;
- display: flex;
- justify-content: space-between;
- }
- .warmissuebox .warmissue .warmissue_item {
- margin-bottom: 60rpx;
- display: flex;
- }
- .warmissuebox .warmissue .warmissue_item .warmissue_item_title {
- width: 160rpx;
- }
- .warmissuebox .warmissue .warmissue_item .warmissue_item_text {
- width: calc(100% - 160rpx);
- }
- .warmissuebox .warmissue .warmissue_itemtwo {
- display: flex;
- }
- .warmissuebox .warmissue .warmissue_itemtwo .itemtwo_left {
- width: calc(100% - 40rpx);
- display: flex;
- flex-wrap: wrap;
- }
- .warmissuebox .warmissue .warmissue_itemtwo .icon {
- width: 40rpx;
- }
- .warmissuebox .sendbox {
- margin: 40rpx auto;
- width: 80%;
- background-color: #14A478;
- padding: 20rpx 0;
- border-radius: 59px;
- text-align: center;
- color: #fff;
- }
- .wornsetbox {
- width: 95%;
- margin: 0 auto;
- padding-top: 270rpx;
- }
- .wornsetbox .wornsetbox_item {
- padding: 30rpx 20rpx;
- background-color: #fff;
- width: 100%;
- display: flex;
- justify-content: space-between;
- box-sizing: border-box;
- line-height: 64rpx;
- height: 124rpx;
- }
- .addwarnlist {
- position: absolute;
- bottom: 20rpx;
- left: 10%;
- margin: 40rpx auto;
- width: 80%;
- background-color: #14A478;
- padding: 20rpx 0;
- border-radius: 59px;
- text-align: center;
- color: #fff;
- }
- .addinfobox {
- display: flex;
- margin: 30rpx 0;
- }
- .addinfobox .addinfobox_title {
- line-height: 70rpx;
- width: 30%;
- text-align: center;
- }
- .addinfobox .addinfobox_title ._span:first-child {
- color: red;
- }
- .addinfobox .u-input__right-icon {
- line-height: 35px;
- }
- .u-calendar__action {
- display: flex;
- justify-content: space-around;
- }
- .u-calendar__action .u-calendar__action__text {
- line-height: 25px;
- }
- .top {
- position: fixed;
- right: 10px;
- bottom: 40px;
- z-index: 100;
- }
- .top image {
- width: 100rpx;
- height: 100rpx;
- }
- .top .backtop {
- display: flex;
- justify-content: flex-end;
- margin-bottom: 10rpx;
- }
- .top .more {
- width: 100rpx;
- height: 100rpx;
- background-color: rgba(161, 161, 161, 0.45);
- border-radius: 50%;
- text-align: center;
- padding-top: 10rpx;
- line-height: 40rpx;
- box-sizing: border-box;
- margin: 14rpx 0 0 0;
- color: #fff;
- }
|