| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page.data-v-71518ad8 {
- height: 100%;
- }
- .joinsuccess.data-v-71518ad8 {
- width: 750rpx;
- height: 100%;
- position: relative;
- }
- .joinsuccess image.data-v-71518ad8 {
- width: 100%;
- height: 100%;
- }
- .joinsuccess .backhome.data-v-71518ad8 {
- width: 464rpx;
- height: 77rpx;
- border: 2rpx solid #FFFFFF;
- border-radius: 38rpx;
- font-size: 34rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- line-height: 77rpx;
- text-align: center;
- position: absolute;
- bottom: 89rpx;
- right: 0;
- left: 0;
- margin: auto;
- }
|