12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- .myanswer {
- width: 90%;
- margin-left: 5%;
- }
- .mytw_nr {
- width: 100%;
- position: relative;
- background-color: #f2f2f2;
- }
- .myimg {
- width: 26rpx;
- height: 26rpx;
- position: absolute;
- top: 10rpx;
- left: 0;
- }
- .wt_text {
- font-size: 27rpx;
- color: #999999;
- padding-top: 36rpx;
- padding-left: 20rpx;
- line-height: 40rpx;
- }
- .teacher {
- width: 90%;
- margin-left: 5%;
- /* border: 1px solid red; */
- position: relative;
- margin-top: 30rpx;
- }
- .timg {
- width: 26rpx;
- height: 26rpx;
- position: absolute;
- top: 55rpx;
- right: 0rpx;
- }
- .wt_text1 {
- font-size: 27rpx;
- color: #999999;
- padding-top: 66rpx;
- padding-left: 20rpx;
- line-height: 40rpx;
- }
- .teacher_title {
- margin-left: 520rpx;
- color: #d72f1d;
- font-size:27rpx
- }
- .teacher_says {
- width: 100%;
- /* border: 1px solid red; */
- border-radius: 20rpx 0 20rpx 20rpx;
- background-color: #eb978e;
- margin-top: 20rpx;
- }
- .twords {
- font-size: 27rpx;
- color: #fff;
- line-height: 40rpx;
- padding: 20rpx;
- }
|