| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
- .trial-page {
- min-height: 100vh;
- box-sizing: border-box;
- background: #f5f7fb;
- padding: 24rpx 24rpx 140rpx 24rpx;
- }
- .hero {
- background: linear-gradient(135deg, #5c84ff 0%, #6aa7ff 100%);
- border-radius: 20rpx;
- padding: 28rpx;
- margin-bottom: 24rpx;
- }
- .title {
- display: block;
- color: #ffffff;
- font-size: 34rpx;
- font-weight: 600;
- margin-bottom: 10rpx;
- }
- .subtitle {
- display: block;
- color: rgba(255, 255, 255, 0.92);
- font-size: 24rpx;
- line-height: 1.6;
- }
- .form-card {
- background: #ffffff;
- border-radius: 16rpx;
- padding: 24rpx;
- box-shadow: 0 10rpx 30rpx rgba(40, 68, 120, 0.06);
- }
- .form-item {
- margin-bottom: 22rpx;
- }
- .option-group {
- display: flex;
- flex-wrap: wrap;
- gap: 16rpx;
- }
- .option-item {
- min-width: 180rpx;
- height: 76rpx;
- line-height: 76rpx;
- padding: 0 28rpx;
- text-align: center;
- background: #f7f9fc;
- border: 1rpx solid #dfe6f2;
- border-radius: 12rpx;
- color: #2c3e50;
- font-size: 24rpx;
- }
- .option-item-active {
- background: #e8f1ff;
- border-color: #4facfe;
- color: #2363d1;
- font-weight: 600;
- }
- .label {
- display: block;
- color: #2c3e50;
- font-size: 24rpx;
- margin-bottom: 8rpx;
- }
- .input {
- width: 100%;
- height: 76rpx;
- background: #f7f9fc;
- border: 1rpx solid #dfe6f2;
- border-radius: 12rpx;
- box-sizing: border-box;
- padding: 0 16rpx;
- font-size: 24rpx;
- color: #2c3e50;
- }
- .input-with-btn {
- display: flex;
- align-items: center;
- gap: 12rpx;
- }
- .input-flex {
- flex: 1;
- }
- .code-btn {
- width: 190rpx;
- height: 76rpx;
- line-height: 76rpx;
- padding: 0;
- border-radius: 12rpx;
- border: 1rpx solid #4facfe;
- background: #eef6ff;
- color: #2363d1;
- font-size: 22rpx;
- font-weight: 600;
- }
- .code-btn[disabled] {
- color: #a0aec0;
- border-color: #dfe6f2;
- background: #f5f7fb;
- }
- .code-btn::after {
- border: none;
- }
- .img-code-mask {
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- z-index: 99;
- background: rgba(0, 0, 0, 0.45);
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 0 30rpx;
- box-sizing: border-box;
- }
- .img-code-dialog {
- width: 100%;
- max-width: 660rpx;
- background: #ffffff;
- border-radius: 18rpx;
- padding: 30rpx 26rpx 26rpx;
- position: relative;
- }
- .img-code-close {
- position: absolute;
- right: 16rpx;
- top: 8rpx;
- width: 52rpx;
- height: 52rpx;
- line-height: 52rpx;
- text-align: center;
- font-size: 44rpx;
- color: #8d98a8;
- }
- .img-code-title {
- display: block;
- text-align: center;
- color: #2c3e50;
- font-size: 36rpx;
- font-weight: 600;
- margin-bottom: 24rpx;
- }
- .img-code-content {
- display: flex;
- align-items: center;
- gap: 14rpx;
- }
- .img-code-input {
- flex: 1;
- height: 88rpx;
- background: #f4f6fa;
- border: 1rpx solid #e4e9f2;
- border-radius: 10rpx;
- box-sizing: border-box;
- padding: 0 20rpx;
- color: #2c3e50;
- font-size: 30rpx;
- }
- .img-code-right {
- width: 250rpx;
- }
- .img-code-image {
- width: 250rpx;
- height: 88rpx;
- border-radius: 10rpx;
- border: 1rpx solid #dfe6f2;
- background: #ffffff;
- }
- .img-code-refresh {
- display: block;
- text-align: center;
- color: #8b96a7;
- font-size: 28rpx;
- margin-top: 14rpx;
- }
- .tips-box {
- margin-top: 20rpx;
- padding: 14rpx 16rpx;
- background: #f7faff;
- border: 1rpx solid #cfe3ff;
- border-radius: 10rpx;
- }
- .tips-title {
- display: block;
- color: #1f4f95;
- font-size: 24rpx;
- font-weight: 600;
- margin-bottom: 6rpx;
- }
- .tips-line {
- display: block;
- color: #365c97;
- font-size: 23rpx;
- line-height: 1.6;
- margin-top: 4rpx;
- }
- .submit-btn {
- margin: 34rpx auto 0;
- width: 360rpx;
- height: 84rpx;
- border-radius: 42rpx;
- background: #4facfe;
- color: #ffffff;
- font-size: 28rpx;
- font-weight: 600;
- border: none;
- }
- .submit-btn::after {
- border: none;
- }
- .submit-tip {
- position: fixed;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- max-width: 620rpx;
- background: rgba(0, 0, 0, 0.78);
- border-radius: 12rpx;
- padding: 14rpx 20rpx;
- z-index: 120;
- box-sizing: border-box;
- }
- .submit-tip-text {
- display: block;
- color: #ffffff;
- font-size: 24rpx;
- line-height: 1.5;
- text-align: center;
- }
|