123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316 |
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- /*自定义主题色 */
- .content {
- margin-bottom: 170rpx;
- }
- .content .inner {
- padding: 20rpx;
- }
- .content .inner .drug-list .item {
- background: #FFFFFF;
- border-radius: 16rpx;
- margin-bottom: 20rpx;
- padding: 0 30rpx;
- }
- .content .inner .drug-list .item .drug-info {
- display: flex;
- align-items: center;
- padding: 30rpx 0;
- }
- .content .inner .drug-list .item .drug-info .img-box {
- width: 160rpx;
- height: 160rpx;
- margin-right: 30rpx;
- }
- .content .inner .drug-list .item .drug-info .img-box image {
- width: 100%;
- height: 100%;
- }
- .content .inner .drug-list .item .drug-info .info {
- width: calc(100% - 160rpx);
- height: 160rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .content .inner .drug-list .item .drug-info .info .top .title {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #111111;
- line-height: 1.4;
- }
- .content .inner .drug-list .item .drug-info .info .top .title .tag {
- display: inline-block;
- padding: 0 6rpx;
- height: 30rpx;
- background: linear-gradient(90deg, #66b2ef 0%, #0bb3f2 100%);
- border-radius: 4rpx;
- margin-right: 10rpx;
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- line-height: 30rpx;
- float: left;
- margin-top: 7rpx;
- }
- .content .inner .drug-list .item .drug-info .info .top .spec {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- line-height: 1;
- margin-top: 14rpx;
- }
- .content .inner .drug-list .item .drug-info .info .price-num {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .content .inner .drug-list .item .drug-info .info .price-num .price-box {
- display: flex;
- align-items: flex-end;
- }
- .content .inner .drug-list .item .drug-info .info .price-num .price-box .unit {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #111111;
- line-height: 1.2;
- margin-right: 5rpx;
- }
- .content .inner .drug-list .item .drug-info .info .price-num .price-box .price {
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #111111;
- line-height: 1;
- }
- .content .inner .drug-list .item .drug-info .info .price-num .num {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #666666;
- }
- .content .inner .reason-apply {
- margin-top: 20rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- padding: 0 30rpx;
- }
- .content .inner .reason-apply .title-box {
- height: 86rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- border-bottom: 1px solid #F0F0F0;
- }
- .content .inner .reason-apply .title-box .label {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .content .inner .reason-apply .title-box .money {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
- .content .inner .reason-apply .title-box .chose-box {
- display: flex;
- align-items: center;
- }
- .content .inner .reason-apply .title-box .chose-box .text {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
- .content .inner .reason-apply .title-box .chose-box image {
- width: 14rpx;
- height: 24rpx;
- margin-left: 10rpx;
- }
- .content .inner .reason-apply .textarea-box {
- padding: 30rpx 0;
- }
- .content .inner .reason-apply .textarea-box textarea {
- width: 100%;
- box-sizing: border-box;
- background: #F5F5F5;
- border-radius: 16rpx;
- padding: 30rpx 20rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #111111;
- }
- .content .inner .reason-apply .textarea-box .textarea-place {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
- .content .inner .return-method {
- background: #FFFFFF;
- border-radius: 16rpx;
- margin-top: 20rpx;
- padding: 0 30rpx 40rpx;
- }
- .content .inner .return-method .title-box {
- height: 86rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- border-bottom: 1px solid #F0F0F0;
- }
- .content .inner .return-method .title-box .text {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .content .inner .return-method .return-tips {
- margin-top: 30rpx;
- margin-bottom: 30rpx;
- height: 80rpx;
- background: #FFF4E6;
- border-radius: 16rpx;
- padding: 0 20rpx;
- display: flex;
- align-items: center;
- }
- .content .inner .return-method .return-tips .text {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #EF8A07;
- }
- .content .inner .return-method .info-item {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 40rpx;
- }
- .content .inner .return-method .info-item:last-child {
- margin-bottom: 0;
- }
- .content .inner .return-method .info-item .label {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- line-height: 1;
- }
- .content .inner .return-method .info-item .text {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #111111;
- line-height: 1;
- }
- .content .inner .return-method .info-item .detail-box {
- display: flex;
- align-items: center;
- }
- .content .inner .return-method .info-item .detail-box .price-box {
- display: flex;
- align-items: flex-end;
- margin-right: 18rpx;
- }
- .content .inner .return-method .info-item .detail-box .price-box .unit {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #111111;
- line-height: 1.2;
- }
- .content .inner .return-method .info-item .detail-box .price-box .num {
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #111111;
- line-height: 1;
- }
- .content .inner .return-method .info-item .detail-box .det-text {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #111111;
- }
- .content .inner .return-method .info-item .detail-box image {
- width: 14rpx;
- height: 24rpx;
- margin-left: 10rpx;
- }
- .content .reson-box {
- padding: 0 10rpx 60rpx;
- }
- .content .reson-box .reson-item {
- width: 100%;
- height: 110rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .content .reson-box .reson-item .title {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #111111;
- }
- .btn-box {
- height: 120rpx;
- padding: 0 30rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .btn-box .sub-btn {
- width: 100%;
- height: 88rpx;
- line-height: 88rpx;
- text-align: center;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- background: #0bb3f2;
- border-radius: 44rpx;
- }
- input {
- text-align: right;
- }
- .form-input {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- text-align: right;
- }
|