123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- .login_card {
- height: 350px;
- background-color: #ffffff;
- position: relative;
- z-index: 3;
- top: -80px;
- margin: 0px 10px;
- background-image: url("https://img.shuimuai.com/shuimugongzhu.png");
- background-position: center;
- background-size: 100% 100%;
- background-color: rgba(255, 255, 255, 0);
- }
- /*体验页面*/
- .slogen {
- color: #4b4b4b;
- font-size: 13px;
- }
- .sub_slogen {
- font-size: 22px;
- margin-top: 110px;
- color: #4c4c4c;
- }
- /*扫码页*/
- .sub_slogen_sm {
- font-size: 13px;
- margin: 120px auto 0px;
- color: #4c4c4c;
- }
- /*注册页面*/
- .register_form_container {
- margin: 70px auto 0px;
- width: 90%;
- height: 108px;
- background: rgba(242, 243, 255, 0.6);
- box-shadow: 0px 3px 7px 0px rgba(159, 159, 159, 0.84);
- border-radius: 11px;
- }
- /* 功能服务 */
- .service {
- position: relative;
- width: 100%;
- padding: 5px 7px 35px;
- /*margin-top: 20px;*/
- /* top: 520px; */
- /*top: 10px;*/
- }
- .service .content {
- width: 100%;
- }
- .service .content image {
- width: 186px;
- height: 89px;
- }
- .head .line {
- width: 4px;
- height: 14px;
- background-color: #5d4db8;
- margin-right: 7px;
- }
- .head view {
- display: flex;
- justify-self: start;
- align-items: center;
- }
- .cu-form-group {
- background-color: rgba(255, 255, 255, 0);
- }
- .personal_card{
- height: 300px;
- }
- /* 测试 元素标签名*/
- /* service */
|