You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .tabTop{
- font-family: PingFangSC-Regular;
- margin: 10rpx auto;
- display: flex;
- flex-direction: row;
- justify-content : space-around;
- overflow: hidden;
- border-top: 1rpx solid #b8b8b8;
- border-bottom: 1rpx solid #b8b8b8;
- color: #475669;
- font-size: 30rpx;
- /* font-weight:700; */
- }
- .tabBod{
- font-family: PingFangSC-Regular;
- color: #b8b8b8;
- display: flex;
- flex-direction: row;
- justify-content : space-around;
- overflow: hidden;
- height: 120rpx;
- line-height: 60rpx;
- font-size: 30rpx;
- border-bottom: 1rpx dashed #b8b8b8;
- }
- .text{
- width: 25%;
- height: 70rpx;
- text-align: center;
- line-height: 70rpx;
- /* background-color: #00ffff;
- color: #fff; */
- }
- .text1{
- border-left: 1rpx solid #b8b8b8;
- }
- .tiem{
- font-size: 24rpx;
- height: 70rpx;
- line-height: 70rpx;
- }
- .dey{
- text-align: center;
- }
- .tiemBox{
- width: 25%;
- font-size: 24rpx;
- }
- .remark{
- height: 120rpx;
- line-height: 40rpx;
- font-size: 28rpx;
- }
- .operation{
- font-size: 28rpx;
- height: 120rpx;
- line-height: 120rpx;
- }
|