123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- .plan_dotime_box{
- padding-top: 20upx;
- background-color: #ffffff;
- padding-bottom: 20upx;
- border-radius: 26upx;
- margin-top: 20upx;
- }
- .plan_dotime view{
- width: 33.33%;
- float: left;
- text-align: center;
- padding: 7upx 0;
- }
- .status_tab {
- color: #0BB79A;
- text-align: center;
- font-size: 36upx;
- background-size: 25upx 17upx;
- background-repeat: no-repeat;
- background-position: 440upx center;
- line-height: 50upx;
- font-weight: bold;
- }
- .mention_text {
- margin-top: 30upx;
- font-size: 30upx;
- color: #8E97AE;
- }
- .ref_ipt_box {
- display: flex;
- margin-top: 30upx;
- }
- .ref_ipt_box view {
- width: 19%;
- background-color: #db1b14;
- color: #ffffff;
- text-align: center;
- line-height: 70upx;
- margin-left: 1%;
- }
- .status_title {
- color: #ff5500;
- font-size: 32upx;
- font-weight: bold;
- }
- .ref_ipt {
- background-color: #f4f4f4;
- width: 60%;
- line-height: 70upx;
- text-indent: 26upx;
- height: 70upx;
- }
- .ref_ipt_textarea {
- background-color: #f4f4f4;
- width: 98%;
- padding: 1%;
- text-indent: 26upx;
- height: 150upx;
- margin-top: 10upx;
- }
- .ref_ipt_textarea_view {
- background-color: #f4f4f4;
- width: 98%;
- padding: 0 1%;
- text-indent: 26upx;
- margin-top: 10upx;
- }
- .tags {
- color: #FF6039;
- background-color: #FEEBE7;
- padding: 5upx 7upx;
- }
- .tags2 {
- color: #a0a0a0;
- background-color: #fefefe;
- padding: 5upx 7upx;
- }
- .box view {
- width: 33%;
- color: #8E97AE;
- border-right: 4upx solid #8E97AE;
- height: 32upx;
- line-height: 32upx;
- text-align: center;
- }
- .item_box {
- background-color: #ffffff;
- padding: 20upx 0;
- border-radius: 26upx;
- margin-top: 20upx;
- }
- .item {
- width: 92%;
- margin-left: 4%;
- }
- .check {
- background-size: 100% 100%;
- width: 36upx;
- height: 36upx;
- background-color: #dedede;
- border-radius: 100%;
- background-position: 0 0;
- }
- page {
- background-color: #e9eaed;
- }
- .bot_btn view {
- width: 200upx !important;
- font-size: 26upx !important;
- }
- .bot_btn {
- width: 100%;
- position: fixed;
- bottom: 0;
- left: 0;
- background-color: #ffffff;
- }
- .evaluate {
- background-color: #01bcc3;
- width: 100%;
- text-align: center;
- color: #ffffff;
- line-height: 60upx;
- margin-top: 10upx;
- }
- .mem_item {
- display: flex;
- align-items: center;
- margin-top: 30upx;
- }
- .mem_item_box {
- border-bottom: 4upx #f5f5f5 solid;
- padding-bottom: 30upx;
- }
- .mem_item image {
- width: 60upx;
- height: 60upx;
- border-radius: 50%;
- }
- .auth{
- color: #ff5500;
- position:absolute;
- top: 0;
- right: 0;
- font-weight: bold;
- }
|