123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- page {
- background-color: #f2f6f2;
- padding: 0 20rpx;
- box-sizing: border-box;
- padding-bottom: 50rpx;
- min-height: 100vh;
- }
- .page {
- background-color: #f2f6f2;
- min-height: 100vh;
- }
- .topBody {
- width: 100%;
- }
- .list_info {
- display: flex;
- flex-direction: column;
- width: 100%;
- padding: 20rpx 0;
- .group-header {
- padding: 24rpx;
- padding-bottom: 0;
- font-size: 26rpx;
- color: #000;
- font-family: "PingFang SC-Medium";
- background-color: #fff;
- overflow: hidden;
- border-top-left-radius: 20rpx;
- border-top-right-radius: 20rpx;
- }
- .item {
- width: 100%;
- height: 124rpx;
- padding: 0 30rpx;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- border-bottom: solid 1px #f0f0f0;
- background: #fff;
- .item-left {
- display: flex;
- align-items: center;
- .icon {
- width: 76rpx;
- height: 76rpx;
- margin-right: 20rpx;
- }
- text {
- font-size: 28rpx;
- color: #333;
- }
- }
- .item-right {
- display: flex;
- align-items: center;
- .arrow {
- width: 36rpx;
- }
- }
- }
- }
- .version-info {
- width: 100%;
- text-align: center;
- font-size: 24rpx;
- color: #999;
- margin-top: 166rpx;
- }
- .btn_submit {
- width: 660rpx;
- height: 96rpx;
- border: 2rpx solid #f0f0f0;
- border-radius: 28rpx;
- font-size: 32rpx;
- color: #1f1f1f;
- font-family: "PingFang SC-Bold";
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- background-color: #fff;
- margin: 0 auto;
- margin-top: 15rpx;
- }
- .blankHeight {
- height: 300rpx;
- }
- .customerService {
- width: 600rpx;
- height: 660rpx;
- background: #ffffff;
- border-radius: 14rpx;
- padding: 30rpx 70rpx;
- image {
- width: 460rpx;
- height: 460rpx;
- }
- .text{
- padding-top: 8rpx;
- padding-bottom: 26rpx;
- text-align: center;
- }
- .btn-box
- {
- background: #1F1F1F;
- color: #fff;
- margin: 0 auto;
- width: 244rpx;
- height: 72rpx;
- font-size: 32rpx;
- font-family: 'PingFang SC-Bold';
- background: #1F1F1F;
- border-radius:12rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
|