| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .contentV{
- width: 100%;
- height: 330rpx;
- }
- .titlect{
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: left;
- }
- .titletext{
- padding-top: 10rpx;
- padding-left: 10rpx;
- font-size: 40rpx;
- color: #000;
- font-weight:bold;
- }
- .rightct{
- margin-left: auto;
- margin-right: 30rpx;
- flex-direction: row;
- align-items: center;
- }
- .xingimage{
- padding-right: 10rpx;
- width: 30rpx;
- height: 30rpx;
- }
- .linect{
- width: 96%;
- justify-content: center;
- padding:10rpx;
- }
- .linev{
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .progress_box {
- padding-left: 16rpx;
- padding-right: 40rpx;
- width: 100%;
- }
- .textsize{
- font-size: 20rpx;
- }
|