1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- @whiteColor: #fff;
-
- .box-content {
- margin: 0 30px;
- .Refund-Content-box {
- .title-image {
- margin-top: 39px;
- display: flex;
- width: 270px;
- height: 40px;
- .title-image-cup {
- width: 32px;
- height: 32px;
- margin-top: 10px;
- padding-right: 10px;
- }
- .title-title-boss {
- font-size: 32px;
- font-weight: 800;
-
- }
- }
- }
-
- .Refund-content {
- margin-top: 45px;
- .Refund-star-view1 {
- border: 1px solid #999999;
- border-radius: 30px;
- font-size: 24px;
- display: inline-block;
- font-weight: bold;
- color: #666666;
- padding: 18px 23px 19px 23px;
- margin-bottom: 30px;
- }
- .Refund-star-view2 {
- margin-right: 30px;
- }
- /* 点击以后的样式 */
- .bg2 {
- color: #274190;
- margin-right: 30px;
- border: 2px solid #274190;
- }
- }
-
- .section {
- border: 1px solid #b5b5b5;
- font-size: 24px;
- box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
- padding: 30px;
- margin-top: 40px;
- }
-
- .money-title {
- margin: 40px 0;
- padding: 30px 0;
- font-size: 30px;
- font-weight: bold;
- color: #202020;
- box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
- .money-name {
- font-size: 30px;
- color: #ff3434;
- }
- }
-
- .ul-li-text {
- .ul-li-view {
- display: inline-block;
- margin-bottom: 3px;
- margin-right: 5px;
- width: 10px;
- height: 10px;
- background: #999999;
- border-radius: 50%;
- }
- .ul-li-textname {
- font-size: 20px;
- color: #999999;
- }
- }
-
- .button-info {
- margin-bottom: 80px;
- .button-box {
- margin-top: 60px;
- height: 92px;
- line-height: 92px;
- background: #1A3B83;
- border-radius: 12px;
- color: @whiteColor;
- font-size: 30px;
- letter-spacing: 0.1em;
- }
- }
- }
|