123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343 |
- @import "../public-view.wxss";
- Page {
- background-color: white;
- }
- .top {
- width: 100%;
- display: flex;
- flex-direction: column;
- }
- .top>image {
- width: 120rpx;
- height: 120rpx;
- margin: 80rpx auto 34rpx;
- }
- .top>text:nth-child(2){
- font-family: PingFangSC-Regular;
- font-size: 40rpx;
- color: #333333;
- text-align: center;
- }
- .top>text:nth-child(3) {
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #999999;
- text-align: center;
- line-height: 52rpx;
- margin-top: 30rpx;
- }
- .share {
- width: 100%;
- display: flex;
- flex-direction: column;
- margin-top: 64rpx;
- }
- .share>button {
- font-family: PingFangSC-Medium;
- font-size: 32rpx;
- color: #3296FB;
- text-align: center;
- }
- .interval {
- width: 100%;
- height: 24rpx;
- background-color: #f5f5f5;
- margin-top: 76rpx;
- }
- .interval+text {
- display: block;
- font-family: PingFangSC-Regular;
- font-size: 36rpx;
- color: #333333;
- text-align: center;
- margin-top: 84rpx;
- }
- .interval+text+text {
- display: block;
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #999999;
- text-align: center;
- margin: 14rpx 120rpx 0;
- }
- .interval+text+text+view,
- .addCard>view,
- .survey-button {
- background: #3296FB;
- border-radius: 44rpx;
- width: 360rpx;
- height: 88rpx;
- margin: 60rpx auto 0;
- font-family: PingFangSC-Medium;
- font-size: 32rpx;
- line-height: 88rpx;
- color: #FFFFFF;
- text-align: center;
- }
- .interval+text+text+view+view {
- width: 360rpx;
- height: 88rpx;
- margin: 32rpx auto 0;
- font-family: PingFangSC-Medium;
- font-size: 32rpx;
- line-height: 88rpx;
- color: #3296FB;
- text-align: center;
- }
- .addCard {
- width: 100%;
- display: flex;
- flex-direction: column;
- }
- .addCard>text {
- margin-left: auto;
- margin-right: auto;
- }
- .addCard>text:nth-child(1) {
- font-family: PingFangSC-Light;
- font-size: 42rpx;
- color: #FF5E5E;
- line-height: 64rpx;
- margin-top: 74rpx;
- }
- .addCard>text:nth-child(2) {
- font-family: PingFangSC-Regular;
- font-size: 36rpx;
- color: #151515;
- line-height: 64rpx;
- }
- .addCard>text:nth-child(3) {
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #999999;
- line-height: 48rpx;
- margin-top: 20rpx;
- margin-left: 120rpx;
- margin-right: 120rpx;
- text-align: center;
- }
- /* survey */
- .survey-view {
- width: 100%;
- height: 100%;
- position: fixed;
- background-color: rgba(0,0,0,0.56);
- top: 0rpx;
- display: flex;
- /* flex-direction: column; */
- }
- .survey-bottom-view {
- position: fixed;
- width: 100%;
- height: 100rpx;
- background-color: white;
- bottom: 0;
- }
- .survey-view>view:nth-child(2) {
- width: 100%;
- height: 1000rpx;
- /* position: fixed; */
- background-color: white;
- margin-top: auto;
- margin-bottom: env(safe-area-inset-bottom);
- /* margin-top: -800rpx; */
- /* bottom: -800rpx; */
- display: flex;
- flex-direction: column;
- }
- .survey-view>view:nth-child(2)>view:nth-child(1) {
- width: 100%;
- height: 108rpx;
- display: flex;
- }
- .survey-view>view:nth-child(2)>view:nth-child(1)>view {
- width: 6rpx;
- height: 32rpx;
- margin: auto 20rpx auto 30rpx;
- background-color: #3296FB;
- }
- .survey-view>view:nth-child(2)>view:nth-child(1)>text {
- font-family: PingFangSC-Medium;
- font-size: 32rpx;
- color: #333333;
- width: 600rpx;
- line-height: 56rpx;
- margin-right: auto;
- margin: auto auto auto 0;
- }
- .survey-view>view:nth-child(2)>view:nth-child(1)>image {
- width: 92rpx;
- height: 92rpx;
- margin: auto 0;
- }
- .survey-view>view:nth-child(2)>view:nth-child(2),
- .survey-answer-item+view,
- .survey-answer-bottom {
- width: 100%;
- height: 0.7px;
- background-color: #eeeeee;
- margin-top: -0.7px;
-
- }
- .survey-answer-item+view {
- margin-left: 126rpx;
- }
- .survey-question-view {
- width: 750rpx;
- height: 112rpx;
- background-color: #F5F5F5;
- }
- .survey-question-view>text:nth-child(1) {
- font-family: PingFangSC-Medium;
- font-size: 30rpx;
- color: #333333;
- line-height: 112rpx;
- margin-left: 32rpx;
- }
- .survey-question-view>text:nth-child(2) {
- font-family: PingFangSC-Regular;
- font-size: 30rpx;
- color: #3F3F3F;
- line-height: 112rpx;
- }
- .d-bg-view,
- .t-bg-view {
- height: 892rpx;
- display: flex;
- }
- .d-bg-view {
- width: 300%;
- }
- .t-bg-view {
- width: 400%;
- }
- .survey-answer-view,
- .survey-result-view {
- width: 750rpx;
- height: 892rpx;
- display: flex;
- flex-direction: column;
- }
- .survey-answer-scroll-view {
- width: 750rpx;
- height: 648rpx;
- }
- .survey-answer-item {
- width: 100%;
- height: 100rpx;
- display: flex;
- }
- .survey-answer-item>image {
- width: 48rpx;
- height: 48rpx;
- margin: auto 0 auto 32rpx;
- }
- .survey-answer-item>text {
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #333333;
- line-height: 100rpx;
- margin-left: 46rpx;
- }
- .survey-button-view {
- width: 100%;
- height: 132rpx;
- display: flex;
- }
- .survey-button-view>view {
- background-color: #3296FB;
- border-radius: 50rpx;
- margin: auto auto;
- width: 710rpx;
- height: 90rpx;
- font-family: PingFangSC-Medium;
- font-size: 32rpx;
- color: #FFFFFF;
- text-align: center;
- line-height: 90rpx;
- }
- .survey-result-view>view:nth-child(1) {
- width: 750rpx;
- height: 510rpx;
- display: flex;
- flex-direction: column;
- }
- .survey-result-view>view:nth-child(1)>image {
- width: 108rpx;
- height: 108rpx;
- margin: auto auto 0;
- }
- .survey-result-view>view:nth-child(1)>text {
- margin: 34rpx auto auto;
- font-family: PingFangSC-Regular;
- font-size: 30rpx;
- color: #333333;
- text-align: center;
- line-height: 50rpx;
- }
- .survey-result-view>view:nth-child(2) {
- width: 750rpx;
- height: 112rpx;
- display: flex;
- flex-direction: column;
- }
- .survey-result-view>view:nth-child(2)>view {
- width: 750rpx;
- height: 100rpx;
- font-family: PingFangSC-Regular;
- font-size: 24rpx;
- color: #FF801A;
- text-align: center;
- line-height: 100rpx;
- background-color: #FDF8EC;
- }
- .survey-result-view>view:nth-child(2)>image {
- width: 26rpx;
- height: 12rpx;
- margin: 0 0 0 150rpx;
- }
|