| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314 |
- @import "/css/form.wxss";
- /* 根目录按钮样式 */
- .login-custom-class {
- font-size: 42rpx !important;
- font-family: PingFangSC-Medium, PingFang SC !important;
- font-weight: 500;
- line-height: 58rpx;
- box-shadow: 0px 0px 20rpx 0px rgba(0, 0, 0, 0.2);
- }
- /* 输入提示定位 */
- .input_text_tips {
- position: absolute;
- top: 0;
- left: 200rpx;
- transform: translate(0, -63%);
- }
- .firm .input_text_input .password-css {
- width: 300rpx !important;
- }
- .get-password {
- display: flex;
- align-items: center;
- width: 148rpx;
- height: 50rpx;
- line-height: 50rpx;
- font-size: 24rpx;
- color: #69D0DD;
- }
- .get-password>text {
- width: 2rpx;
- height: 26rpx;
- background: #4BBECF;
- margin-right: 18rpx;
- }
- .get-password>view {
- flex: 1;
- text-align: center;
- }
- /* logo */
- .login_logo {
- width: 186rpx;
- height: 160rpx;
- margin: 60rpx auto 0;
- }
- .login_logo>image {
- width: 100%;
- height: 100%;
- }
- /* 按钮 */
- .input_text_but {
- width: 340rpx;
- height: 98rpx;
- margin: 70rpx auto 0;
- border-radius: 49rpx;
- }
- /* 用户隐私协议 */
- .rules {
- height: 44rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- line-height: 44rpx;
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 25rpx;
- color: #4CBECF;
- margin-bottom: -40rpx;
- }
- .rules .view {
- margin-left: -20rpx;
- }
- .rules text {
- text-decoration: underline;
- }
- .model {
- position: fixed;
- width: 100vw;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.6);
- top: 0;
- left: 0;
- z-index: 9999;
- }
- .role-selector {
- position: absolute;
- width: 590rpx;
- height: 570rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- }
- .role-selector .title {
- width: 100%;
- height: 50rpx;
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 550;
- color: #000000;
- line-height: 50rpx;
- text-align: center;
- margin-top: 40rpx;
- }
- .role-selector .scroll-view {
- width: 510rpx;
- height: 410rpx;
- margin: 30rpx auto 0;
- }
- .user_text_box {
- display: flex;
- align-items: center;
- width: 510rpx;
- height: 100rpx;
- background: rgba(233, 234, 236, 0.7);
- border-radius: 70rpx;
- margin-bottom: 40rpx;
- }
- .user_text_box .input_text_img {
- width: 76rpx;
- height: 76rpx;
- margin-left: 24rpx;
- }
- .text_box {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 366rpx;
- height: 64rpx;
- margin-left: 10rpx;
- }
- .user_identity {
- text-align: right;
- flex-shrink: 0;
- width: 130rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- color: #000000;
- opacity: .7;
- }
- .user_name {
- width: 230rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- color: #333333;
- }
- .pitch-on {
- background-color: #7AC9D4;
- }
- .pitch-on .user_name,
- .pitch-on .user_identity {
- color: #FFFFFF;
- }
- /* 介绍 */
- .introduce {
- width: 664rpx;
- height: 150rpx;
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- line-height: 50rpx;
- margin: 0 auto;
- }
- .card {
- width: 670rpx;
- height: 184rpx;
- background: #7AC9D4;
- border-radius: 20rpx;
- margin: 90rpx auto 0;
- text-align: center;
- padding-top: 36rpx;
- box-sizing: border-box;
- }
- .card .title {
- height: 58rpx;
- font-size: 42rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 550;
- color: #FFFFFF;
- line-height: 58rpx;
- margin-bottom: 20rpx;
- }
- .card .firm {
- height: 40rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(255, 255, 255, .8);
- line-height: 40rpx;
- }
- .notarize {
- width: 100vw;
- text-align: center;
- height: 50rpx;
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 550;
- color: #000000;
- line-height: 50rpx;
- margin-top: 50rpx;
- }
- .userID {
- width: 100vw;
- text-align: center;
- height: 44rpx;
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #000000;
- line-height: 44rpx;
- }
- .qr-code-URL {
- width: 254rpx;
- height: 254rpx;
- margin: 30rpx auto;
- }
- .qr-code-URL image {
- width: 100%;
- height: 100%;
- }
- /* 问卷调查 */
- .surveys-box {
- width: 670rpx;
- margin: 40rpx auto 0;
- }
- .surveys-img,
- .surveys-img image {
- width: 100%;
- height: 52rpx;
- }
- .surveys-content {
- width: 100%;
- background-color: #FFFFFF;
- border-radius: 0px 0px 20rpx 20rpx;
- padding: 22rpx 0 40rpx 0;
- }
- .radio{
- display: block;
- width: 610rpx !important;
- margin-left: 40rpx !important;
- word-break: break-all;
- }
- .radio-label-class{
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 34rpx;
- opacity: .4;
- word-break: break-all;
- }
- .radio-custom-class{
- margin-top: 20rpx;
- }
- .active-radio-label-class{
- color: #55C3D0 !important;
- }
- .surveys-content-title {
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- line-height: 40rpx;
- }
- .surveys-content-title text {
- height: 34rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- color: #333333;
- line-height: 34rpx;
- opacity: .4;
- }
|