/* pages/testpaper/testpaper.wxss */ page{overflow: auto;} .testpaper{ padding: 0 56rpx; } .testpaper_cont{ padding: 56rpx 0; } .is_navbar{ position: fixed; top: 0; left: 0; width: 100%; z-index: 10; } .list_name{ font-size:40rpx; font-weight:bold; color: #00C7C6; line-height:40rpx; margin-top: 56rpx; } .testpaper_list:first-child .list_name{margin-top: 0;} .list_desc{ font-size:28rpx; font-weight:400; color: #8C8C8C; line-height:44rpx; margin-top: 16rpx; } /* 问题内容item */ .list_content{margin-top: 32rpx;} .rightanswer{ color: #00C7C6; margin-top: 40rpx; } .item_inp, .item_sel{ border-radius: 44rpx; padding: 18rpx 30rpx; margin-top: 32rpx; border: 2rpx solid #999; color: #999; } .item_selIs{ color: #fff; background-color: #00C7C6; border: 2rpx solid #00C7C6; } .haveSel{ color: #fff; background-color:#aaa; border: 2rpx solid #aaa; } .isright{ color: #fff; background-color: #00C7C6; border: 2rpx solid #00C7C6; } .item_inp{ background-color: #F3F3F3; display: flex; align-items: center; position: relative; } .input_area{ width: 100%; height: 298rpx; } .area_tit{ position: absolute; right: 40rpx; bottom: 26rpx; color: #8C8C8C; } .item_text{ flex: 0 0 142rpx; } .input_inp{ flex: 1 0 auto; height: 72rpx; line-height: 72rpx; } .select_img{ width:24rpx; height:24rpx; margin-right: 22rpx; display: inline-block; } .isBtn{ height:82rpx; line-height: 82rpx; background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%); box-shadow:0px 14rpx 44rpx 2px rgba(0,199,198,0.2); border-radius:40rpx; margin-top: 138rpx; font-size:36rpx; color: #ffffff; font-weight:500; }