123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- .content{
- background-color: #F2F2F2;
- padding: 20rpx;
- }
- Page {
- width: 100%;
- height: 100%;
- background-color: #F2F2F2;
- }
- .info{
- background-color: #fff;
- width: 710rpx;
- height: 300rpx;
- display: flex;
- flex-flow: column nowrap;
- justify-content: space-around;
- border-radius: 10rpx;
- margin-bottom: 20rpx;
- }
- .info_top,.info_mid,.info_bottom{
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- padding: 0 30rpx;
- }
- .info_bottom{
- display: flex;
- flex-flow: row nowrap;
- justify-content: left;
- padding: 0 30rpx;
- }
- .info_mid_left{
- display: flex;
- flex-flow: row nowrap;
- justify-content: left;
-
- }
- .info_bottom_left{
- width: 35rpx;
- height: 35rpx;
- }
- .info_top_left{
- color: #43496a;
- font-size: 32rpx;
- }
- .info_top_right{
- color: #ff7c7c;
- font-size: 28rpx;
- }
- .info_mid_left,.info_mid_right{
- font-size: 12px;
- color: #b0b4ca;
- }
- .info_bottom_1{
- font-size: 12px;
- color: #b0b4ca;
- }
- .info_bottom_2{
- font-size: 28rpx;
- margin-left: 10rpx;
- }
- .duty{
- background-color: #fff;
- width: 710rpx;
- display: flex;
- flex-flow: column nowrap;
- justify-content: space-around;
- border-radius: 10rpx;
- margin-bottom: 20rpx;
- }
- .duty_top_l{
- width: 10rpx;
- height: 40rpx;
- background-color: rgb(93, 173, 226);
- border-radius: 15rpx;
- }
- .duty_top_r{
- margin-left: 20rpx;
- }
- .duty_top{
- margin-top: 20rpx;
- padding: 0 30rpx;
- display: flex;
- flex-flow: row nowrap;
- justify-content: left;
- align-items: center;
- }
- .duty_desc{
- font-size: 12px;
- color: #777d9c;
- line-height: 20px;
- padding: 0rpx 30rpx;
- padding-bottom: 20rpx;
- word-wrap: break-word;
- word-break: break-all;
- white-space: pre-line;
- }
- .bottom{
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- align-items: center;
- position: fixed;
- background-color: #fff;
- border-radius: 10rpx;
- height: 100rpx;
- bottom: 0rpx;
- left: 0rpx;
- width: 100%;
- z-index: 999;
- }
- .bottom_left{
- display: flex;
- flex-flow: column nowrap;
- justify-content: space-between;
- align-items: center;
- width: 30%;
- }
- .bottom_left_top{
- height: 50rpx;
- width: 50rpx;
- }
- .bottom_left_bottom{
- font-size: 24rpx;
- }
- .bottom_right{
- width: 50%;
- text-align: center;
- margin-right: 30rpx;
- background-color:rgb(93, 173, 226);
- height: 70rpx;
- color: #fff;
- line-height: 70rpx;
- border-radius: 10rpx;
- margin-top: 15rpx;
- }
|