12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- .main.data-v-57280228 {
- display: flex;
- flex-direction: column;
- width: 100%;
- height: 100vh;
- }
- .main_wrapper.data-v-57280228 {
- flex: 1;
- }
- .top.data-v-57280228 {
- position: relative;
- }
- .top .banner.data-v-57280228 {
- width: 100%;
- height: auto;
- }
- .top .title.data-v-57280228 {
- top: 216rpx;
- left: 60rpx;
- position: absolute;
- font-size: 64rpx;
- color: #092397;
- font-weight: bold;
- }
- .top .title text.data-v-57280228 {
- color: #BC2AF4;
- }
- .content.data-v-57280228 {
- flex: 1;
- padding: 40rpx 32rpx;
- }
- .content .item.data-v-57280228 {
- border-radius: 32rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 40rpx 32rpx 40rpx 40rpx;
- }
- .content .item .left.data-v-57280228 {
- display: flex;
- }
- .content .item .left .logo_img.data-v-57280228 {
- width: 144rpx;
- height: 144rpx;
- }
- .content .item .left .texts.data-v-57280228 {
- letter-spacing: 4rpx;
- margin-left: 32rpx;
- color: #FFF;
- display: flex;
- flex-direction: column;
- justify-content: center;
- font-size: 32rpx;
- }
- .content .item .left .texts view.data-v-57280228:nth-child(1) {
- font-weight: bold;
- font-size: 44rpx;
- margin-bottom: 16rpx;
- }
- .content .item .more.data-v-57280228 {
- width: 40rpx;
- height: 40rpx;
- }
- .nametip.data-v-57280228 {
- flex-shrink: 0;
- font-weight: 400;
- font-size: 24rpx;
- color: #959CAB;
- text-align: center;
- /* 兼容 iOS < 11.2 */
- padding-bottom: calc(constant(safe-area-inset-bottom)+40rpx);
- /* 兼容 iOS >= 11.2 */
- padding-bottom: calc(40rpx + env(safe-area-inset-bottom));
- }
- .yyt.data-v-57280228 {
- background: linear-gradient(312deg, #2B63DE 0%, #3E92F6 100%);
- margin-bottom: 32rpx;
- }
- .yule.data-v-57280228 {
- background: linear-gradient(229deg, #56D8FF 0%, #CD66FF 100%);
- }
|