12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- @import "../../submission/wxss/detePicker.scss";
- .header {
- display: flex;
- width: 100vw;
- height: 154rpx;
- background-color: #ffffff;
- margin-bottom: 20rpx;
- >view {
- width: 33.33%;
- height: 100%;
- text-align: center;
- flex-shrink: 0;
- .label {
- height: 34rpx;
- line-height: 34rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- margin: 0;
- margin-top: 30rpx;
- }
- .con {
- width: 100%;
- height: 40rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- line-height: 40rpx;
- margin-top: 20rpx;
- }
- }
- }
- .tab-class {
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC !important;
- font-weight: bold !important;
- color: #999999;
- }
- .filtrate {
- display: flex;
- justify-content: space-between;
- width: 100vw;
- height: 90rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- margin-bottom: -20rpx;
- .date {
- display: flex;
- align-items: center;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- }
- .sort {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 90rpx;
- width: 90rpx;
- }
- }
- .footer {
- display: flex;
- justify-content: space-around;
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100vw;
- height: 132rpx;
- background-color: #ffffff;
- box-shadow: 0px -2rpx 10rpx 2rpx #DDDDDD;
- padding: 0 80rpx;
- box-sizing: border-box;
- >navigator {
- height: 100%;
- width: 160rpx;
- text-align: center;
- .iconfont {
- font-size: 36rpx;
- margin-top: 20rpx;
- }
- .text {
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- margin-top: 16rpx;
- }
- }
- }
|