12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- #result {
- overflow: hidden;
- }
- #result .top {
- width: 100%;
- height: 4.22rem;
- padding-top: .2rem;
- position: relative;
- margin-top: 0.25rem;
- }
- #result .top .alert {
- width: 4.15rem;
- height: 4.42rem;
- position: absolute;
- top: 0;
- left: -0.32rem;
- }
- #result .top .inner {
- position: relative;
- z-index: 10;
- text-align: center;
- }
- #result .top .inner .title {
- color: #FF6103;
- font-size: .39rem;
- }
- #result .top .inner .plan {
- color: #FF6103;
- font-size: .39rem;
- margin-top: .1rem;
- }
- #result .top .inner .back {
- color: #FFE553;
- margin-top: .55rem;
- font-weight:600;
- font-size: .17rem;
- }
- #result .top .inner .money {
- color: #FFE553;
- font-weight:600;
- font-size: .51rem;
- }
- #result .top .inner .fan {
- width: 1.13rem;
- height: 1.13rem;
- display: inline;
- }
- #result .day {
- text-align: center;
- color: #000;
- font-size: .12rem;
- opacity:0.6;
- font-weight:400;
- }
- #result .toast {
- width: 2.17rem;
- height: 0.71rem;
- position: fixed;
- top: 50%;
- left: 50%;
- border-radius: 0.24rem;
- transform: translate(-50%,-50%);
- z-index: 12;
- }
- .toast_pop {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- background: #000;
- opacity: 0.6;
- filter: alpha(opacity=50);
- border-radius: 0.1rem;
- }
- .alert_txt {
- margin-top: .17rem;
- position: relative;
- z-index: 15;
- text-align: center;
- font-size: .12rem;
- color: #fff;
- line-height: .2rem;
- }
- body {
- -webkit-text-size-adjust: 100% ;
- }
|