2020-02-14 23:17:01 +08:00

206 lines
3.3 KiB
Plaintext

/* pages/index/index.wxss */
Page {
background-color: #efefef;
}
.title {
width:100%;
margin:auto;
overflow:hidden;
position: fixed;
top:0;
z-index: 100;
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
color: #fff;
}
.title_text {
text-align: center;
margin-top:30px;
color: #fff;
font-size: 40rpx;
}
.title_bg {
width:100%;
height:170px;
text-align:center;
line-height:50px;
position: fixed;
top:0;
z-index: -99;
}
.title_bg:after {
width: 120%;
height: 170px;
position: fixed;
left: -10%;
top:0;
z-index: -100;
content: '';
border-radius: 0 0 50% 50%;
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
}
.boundary {
height:30rpx;
width:100%;
border-bottom: #eee 1px solid;
}
.info {
display: flex;
flex-direction: row;
width:100%;
height:180rpx;
justify-content: space-between;
align-items: center;
}
.info .userAvatar {
height: 150rpx;
width: 150rpx;
border-radius: 50%;
margin: 30rpx;
overflow: hidden;
}
.info .userNickName>view ,.answer_title{
font-size: 36rpx;
font-weight: bolder;
margin-bottom: 10rpx;
}
.info .userNickName>open-data {
font-size: 36rpx;
font-weight: lighter;
}
.box_ticket {
position: relative;
height:auto;
width:650rpx;
background-color: #fff;
margin:0 auto;
border-radius: 20rpx;
margin-bottom:60rpx;
box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
}
.w {
height: 90%;
width:90%;
margin:auto auto;
padding-top: 30rpx;
}
.answer {
height:auto;
width:100%;
margin-bottom:30rpx;
}
.answer .question_answer {
font-size: 30rpx;
margin-bottom:18rpx;
}
.answer .question_answer .question {
margin-bottom:18rpx;
font-weight: bold;
}
.rightAnswer .item {
height:auto;
line-height: 60rpx;
background: rgba(153,204,50,0.3);
font-weight: lighter;
}
.userAnswer {
margin-bottom:18rpx;
}
.userAnswer .item_right {
height:auto;
line-height:60rpx;
background: rgba(153,204,50,0.3);
font-weight: lighter;
}
.userAnswer .item_error {
height:auto;
line-height:60rpx;
background: rgba(255, 0, 0, 0.3);
font-weight: lighter;
}
.illustrate_title {
margin-bottom:18rpx;
}
.illustrate_item {
font-weight: lighter;
}
.grade {
height:auto;
}
.grade .item_1 {
font-size: 30rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 18rpx;
}
.grade .item_1 .item_item {
font-weight: bold;
}
.grade .item_2 .item_item {
font-weight: bold;
}
.grade .item_2 {
font-size: 30rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.grade .item_3 {
height:100rpx;
font-size: 36rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.grade .item_3 .item_item {
font-size: 40rpx;
font-weight: bold;
}
.BT {
color: #7f8389;
font-size: 20rpx;
flex: 1;
}
.banquan {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 20rpx;
}