/* packageC/video_goods/videoAnswer/videoAnswer.wxss */ page { background: url(https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/videoAnswerBg@3x.png); background-size: cover; } view, text { box-sizing: border-box; } .header { text-align: center; margin: 0 auto; padding-top: 1.8rem; font-size: 2.2rem; color: #e9e8e8; } .answerContainer { margin: 0 auto; margin-top: 2.8rem; width: 100%; height: 20.625rem; border-radius: 5%; position: relative; background-color: #fff; padding: 1.8rem 2.2rem 0; } .answerContainer::before { content: ""; display: block; width: 1rem; height: 1rem; border-radius: 50%; position: absolute; left: -0.5rem; top: 2rem; background: #cf243b; } .answerContainer::after { content: ""; display: block; width: 1rem; height: 1rem; border-radius: 50%; position: absolute; right: -0.5rem; top: 2rem; background: #cf243b; } .answerContainer .answerTitle { text-align: center; color: #333; font-size: 0.938rem; } .answerContainer .answerList { padding-top: 1.53rem; height: 16rem; overflow: scroll; } .answerContainer .answerList .answerItem { width: 100%; height: 2.656rem; background-color: #f1f1f1; border-radius: 1.328rem; color: #333; font-size: 0.875rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.06rem; } .answerContainer .answerList .answerItem:active { background: rgb(207, 36, 59); color: #fff; } .successAlert { width: 19.563rem; height: 17.631rem; background: url(https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/videoAnswerAlert@3x.png); background-size: contain; background-repeat: no-repeat; display: flex; flex-direction: column; align-items: center; } .successAlert .c1 { color: #f06161; font-size: 1rem; padding-top: 1.3rem; } .successAlert .c2 { color: #333; font-size: 1rem; margin-top: 1.5rem; } .successAlert .c3 { color: #f06161; font-size: 2.25rem; margin-top: 1.1rem; } .successAlert .btn { width: 10.375rem; height: 2.35rem; margin: 0 auto; margin-top: 3.3rem; } .successAlert .btn image { width: 100%; height: 2.35rem; } .errorAlert { width: 15.938rem; height: 15.938rem; background-color: #fff; border-radius: 0.125rem; display: flex; flex-direction: column; align-items: center; padding-top: 1.2rem; } .errorAlert .sigh { width: 5.8rem; padding-left: 0.8rem; height: 4.719rem; } .errorAlert .sigh image { width: 100%; height: 100%; } .errorAlert .c1 { margin-top: 0.8rem; font-size: 1rem; color: #999; } .errorAlert .c2 { display: flex; flex-direction: column; justify-content: center; margin-top: 1rem; color: #333; font-size: 0.875rem; } .errorAlert .btn { margin-top: 1rem; font-size: 0.938rem; color: #fff; width: 11.188rem; height: 1.906rem; background-color: #f35056; border-radius: 0.188rem; display: flex; align-items: center; justify-content: center; }