12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- .textwb {
- background: #FFFFFF;
- height: 160px;
- width: calc(100%-20px);
- margin: 10px;
- position: relative;
- border-radius: 5px;
- }
-
- .phice {
- width: 50px;
- height: 50px;
- margin: 0 auto;
- position: relative;
- top: 10px;
- }
-
- .phice>img {
- width: 100%;
- height: 100%;
- }
-
- .txto {
- height: 16px;
- position: relative;
- top: 15px;
- font-size: 16px;
- font-weight: bolder;
- text-align: center;
- }
-
- .txtt {
- height: 14px;
- position: relative;
- font-size: 14px;
- text-align: center;
- color: #909090;
- }
-
- .txth {
- height: 14px;
- position: relative;
- font-size: 14px;
- text-align: center;
- color: #909090;
- }
-
- .sqca {
- width: 290px;
- margin: 30px auto;
- background: #17B3EC;
- height: 40px;
- border-radius: 5px;
- text-align: center;
- font-size: 16px;
- color: #FFFFFF;
- line-height: 40px;
- }
-
- .qxsqca {
- width: 290px;
- margin: 30px auto;
- background: #FFA54B;
- height: 40px;
- border-radius: 5px;
- text-align: center;
- font-size: 16px;
- color: #FFFFFF;
- line-height: 40px;
- }
|