123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347 |
- html,
- body {
- background: #FFFFFF;
- font-family: PingFangSC-Regular;
- color: #333333;
- }
- .container {
- width: 100%;
- }
- .container > .success {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-top: 78rpx;
- padding-bottom: 70rpx;
- }
- .container > .success > image {
- width: 120rpx;
- height: 120rpx;
- margin-bottom: 34rpx;
- }
- .container > .success > text {
- font-size: 40rpx;
- margin-bottom: 20rpx;
- }
- .container > .success > .call {
- width: 488rpx;
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #999999;
- text-align: center;
- line-height: 52rpx;
- }
- .btn {
- font-family: PingFangSC-Medium;
- font-size: 32rpx;
- color: #FFFFFF;
- text-align: center;
- background: #3296FB;
- border-radius: 45rpx;
- height: 90rpx;
- line-height: 90rpx;
- }
- .survey > .btn {
- width: 400rpx;
- margin: 0 auto;
- }
- .share {
- font-family: PingFangSC-Medium;
- font-size: 16px;
- color: #3296FB;
- text-align: center;
- }
- .repair {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .empty {
- width: 100%;
- height: 24rpx;
- background: #f5f5f5;
- margin-bottom: 84rpx;
- }
- .repair > .btn {
- width: 360rpx;
- margin-bottom: 54rpx;
- }
- .repair > text:nth-of-type(1),
- .salary > text:nth-of-type(1) {
- font-family: PingFangSC-Regular;
- font-size: 36rpx;
- color: #333333;
- margin-bottom: 14rpx;
- }
- .repair > text:nth-of-type(2),
- .salary > text:nth-of-type(2) {
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #999999;
- margin-bottom: 60rpx;
- }
- .repair > text:nth-of-type(3) {
- font-family: PingFangSC-Medium;
- font-size: 32rpx;
- color: #3296FB;
- }
- .salary {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .salary > .btn {
- width: 360rpx;
- }
- .salary > text:nth-of-type(2) {
- width: 488rpx;
- text-align: center;
- }
- .addCard {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .addCard > .btn {
- width: 360rpx;
- }
- .addCard > text {
- line-height: 64rpx;
- }
- .addCard > text:nth-of-type(1) {
- font-family: PingFangSC-Light;
- font-size: 42rpx;
- color: #FF5E5E;
- }
- .addCard > text:nth-of-type(2) {
- font-size: 36rpx;
- color: #151515;
- }
- .addCard > text:nth-of-type(3) {
- width: 510rpx;
- font-size: 32rpx;
- color: #999999;
- margin-top: 20rpx;
- margin-bottom: 60rpx;
- text-align: center;
- line-height: 48rpx;
- }
- .modal {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 900;
- display: flex;
- flex-direction: column;
- background: rgba(0, 0, 0, 0.56);
- }
- .modal > view:first-child {
- flex: 1;
- }
- .modal > .detail {
- width: 100%;
- position: absolute;
- bottom: -600px;
- background: #ffffff;
- }
- .modal > .detail > .header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 26rpx 20rpx 26rpx 32rpx;
- border-bottom: 2rpx solid #eeeeee;
- background: #ffffff;
- }
- .modal > .detail > .header > view {
- font-family: PingFangSC-Medium;
- font-size: 32rpx;
- display: flex;
- align-items: center;
- }
- .modal > .detail > .header > view > view {
- width: 6rpx;
- height: 32rpx;
- background: #3296fb;
- margin-right: 22rpx;
- }
- .modal > .detail > .header > image {
- width: 48rpx;
- height: 48rpx;
- }
- .modal > .detail > .content {
- width: 750rpx;
- }
- .modal > .detail > .content .scroll {
- width: 400%;
- display: flex;
- }
- .modal > .detail > .content .scroll > view {
- width: 750rpx;
- height: 944rpx;
- position: relative;
- }
- .topic-X {
- padding-bottom: 68rpx;
- }
- .question {
- width: 100%;
- height: 112rpx;
- line-height: 112rpx;
- background: #F5F5F5;
- }
- .question > text:first-child,
- .question > text:nth-child(2) {
- font-family: PingFangSC-Medium;
- font-size: 15px;
- color: #333333;
- }
- .question > text:first-child {
- margin-left: 32rpx;
- }
- .question > text:last-child {
- font-family: PingFangSC-Regular;
- font-size: 30rpx;
- color: #3f3f3f;
- }
- .answer {
- width: 100%;
- height: 100rpx;
- background: #ffffff;
- display: flex;
- align-items: center;
- }
- .answer > image {
- width: 48rpx;
- height: 48rpx;
- margin: 0 46rpx 0 32rpx;
- }
- .answer > view {
- flex: 1;
- height: 100%;
- line-height: 100rpx;
- border-bottom: 2rpx solid #eeeeee;
- }
- .btnBox {
- width: 100%;
- height: 100rpx;
- box-sizing: border-box;
- padding: 0 20rpx;
- position: absolute;
- bottom: 0;
- }
- .disable {
- background: #DDDDDD;
- color: #AAAAAA;
- }
- .result-X {
- padding-bottom: 68rpx;
- }
- .result > .top,
- .result-X > .top {
- width: 100%;
- height: 560rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .result > .top > image,
- .result-X > .top > image {
- width: 108rpx;
- height: 108rpx;
- margin: 164rpx 0 34rpx;
- }
- .result > .top > view,
- .result-X > .top > view {
- width: 542rpx;
- font-family: PingFangSC-Regular;
- font-size: 30rpx;
- text-align: center;
- line-height: 50rpx;
- margin: 0 auto;
- }
- .result > .middle,
- .result-X > .middle {
- height: 112rpx;
- background: #FDF8EC;
- font-family: PingFangSC-Regular;
- font-size: 24rpx;
- color: #FF801A;
- text-align: center;
- line-height: 112rpx;
- margin-bottom: 20rpx;
- }
- .result > .bottom,
- .result-X > .bottom {
- width: 690rpx;
- height: 200rpx;
- display: flex;
- margin: 0 auto;
- }
- .bottom > .left {
- width: 220rpx;
- height: 100%;
- color: #ffffff;
- background-image: linear-gradient(-179deg, #21BFD5 3%, #2C8FD8 100%);
- border-top-left-radius: 8rpx;
- border-bottom-left-radius: 8rpx;
- text-align: center;
- }
- .bottom > .left > view {
- margin-top: 34rpx;
- font-family: DINAlternate-Bold;
- text-align: center;
- }
- .bottom > .left > view > text:first-child {
- font-size: 34rpx;
- }
- .bottom > .left > view > text:last-child {
- font-size: 80rpx;
- }
- .bottom > .left > text {
- font-family: PingFangSC-Regular;
- font-size: 20rpx;
- color: #FFFFFF;
- }
- .bottom > .right {
- flex: 1;
- display: flex;
- box-shadow: 2rpx 4rpx 16rpx #dedede;
- border-top-right-radius: 8rpx;
- border-bottom-right-radius: 8rpx;
- }
- .bottom > .right > .desc {
- flex: 1;
- box-sizing: border-box;
- padding: 32rpx 0 0 32rpx;
- }
- .bottom > .right > .desc > text {
- font-family: PingFangSC-Regular;
- font-size: 30rpx;
- color: #666666;
- line-height: 42rpx;
- }
- .bottom > .right > .desc > view {
- display: flex;
- flex-direction: column;
- font-family: PingFangSC-Regular;
- font-size: 24rpx;
- color: #999999;
- line-height: 46rpx;
- margin-top: 8rpx;
- }
- .bottom > .right > .use {
- width: 84rpx;
- height: 100%;
- writing-mode: vertical-rl;
- text-align: center;
- border-left: 1px dashed #DDDDDD;
- font-family: PingFangSC-Regular;
- font-size: 26rpx;
- color: #3296FB;
- line-height: 84rpx;
- letter-spacing: 8rpx;
- }
|