| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .ViewContainerTitle1 {
- background-color: #f0f0f0;
- font-size: 28rpx;
- font-weight: 500;
- height: 100rpx;
- justify-content: space-between;
- }
- .ViewContainerContent2 {
- height: 132rpx;
- background-color: #fff;
- justify-content: space-between;
- border-bottom: 1rpx solid #f0f0f0;
- font-size: 30rpx;
- }
- .ViewContainerContent2_1{
- justify-content: flex-start;
- align-items: flex-start;
- }
- .ListIcon {
- width: 36rpx;
- height: 30rpx;
- }
- .Left20{
- margin-left: 20rpx;
- }
- .XieGang {
- margin: 0 10rpx 0 10rpx;
- width:14rpx;
- height:18rpx;
- }
- .ExampleContainer {
- margin: 5rpx 0 0 60rpx;
- font-size: 24rpx;
- font-style: italic;
- font-weight: 200;
- justify-content: flex-start;
- }
- .letterSpacing {
- letter-spacing: 6rpx;
- }
- .difficulty{
- font-size:22rpx;
- color:#9B9B9B;
- }
- .PrintIcon{
- width:72rpx;
- height:54rpx;
- }
|