123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- /* pages/rlxf_index/rlxf_index.wxss */
- page {
- width: 100%;
- height: 100%;
- background-color: white;
- }
- .title-self {
- width: 100%;
- height: 200rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- }
- .title-bottom {
- text-decoration: underline;
- margin-top: 300rpx;
- }
- .centerBox {
- width: 100%;
- /* height: 90vh; */
- }
- .inputText {
- margin-top: 20rpx;
- height: 80rpx;
- width: 434rpx;
- border-bottom: 1rpx solid rgba(202, 217, 249, 1);
- }
- input[type=text],
- input[type=idcard] {
- text-align: center;
- color: rgba(13, 29, 100, 1);
- }
- .border-red {
- border: 3rpx solid #e54d42 !important;
- /* color: #e54d42; */
- }
- .btn {
- /* margin-left: 0 !important; */
- height: 80rpx;
- width: 450rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 40rpx;
- font-size: 32rpx;
- background-color: #70a2ff;
- backdrop-filter: blur(20px);
- color: white;
- }
- .agree_radio {
- width: 450rpx;
- display: flex;
- justify-content: flex-start;
- align-items: flex-start;
- padding-top: 20rpx;
- margin-top: 20rpx;
- }
- .agree_radio > .radio_tips {
- flex: 1;
- text-align: left;
- font-size: 24rpx;
- color: rgba(91, 107, 142, 1);
- margin-left: 20rpx;
- line-height: 36rpx;
- }
- .agree_radio > .radio_icon {
- margin-left: 10px;
- width: 32rpx;
- height: 32rpx;
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- border: 1px solid rgba(202, 217, 249, 1);
- }
- .agree_radio > .radio_icon::before {
- font-family: "cuIcon";
- content: "\e645";
- position: absolute;
- color: #fff;
- font-size: 24rpx;
- line-height: 16px;
- pointer-events: none;
- transform: scale(1, 1);
- transition: all 0.3s ease-in-out 0s;
- z-index: 9;
- transition-duration: 0.3s;
- transition-timing-function: ease-in-out;
- transition-delay: 0s;
- transition-property: all;
- }
- .btn2 {
- height: 80rpx;
- width: 450rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 40rpx;
- font-size: 32rpx;
- font-weight: 500;
- background-color: rgba(13, 29, 100, 1);
- color: white;
- }
- button[disabled]:not([type]) {
- background-color: rgba(202, 217, 249, 1) !important;
- color: #fff;
- }
- .width-self {
- width: 400rpx;
- }
- /* zyh 2021-9-22 修改 */
- .page {
- width: 750rpx;
- height: 100%;
- }
- .page>.bg {
- width: 100%;
- height: 100%;
- position: absolute;
- z-index: -999;
- }
- .page>.logo {
- width: 122px;
- height: 53px;
- left: 50%;
- transform: translateX(-50%);
- position: absolute;
- }
- .page>.logo2 {
- width: 300rpx;
- height: 72rpx;
- top: 10px;
- right: 16px;
- position: absolute;
- }
- .page>.title {
- width: 100%;
- height: 90rpx;
- top: 50px;
- left: 50%;
- transform: translateX(-50%);
- position: absolute;
- font-family: Source Han Sans CN;
- font-size: 30px;
- font-weight: 900;
- line-height: 45px;
- letter-spacing: 0.1em;
- text-align: center;
- color: rgba(13, 29, 100, 1);
- }
- .page>.bottom-title {
- width: 140px;
- height: 21px;
- bottom: 16px;
- left: 50%;
- transform: translateX(-50%);
- position: absolute;
- }
- .input-box {
- position: absolute;
- top: 35%;
- left: 50%;
- transform: translateX(-50%);
- width: 560rpx;
- /* height: 324px; */
- padding: 30rpx 0 100rpx 0;
- border-radius: 14px;
- background-color: rgba(255, 255, 255, 1);
- backdrop-filter: blur(20px);
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- }
- .input-box>view {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- }
- .sub-title {
- font-size: 13px;
- display: block;
- margin-top: 10px;
- color: #f1f1f1;
- position: absolute;
- left: 50%;
- bottom: 10px;
- transform: translateX(-50%);
- }
- .text-warning {
- color: #ec5048;
- }
- .problem {
- width: 136rpx;
- height: 44rpx;
- margin-bottom: 40rpx;
- }
- .phone-width {
- width: auto;
- margin: 0;
- margin-top: 10px;
- }
- .flex {
- display: flex;
- justify-content: left;
- }
- .inputText1 {
- width: 140px;
- color: #fff;
- }
- .default-tit {
- color: rgba(91, 107, 142, 1);
- text-align: center;
- font-size: 42rpx;
- font-weight: 550;
- padding: 56rpx 75rpx 48rpx;
- }
|