123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- @import "../../../../public/pages/public-view.wxss";
- .bottom-view>view, .bottom-view-X>view {
- width: 100%;
- height: 112rpx;
- font-size: 34rpx;
- color: #3296FB;
- line-height: 112rpx;
- text-align: center;
- }
- /* list-bg */
- .list-bg {
- margin: 0 16rpx 24rpx;
- border-radius: 8rpx;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- }
- .list-bg>view {
- background-color: white;
- display: flex;
- }
- .list-bg>view>view:first-child {
- width: 50rpx;
- height: 50rpx;
- border-radius: 25rpx;
- background-color: rebeccapurple;
- font-size: 26rpx;
- color: white;
- line-height: 50rpx;
- font-weight: bold;
- text-align: center;
- margin: 50rpx 24rpx 0 50rpx;
- }
- .list-bg>view:nth-child(1)>view:first-child {
- background-image: linear-gradient(135deg, #5A61FD 0%, #08CAFF 100%);
- }
- .list-bg>view:nth-child(3)>view:first-child {
- margin-top: 30rpx;
- background-image: linear-gradient(133deg, #1BB66D 0%, #6FD661 100%);
- }
- .list-bg>view>view:last-child {
- width: 626rpx;
- display: flex;
- flex-direction: column;
- }
- .question-t>text:nth-child(1) {
- font-size: 32rpx;
- color: #333333;
- font-weight: bold;
- line-height: 64rpx;
- margin: 44rpx 44rpx 0 0;
- }
- .question-t>text:nth-child(2),
- .question-no-t>text:nth-child(1) {
- font-size: 30rpx;
- color: #333333;
- line-height: 48rpx;
- margin: 16rpx 44rpx 24rpx 0;
- }
- .question-no-t>text:nth-child(1) {
- margin-top: 50rpx;
- }
- .question-t>view,
- .question-no-t>view {
- width: 100%;
- display: flex;
- }
- .question-t>view>text:nth-child(1),
- .question-no-t>view>text:nth-child(1),
- .list-bg>view:nth-child(3)>view:last-child>text:nth-child(2) {
- font-size: 30rpx;
- color: #999999;
- margin: 0 44rpx 44rpx 0;
- }
- .question-t>view>text:nth-child(2),
- .question-no-t>view>text:nth-child(2) {
- font-family: PingFangSC-Regular;
- font-size: 30rpx;
- color: #FF801A;
- margin: 0 48rpx 44rpx auto;
- }
- .list-bg>view:nth-child(3)>view:last-child>text:nth-child(1) {
- font-size: 30rpx;
- color: #333333;
- font-weight: bold;
- line-height: 48rpx;
- margin: 26rpx 44rpx 20rpx 0;
- }
- .list-bg>image {
- margin: 0 auto;
- width: 718rpx;
- height: 24rpx;
- display: block;
- }
|