|
|
- .box {
- width: 100vw;
- height: 100vh;
- background-color: #fff;
- padding: 2% 2%;
- position: relative;
- }
-
- .box-size {
- box-sizing: border-box;
- }
-
- .level {
- display: flex;
- }
-
- .vertically_center {
- display: grid;
- place-items: center;
- }
-
- .top {
- width: 100vw;
- height: auto;
- /* background-color: red; */
- padding: 0 5% 0 3%;
- font-size: 22rpx;
- color: #707070;
- justify-content: space-between;
- }
-
- .text {
- font-size: 30rpx;
- color: black;
- margin-bottom: 10rpx;
- }
-
- .buttom {
- width: 220rpx;
- height: 62rpx;
- background-color: #FFBF60;
- color: #FFFFFF;
- align-items: center;
- justify-content: center;
- margin-top: 8rpx;
- }
-
- .center {
- width: 720rpx;
- height: auto;
- color: #707070;
- font-size: 22rpx;
- justify-content: space-between;
- margin-top: 70rpx;
- }
-
- .text1 {
- font-size: 59rpx;
- color: #000;
- margin-bottom: 10rpx;
- }
-
- .center_item {
- width: 120rpx;
- height: 120rpx;
- place-items: center;
- justify-content: space-between;
- }
-
- .item {
- width: 718rpx;
- height: auto;
- background-color: #FFF6EC;
- padding: 32rpx 21rpx;
- margin-top: 17rpx;
- font-size: 30rpx;
- }
-
- .text2 {
- font-size: 28rpx;
- color: #707070;
- margin-top: 10rpx;
- }
-
- .buttom_ {
- width: 594rpx;
- height: 94rpx;
- background-color: #FFBF60;
- color: #fff;
- font-size: 30rpx;
- line-height: 94rpx;
- position: absolute;
- bottom: 30rpx;
- left: 78rpx;
- justify-content: center;
- }
|