123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- .head {
- width: 100vw;
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 86rpx;
- line-height: 86rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- .picker {
- display: flex;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- .icon-daoruxialajiantou {
- display: block;
- color: #999999;
- font-size: 16rpx;
- margin-left: 10rpx;
- transform: rotateX(180deg);
- }
- }
- }
- .project {
- position: relative;
- width: 100vw;
- height: 158rpx;
- background-color: #ffffff;
- box-sizing: border-box;
- padding: 20rpx 30rpx;
- border-bottom: 1px solid #ddd;
- >view {
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
- line-height: 36rpx;
- }
- .title {
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #000000;
- margin-bottom: 15rpx;
- width: 550rpx;
- }
- .iconfont {
- position: absolute;
- font-size: 32rpx;
- color: #999999;
- top: 20rpx;
- right: 30rpx;
- width: 80rpx;
- text-align: right;
- }
- }
- /* 目标 */
- .target {
- display: flex;
- width: 100vw;
- height: 124rpx;
- background-color: #ffffff;
- box-sizing: border-box;
- >view {
- width: 33.33%;
- .lable {
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- height: 34rpx;
- line-height: 34rpx;
- text-align: center;
- margin-top: 20rpx;
- }
- .value {
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- height: 40rpx;
- line-height: 40rpx;
- text-align: center;
- margin-top: 10rpx;
- }
- }
- }
- .footer {
- position: fixed;
- width: 100vw;
- height: 130rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- bottom: 0;
- background-color: #fff;
- z-index: 9;
- .but {
- width: 500rpx;
- height: 90rpx;
- background: #3874F6;
- border-radius: 100rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- }
- }
|