123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- @charset "UTF-8";
- .getphone.data-v-29d0c236 {
- background-color: #fff;
- border-top-left-radius: 20rpx;
- border-top-right-radius: 20rpx;
- display: flex;
- flex-direction: column;
- text-align: center;
- position: relative;
- }
- .getphone view.data-v-29d0c236:first-child {
- right: 10rpx;
- top: -10rpx;
- font-size: 54rpx;
- color: #7e7e80;
- position: absolute;
- }
- .getphone view.data-v-29d0c236:nth-child(2) {
- font-weight: bold;
- padding-top: 30rpx;
- }
- .getphone view.data-v-29d0c236:nth-child(3) {
- color: #7e7e80;
- padding-top: 20rpx;
- }
- .getphone button.data-v-29d0c236 {
- width: 80%;
- margin: 25rpx auto;
- background-color: #58be6b;
- color: #fff;
- }
|