123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- /*
- 存放本项目使用的一些扩展类
- */
- /* page {
- font-family: ".PingFang SC";
- font-size: 28rpx;
- font-weight: 400;
- background: #F7F8FA;
- } */
- button::after {
- border: none;
- }
- button {
- border-radius: 0;
- font-size: 30rpx;
- line-height: 1em;
- padding-left: 0;
- padding-right: 0;
- }
- .es-min-btn {
- padding: 8rpx 31rpx;
- border-radius: 200rpx;
- font-size: 26rpx;
- }
- .es-min-btn2 {
- padding: 14rpx 36rpx;
- border-radius: 200rpx;
- font-size: 28rpx;
- font-weight: 600;
- }
- .es-min-btn-n {
- padding: 8rpx 31rpx;
- border-radius: 200rpx;
- font-size: 26rpx;
- color: #9096AB;
- border: 1px #9096AB solid;
- }
- .es-min-btn-n.ac {
- color: #12C194;
- border: 1px #12C194 solid;
- }
- .es-ipt,
- .es-text {
- overflow: hidden;
- }
- .es-ipt,
- .es-ipt input {
- height: 76rpx;
- }
- .es-text,
- .es-text textarea {
- height: 158rpx;
- }
- .es-text textarea,
- .es-ipt input {
- padding: 0 24rpx;
- background: #F7F8FA;
- font-size: 28rpx;
- width: calc(100% - 50rpx);
- }
- .es-text textarea {
- padding-top: 15rpx !important;
- padding-bottom: 15rpx !important;
- }
- .es-ipt.es-bc-white,
- .es-ipt.es-bc-white input,
- .es-text.es-bc-white textarea {
- background: white;
- }
- .es-max-btn {
- height: 80rpx;
- border-radius: 15rpx;
- background-color: #12C194;
- color: white;
- font-size: 28rpx;
- }
- /* .label {
- color: #12C194;
- background: rgba(18, 193, 148, 0.1);
- padding: 10rpx 25rpx;
- border-radius: 100rpx;
- font-size: 24rpx;
- }*/
|