123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- .page-view {
- height: 100%;
- width: 100%;
- }
- .icon-view {
- margin: 120rpx 20rpx 0 20rpx;
- display: flex;
- align-items: center;
- }
- .icon-view .icon-card {
- display: flex;
- align-items: center;
- padding: 20rpx;
- height: 50rpx;
- border-radius: 12rpx;
- background-color: #FFF;
- }
- .icon-view .icon-card .t-icon {
- margin-right: 40rpx;
- width: 50rpx;
- height: 50rpx;
- }
- .icon-view .icon-card .time-title {
- font-size: 30rpx;
- line-height: 30rpx;
- margin-right: 10rpx;
- }
- .icon-view .icon-card .u-count-down__text.data-v-463368ae {
- line-height: 30rpx !important;
- }
- .item-card {
- margin: 20rpx;
- padding: 40rpx 40rpx 80rpx 40rpx;
- border-radius: 12rpx;
- background-color: #FFF;
- }
- .item-card .content {
- margin-top: 20rpx;
- line-height: 60rpx;
- font-size: 35rpx;
- color: #303133;
- word-break: break-all;
- }
- .item-card .YS-title {
- line-height: 38rpx;
- font-size: 38rpx;
- }
- .item-card .tag-fill {
- background-color: #d8deff;
- width: -webkit-fit-content;
- width: fit-content;
- margin-left: 0;
- padding: 6rpx 12rpx;
- }
- .item-card .tag-fill .tag-text {
- font-size: 28rpx;
- color: #4169E1;
- }
- .item-card .answer-container {
- display: flex;
- flex-direction: column;
- }
- .item-card .answer-container .answer-box {
- margin-top: 40rpx;
- display: flex;
- align-items: center;
- }
- .item-card .answer-container .answer-box .answer-content {
- margin-left: 40rpx;
- font-size: 35rpx;
- line-height: 60rpx;
- color: #303133;
- word-break: break-all;
- }
- .answer-tag {
- display: flex;
- flex-shrink: 0;
- align-items: center;
- justify-content: center;
- height: 66rpx;
- width: 66rpx;
- border-radius: 50%;
- border: 2rpx solid #909399;
- }
- .answer-tag .tag-text {
- font-size: 35rpx;
- line-height: 35rpx;
- color: #909399;
- }
- .answer-tag-select {
- display: flex;
- flex-shrink: 0;
- align-items: center;
- justify-content: center;
- height: 70rpx;
- width: 70rpx;
- border-radius: 50%;
- background-color: #4169E1;
- }
- .answer-tag-select .tag-text {
- font-size: 35rpx;
- line-height: 35rpx;
- color: #FFF;
- }
- .tag-list {
- display: flex;
- align-items: center;
- align-content: flex-start;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .tag-list .sign-icon {
- position: relative;
- left: 20rpx;
- top: -60rpx;
- width: 0rpx;
- height: 0rpx;
- }
- .tag-list .sign-icon .t-icon {
- height: 50rpx;
- width: 50rpx;
- }
- .btn {
- margin: 40rpx 20rpx 0 20rpx;
- height: 80rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- background-color: #4169E1;
- border-radius: 40rpx;
- }
- .btn .btn-text {
- color: #FFF;
- line-height: 36rpx;
- font-size: 36rpx;
- font-family: YSfont;
- }
- .note-view {
- width: 100%;
- height: 550rpx;
- margin: 20rpx 0 5rpx 0;
- }
- .note-view .note-box {
- width: 710rpx;
- height: 100%;
- margin: 0 20rpx;
- border-radius: 12rpx;
- overflow: hidden;
- background-color: #FFF;
- }
|