.content{ background-color: #F2F2F2; padding: 20rpx; } Page { width: 100%; height: 100%; background-color: #F2F2F2; } .info{ background-color: #fff; width: 710rpx; height: 220rpx; 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; font-weight: 600; color: #000000 } .info_top_right{ color: #ff7c7c; font-size: 40rpx; font-weight: bold; color: #FF8364; } .info_mid_left,.info_mid_right{ font-size: 12px; font-weight: 500; color: #000000; } .info_bottom_1{ font-size: 12px; color: #808080; } .info_bottom_2{ font-size: 12px; margin-left: 10rpx; color: #000000; } .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: #FF8364; 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: #575757; 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-evenly; 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: 100rpx; margin-left: 30rpx; } .bottom_left_top{ height: 50rpx; width: 50rpx; } .share_img{ height: 50rpx; width: 50rpx; position: absolute; } .weixin{ display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; width: 100rpx; } .share_button{ position: relative; height: 100rpx!important; width: 100rpx!important; padding: 0rpx; background-color:transparent; } .bottom_left_bottom{ font-size: 24rpx; } .bottom_right{ width: 50%; text-align: center; margin-right: 30rpx; background-color:#FF8364; height: 70rpx; color: #fff; line-height: 70rpx; border-radius: 30rpx; margin-top: 15rpx; }