123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- body{
- background: #F6F7F9;width: 100%;min-height: 100vh;box-sizing: border-box;padding-bottom: 0.4rem;
- }
- input{
- border: none;
- }
- /* toast */
- .alert-info {
- position: fixed;
- top: 1.74rem;
- right: 0;
- left: 0;
- bottom: 0;
- text-align: center;
- z-index: 9;
- }
- .alert-info p {
- width: 80%;
- display: inline-block;
- /* height: 0.38rem; */
- color: #fff;
- font-size: 0.14rem;
- line-height: 0.38rem;
- padding: 0 0.10rem;
- background-color: rgba(0, 0, 0, 0.7);
- border-radius: 5px;
- }
- .loading {
- position: fixed;
- top: 0;
- left: 0;
- display: none;
- width: 100%;
- height: 100vh;
- }
- .loading .con{
- width: 0.8rem;
- height: 0.8rem;
- background: rgba(0,0,0,0.4);
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- margin: auto;
- color: #fff;
- text-align: center;
- font-size: 0.14rem;
- }
- .loading img {
- width: 0.3rem;
- height: 0.3rem;
- margin: 0.1rem auto;
- }
- /* 完善信息 */
- .inputDiv{
- display: flex;align-items: center;background: #fff;border-bottom: 0.01rem solid #D8D8D8;font-size: 0.14rem;color: #333;
- width: 100%;height: 0.6rem;
- }
- .inputDiv:nth-last-of-type(3){
- border-bottom: none;
- }
- .inputDiv input{
- flex: 1;
- }
- .perfectInfo .uploadID{
- background: #fff;margin-top: 0.1rem;
- }
- .perfectInfo .uploadID{
- display: flex;align-items: center;justify-content: space-around;text-align: center;padding: 0.15rem 0;
- }
- .perfectInfo .uploadID .justID, .perfectInfo .uploadID .backID{
- position:relative;
- }
- .perfectInfo .uploadID p{
- color: #888888;font-size: 0.12rem;line-height: 0.21rem;margin-top: 0.1rem;
- }
- .perfectInfo .uploadID input{
- width: 1.12rem;height:0.63rem;margin:auto;position: absolute;left: 0;right: 0;margin: auto;opacity: 0;
- }
- .perfectInfo .uploadID .img{
- width: 1.12rem;height:0.63rem;margin:auto;overflow: hidden;
- }
- .perfectInfo .uploadID .img img{
- width: 100%;height: 100%;
- }
- .inputDiv .labelInputDiv{
- width: 25%;text-align: center;
- }
- .perfectInfo .perfectInfoButton{
- display: block; width: 1.89rem;line-height: 0.4rem;border: none;border-radius: 0.4rem;
- color: #fff;background: #1B82D2;font-size: 0.16rem;padding: 0;
- margin: auto;margin: 0.4rem auto;
- }
- /* 确认提交弹框 */
- .yesMask{
- width: 100%;height: 100vh;position: fixed;top: 0;left: 0;background: rgba(0, 0, 0, 0.5);display: none;
- }
- .yesMask .content{
- width: 3rem;height: 1.7rem;background: #fff;border-radius: 0.15rem;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;overflow: hidden;
- }
- .yesMask .content h3{
- font-size: 0.16rem;color: #333333;line-height: 0.22rem;padding-top: 0.34rem;text-align: center;font-weight: bold;
- }
- .yesMask .content p{
- color: #333333;font-size: 0.14rem;line-height: 0.20rem;padding: 0.15rem 0.2rem 0;
- }
- .yesMask .content .buttones{
- width: 100%;height: 0.5rem;display: flex;align-items: center;position: absolute;bottom: 0;
- }
- .yesMask .content .buttones button{
- font-size: 0.16rem;text-align: center;margin: 0;padding: 0;width: 50%;border: none;display: block;height: 100%;line-height: 0.5rem;
- }
- .yesMask .content .buttones button:nth-of-type(1){
- border-top: 0.01rem solid #D8D8D8;color: #1B82D2;background: #fff;
- }
- .yesMask .content .buttones button:nth-of-type(2){
- border-top: 0.01rem solid #1B82D2;background: #1B82D2;color: #fff;
- }
- .customerService{
- margin-top: 0.1rem;
- border-bottom: none;
- padding:0.05rem 0;
- }
- .customerService .radio{
- flex: 1;display: flex;align-items: center;flex-wrap: wrap;
- }
- .customerService .radio li{
- padding:0.05rem 0;
- padding-left: 0.1rem;
- }
- .customerService .radio li input{
- margin-right: 0.05rem;
- }
|