123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- .header {
- height: 90rpx;
- line-height: 90rpx;
- width: 100vw;
- text-align: center;
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- border-bottom: 1rpx solid #dddddd;
- box-sizing: border-box;
- position: fixed;
- top: 0;
- }
- /* 过滤 */
- .filtrate {
- display: flex;
- width: 100vw;
- height: 86rpx;
- box-sizing: border-box;
- align-items: center;
- >view,
- >picker,
- .picker {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- 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);
- }
- }
- }
- /* 内容 */
- .box {
- width: 100vw;
- background-color: #fff;
- margin-bottom: 20rpx;
- padding-top: 20rpx;
- box-sizing: border-box;
- .label {
- display: flex;
- height: 40rpx;
- padding-left: 30rpx;
- align-items: center;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- font-size: 28rpx;
- .iconfont {
- color: #3874F6;
- font-size: 32rpx;
- margin-right: 10rpx;
- }
- }
- .content {
- display: flex;
- margin-top: 20rpx;
- .col1 {
- padding: 0 30rpx;
- width: 60rpx;
- font-size: 20rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- >view {
- margin-top: 42rpx;
- }
- }
- .col2 {
- flex: 1;
- height: 100%;
- .title {
- display: flex;
- font-size: 20rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- >view {
- width: 33.33%;
- text-align: center;
- }
- }
- .row {
- display: flex;
- height: 50rpx;
- font-size: 36rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #444444;
- padding: 10rpx 0;
- >view {
- width: 33.33%;
- text-align: center;
- text {
- color: #3874F6;
- }
- }
- }
- }
- }
- }
- .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;
- }
- }
- .content-item-class {
- font-size: 28rpx !important;
- font-family: PingFang SC-Regular, PingFang SC !important;
- color: #000000;
- }
- .content-active-class {
- color: #3874F6 !important;
- }
|