123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- /* pages/result/result.wxss */
- page{
- font-weight: 600
- }
- .logo{
- position:fixed;
- top:0;
- left:0;
- width:100%;
- height:1334rpx;
- padding:0;
- margin: 0;
- z-index: 1;
- }
- .list{
- position: relative;
- z-index: 1000;
- }
- .li-canvas-items{
- position: relative;
- height: 530rpx;
- }
- .li-canvas-item{
- height: 519rpx;
- width: 100%;
- position: absolute;
- left: 6.3%;
- bottom: 0;
- }
- .li-canvas{
- text-align: center;
- /* margin: 0 0 50rpx 0;
- height: 600rpx; */
- /* position: relative; */
- }
- .li-canvas-core{
- margin:0 100rpx;
- font-size: 30rpx;
- color: #393939;
- }
- .footer{
- text-align: center;
- padding-bottom: 45rpx;
- margin-top: 60rpx;
- display: flex;
- justify-content: space-around
- }
- .footer-btn{
- width:284rpx;
- height:88rpx;
- /* background:rgba(235,129,4,1);
- border-radius:44rpx;
- color: #000;
- font-size: 34rpx;
- line-height: 88rpx;
- text-align: center; */
- }
- .title{
- text-align: center;
- color: #EB8104;
- font-size: 34rpx;
- font-weight:bold;
- /* padding: 70rpx 0; */
- -webkit-text-stroke:2rpx #393939;
- }
- .li-canvas-core-num{
- color: #EB8104;
- /* margin-bottom: 10rpx; */
- font-size: 93rpx;
- -webkit-text-stroke:4rpx #393939;
- }
- .li-canvas-core-text{
- color: #000;
- margin-top: 33rpx;
- font-size: 30rpx;
- font-weight: 600
- }
- .list-number{
- color: #000;
- font-size: 40rpx;
- margin-top: 22rpx;
- font-weight: 600
- }
- .no{
- text-align: center;
- position: fixed;
- top: 30%;
- z-index: 1000;
- }
- .no-img{
- width: 337rpx;
- height: 350rpx;
- margin-bottom: 366rpx;
- }
- .no-test{
- width: 518rpx;
- height: 88rpx;
- }
- .post{
- display: flex;
- justify-content: space-around;
- padding: 50rpx 22rpx;
- height: 450rpx;
- }
- .post-item{
- text-align: center;
- width: 64rpx;
- position: relative;
-
- }
- .post-items{
- position: absolute;
- bottom: 0;
- }
- .post-item-num{
- color: #393939;
- font-size: 24rpx;
- }
- .post-item-content{
- width:25rpx;
- height:0rpx;
- margin: 0 auto;
- }
- .post-item-value{
- color:rgba(0,0,0,1);
- font-weight: bold;
- text-align: center;
- font-size: 26rpx;
- margin-top: 23rpx;
- line-height: 24rpx;
- -webkit-text-stroke:0.5rpx #EB8104;
- width: 64rpx;
- height: 75rpx;
- }
- .li-canvas-progress{
- height:16rpx;
- background:rgba(255,225,181,1);
- border-radius:8rpx;
- position: relative;
- width: 100%;
- margin-top: 52rpx;
- }
- .li-canvas-progress-items{
- background:#C84507;
- /* border-radius:; */
- position: absolute;
- top: 0;
- left: 0;
- z-index: 1000;
- height:16rpx;
- }
|