123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- .User-box-sths {
- display: flex;
- margin: 40px 0 60px 0;
- justify-content: space-around;
- flex-wrap: wrap;
- .User-box-selectUser {
- width: 100%;
- font-size: 32px;
- font-weight: bold;
- color: #202020;
- line-height: 32px;
- margin: 60px 0 70px 0;
- text-align: left;
- }
- .User-box-tourist {
- display: inline-block;
-
- .Ubs-tourist-image {
- width: 86px;
- height: 86px;
- }
- .Ubs-tourist-text {
- display: block;
- font-size: 30px;
- font-weight: bold;
- color: #999999;
- }
- }
- .User-box-hotelBoss {
- display: inline-block;
- .Ubs-hotelBoss-image {
- width: 86px;
- height: 86px;
- }
- .Ubs-hotelBoss-text {
- display: block;
- font-size: 30px;
- font-weight: bold;
- color: #999999;
- }
- }
- .User-box-shopBoss {
- .Ubs-shopBoss-image {
- width: 86px;
- height: 86px;
- }
- .Ubs-shopBoss-text {
- display: block;
- font-size: 30px;
- font-weight: bold;
- color: #202020;
- }
- }
- }
- .storexx {
- text-align: center;
- height: 300px;
- background: #ffffff;
- box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
- border-radius: 24px;
- padding: 20px 30px 34px 40px;
-
- box-sizing: border-box;
- .storeName {
- height: 26px;
- font-size: 28px;
- font-weight: bold;
- color: #202020;
- margin-bottom: 27px;
- }
- .User-info-cutover {
- position: absolute;
- top: 60px;
- right: 60px;
- .User-info-cutover-image {
- width: 36px;
- height: 36px;
- }
- }
- .tip {
- height: 23px;
- font-size: 24px;
- color: #666666;
- margin-bottom: 48px;
- }
- .sleft {
- float: left;
- .lword {
- height: 25px;
- font-size: 26px;
- color: #666666;
- margin-bottom: 40px;
- margin-left: 1px;
- }
- .yearMoney {
- height: 30px;
- font-size: 28px;
- font-weight: bold;
- color: #202020;
- text {
- font-size: 40px;
- color: #ff3434;
- }
- .micon {
- width: 38px;
- height: 22px;
- margin-left: 19px;
- }
- }
- }
- .line {
- width: 2px;
- height: 128px;
- border-right: 2px dotted #202020;
- opacity: 0.5;
- position: absolute;
- left: calc(50% - 1px);
- display: block;
- }
- .sright {
- float: right;
- text-align: left;
- .rword {
- font-size: 26px;
- color: #666666;
- margin: 0 1px 47px 0;
- text-align: center;
- }
- .monthMoney {
- height: 24px;
- font-size: 28px;
- font-weight: bold;
- color: #202020;
- line-height: 24px;
- text {
- font-size: 40px;
- color: #ff3434;
- }
- .micon2 {
- width: 38px;
- height: 22px;
- margin-left: 23px;
- margin-bottom: -2px;
- }
- }
- }
- }
- .title {
- font-size: 28px;
- color: #202020;
- line-height: 60px;
- margin: 62px 0 10px 1px;
- }
-
- .botton {
- font-size: 28px;
- color: #c0c8d3;
- line-height: 34px;
- text-align: center;
- padding: 40px 0;
- }
|